kagemomiji / airsonic-advanced

airsonic-advanced
GNU General Public License v3.0
161 stars 14 forks source link

[Bug]: album art not show up on third party apps #440

Closed yuygfgg closed 5 months ago

yuygfgg commented 5 months ago

What happened?

The album are do not show up, but songs covers show correctly. song list show correctly album list no art single song with cover single album no cover

Steps to reproduce

just add the server, using subsonic api

Version

11.1.3 (Stable)

Version Detail

No response

Operating System

ubuntu 22.04 TLS

Java Version

openjdk 19.0.2 2023-01-17

Database

MariaDB 8.x, Other

DB Detail

I don't know. I'm didn't change db myself.

Configuration paramter

# Airsonic preferences.  NOTE: This file is automatically generated. Do not modify while application is running

JWTKey=
SettingsChanged=
EncryptionKeyPassword=
EncryptionKeySalt=
IndexCreationInterval=1
IndexCreationHour=3
FastCacheEnabled=true
OrganizeByFolderStructure=true
UploadsFolder=%{['USER_MUSIC_FOLDERS'][0]}/Incoming
ExcludePattern=
IgnoreSymLinks=false
EnableCueIndexing=true
HideIndexedFiles=true
FullScan=false
ClearFullScanSettingAfterScan=false
IndexString=A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ)
IgnoredArticles=The El La Los Las Le Les
GenreSeparators=;
Shortcuts=New Incoming Podcast
PlaylistFolder=/var/playlists
MusicFileTypes=mp3 ogg oga aac m4a m4b flac wav wma aif aiff ape mpc shn mka opus alm 669 mdl far xm mod fnk imf it liq wow mtm ptm rtm stm s3m ult dmf dbm med okt emod sfx m15 mtn amf gdm stx gmc psm j2b umx amd rad hsc flx gtk mgt mtp wv
VideoFileTypes=flv avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts webm
CoverArtFileTypes2=cover.jpg cover.png cover.gif folder.jpg jpg jpeg gif png
CoverArtSource=FILETAG
CoverArtConcurrency=4
CoverArtQuality=90
SortAlbumsByYear=true
GettingStartedEnabled=false
WelcomeTitle=Welcome to Airsonic!
WelcomeSubtitle=
WelcomeMessage2=__Welcome to Airsonic!__\r\n\\\\ \\\\\r\nAirsonic is a free, web-based media streamer, providing ubiquitous access to your music. \r\n\\\\ \\\\\r\nUse it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\r\n\\\\ \\\\\r\nTo change or remove this message, log in with administrator rights and go to <a href='settings.view'>Settings</a> > <a href='generalSettings.view'>General</a>.
LoginMessage=
server.servlet.session.timeout=30m
Theme=default
LocaleLanguage=zh
LocaleCountry=CN
LocaleVariant=
SplitOptions=-ss %o -t %d
SplitCommand=ffmpeg %S -i %s -vcodec copy -acodec copy -f %f -
DownsamplingCommand4=ffmpeg %S -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -
HlsCommand4=ffmpeg -ss %o -i %s -s %wx%h -async 1 -c:v libx264 -flags +cgop -b:v %vk -maxrate %bk -preset superfast -copyts -b:a %rk -bufsize 256k -map 0:0 -map 0:%i -ac 2 -ar 44100 -v 0 -threads 0 -force_key_frames expr:gte(t,n_forced*10) -start_number %j -hls_time %d -hls_list_size 0 -hls_segment_filename %n %p
JukeboxCommand2=ffmpeg -ss %o -i %s -map 0:0 -v 0 -ar 44100 -ac 2 -f s16be -
VideoImageCommand=ffmpeg -r 1 -ss %o -t 1 -i %s -s %wx%h -v 0 -f mjpeg -
SubtitlesExtractionCommand=ffmpeg -i %s -map 0:%i -f %f -
TranscodeEstimateTimePadding=2000
TranscodeEstimateBytePadding=0
DlnaEnabled=true
DlnaServerName=Airsonic
# Airsonic preferences.  NOTE: This file is automatically generated. Do not modify while application is running

Proxy Server

No response

client detail

No response

language

None

Relevant log output

no relevant logs I think.
yuygfgg commented 5 months ago

tried multiple software including submariner, amperfy and substreamer and none showed album art

yuygfgg commented 5 months ago

They show up correctly in folder view, but not in album view. So I think something's wrong with apis related to albums.

kagemomiji commented 5 months ago

@yuygfgg This issue appears to be the same as issue https://github.com/kagemomiji/airsonic-advanced/issues/392. Could you try the latest edge-release?

yuygfgg commented 5 months ago

@yuygfgg This issue appears to be the same as issue #392. Could you try the latest edge-release?

Thank you a lot! It's working smoothly now