### I confirm that:
- [x] I have searched the existing [open AND closed issues]…(https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encountered
- [x] I'm using the latest version (your issue may have been fixed already)
### Version
Version: 0.54.4-SNAPSHOT (pr-2709/092e3537)
### Current Behavior
## Missing or Inconsistent Last.fm data in Navidrome
I've configured Navidrome with my Last.fm API keys. Now, I can see artist images and bios in the Navidrome web interface. However, in Symfonium, I can see the images, but only sometimes can I see the bios. It isn't readily apparent why some are available and some are not.
### Issue Details:
* Last.fm API integration is correctly configured.
* Artist images are displayed in both interfaces.
* Navidrome consistently displays artist bios.
* Symfonium inconsistently displays bios.
### Expected Behavior
Artist bios should be displayed consistently, regardless of which interface is used.
### Steps To Reproduce
1. Configure last.fm api keys in Navidrome
2. Navigate to the artist page in Symfonium or Navidrome.
3. Observe whether the artist biography is displayed.
### Environment
```markdown
- OS: Debian GNU/Linux 12 (bookworm)
- Browser: Chrome
- Client: Symfonium
- Docker: Docker version 27.5.1, build 9f9e405
```
### How Navidrome is installed?
Docker
### Configuration
```toml
docker run -d \
--name navidrome \
--restart=unless-stopped \
--user $uid:$gid \
-v "$music:/music:ro" \
-v "$database:/data" \
-p 4533:4533 \
-e "ND_LOGLEVEL=info" \
-e "ND_ENABLETRANSCODINGCONFIG=true" \
-e "ND_LASTFM_APIKEY=XXX" \
-e "ND_LASTFM_SECRET=XXX" \
ghcr.io/navidrome/navidrome:pr-2709
```
### Relevant log output
```shell
$ cat logs
_ _ _ _
| \ | | (_) | |
| \| | __ ___ ___ __| |_ __ ___ _ __ ___ ___
| . ` |/ _` \ \ / / |/ _` | '__/ _ \| '_ ` _ \ / _ \
| |\ | (_| |\ V /| | (_| | | | (_) | | | | | | __/
\_| \_/\__,_| \_/ |_|\__,_|_| \___/|_| |_| |_|\___|
Version: 0.54.4-SNAPSHOT (pr-2709/092e3537)
Loaded configuration from '': &conf.configOptions{
ConfigFile: "",
Address: "0.0.0.0",
Port: 4533,
UnixSocketPerm: "0660",
MusicFolder: "/music",
DataFolder: "/data",
CacheFolder: "/data/cache",
DbPath: "/data/navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL&_foreign_keys=on&synchronous=normal",
LogLevel: "debug",
LogFile: "",
ScanInterval: -1,
ScanSchedule: "",
SessionTimeout: 172800000000000,
BaseURL: "",
BasePath: "",
BaseHost: "",
BaseScheme: "",
TLSCert: "",
TLSKey: "",
UILoginBackgroundURL: "/backgrounds",
UIWelcomeMessage: "",
MaxSidebarPlaylists: 100,
EnableTranscodingConfig: true,
EnableDownloads: true,
EnableExternalServices: true,
EnableInsightsCollector: true,
EnableMediaFileCoverArt: true,
TranscodingCacheSize: "100MB",
ImageCacheSize: "100MB",
AlbumPlayCountMode: "absolute",
EnableArtworkPrecache: true,
AutoImportPlaylists: true,
DefaultPlaylistPublicVisibility: false,
PlaylistsPath: "",
SmartPlaylistRefreshDelay: 5000000000,
AutoTranscodeDownload: false,
DefaultDownsamplingFormat: "opus",
SearchFullString: false,
RecentlyAddedByModTime: false,
PreferSortTags: false,
IgnoredArticles: "The El La Los Las Le Les Os As O A",
IndexGroups: "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) [Unknown]([)",
SubsonicArtistParticipations: false,
FFmpegPath: "",
MPVPath: "",
MPVCmdTemplate: "mpv --audio-device=%d --no-audio-display --pause %f --input-ipc-server=%s",
CoverArtPriority: "cover.*, folder.*, front.*, embedded, external",
CoverJpegQuality: 75,
ArtistArtPriority: "artist.*, album/artist.*, external",
EnableGravatar: false,
EnableFavourites: true,
EnableStarRating: true,
EnableUserEditing: true,
EnableSharing: false,
ShareURL: "",
DefaultDownloadableShare: false,
DefaultTheme: "Dark",
DefaultLanguage: "",
DefaultUIVolume: 100,
EnableReplayGain: true,
EnableCoverAnimation: true,
GATrackingID: "",
EnableLogRedacting: true,
AuthRequestLimit: 5,
AuthWindowLength: 20000000000,
PasswordEncryptionKey: "[REDACTED]",
ReverseProxyUserHeader: "[REDACTED]",
ReverseProxyWhitelist: "[REDACTED]",
HTTPSecurityHeaders: conf.secureOptions{CustomFrameOptionsValue:"DENY"},
Prometheus: conf.prometheusOptions{Enabled:false, MetricsPath:"[REDACTED]", Password:""},
Scanner: conf.scannerOptions{Enabled:true, Extractor:"taglib", GenreSeparators:";/,", GroupAlbumReleases:false, WatcherWait:5000000000, ScanOnStartup:true},
Jukebox: conf.jukeboxOptions{
Enabled: false,
Devices: {
},
Default: "",
AdminOnly: true,
},
Backup: conf.backupOptions{},
PID: conf.pidOptions{Track:"musicbrainz_trackid|albumid,discnumber,tracknumber,title", Album:"musicbrainz_albumid|albumartistid,album,albumversion,releasedate"},
Agents: "lastfm,spotify",
LastFM: conf.lastfmOptions{Enabled:true, ApiKey:"[REDACTED]", Secret:"[REDACTED]", Language:"en"},
Spotify: conf.spotifyOptions{},
ListenBrainz: conf.listenBrainzOptions{Enabled:true, BaseURL:"https://api.listenbrainz.org/1/"},
DevLogSourceLine: false,
DevLogLevels: {},
DevEnableProfiler: false,
DevAutoCreateAdminPassword: "[REDACTED]",
DevAutoLoginUsername: "[REDACTED]",
DevActivityPanel: true,
DevActivityPanelUpdateRate: 300000000,
DevSidebarPlaylists: true,
DevEnableBufferedScrobble: true,
DevShowArtistPage: true,
DevOffsetOptimize: 50000,
DevArtworkMaxRequests: 2,
DevArtworkThrottleBacklogLimit: 100,
DevArtworkThrottleBacklogTimeout: 60000000000,
DevArtistInfoTimeToLive: 86400000000000,
DevAlbumInfoTimeToLive: 604800000000000,
DevExternalScanner: true,
DevScannerThreads: 0x5,
DevInsightsInitialDelay: 1800000000000,
DevEnablePlayerInsights: true,
DevOpenSubsonicDisabledClients: "DSub",
}
time="2025-02-12T16:31:27Z" level=debug msg="Opening DataBase" dbPath="/data/navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL&_foreign_keys=on&synchronous=normal" driver=sqlite3_custom
time="2025-02-12T16:31:27Z" level=info msg="goose: no migrations to run. current version: 20241026183640\n"
time="2025-02-12T16:31:27Z" level=info msg="Starting signaler"
time="2025-02-12T16:31:27Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2025-02-12T16:31:27Z" level=debug msg="Jukebox is DISABLED"
time="2025-02-12T16:31:27Z" level=warning msg="Periodic scan is DISABLED"
time="2025-02-12T16:31:27Z" level=warning msg="Periodic backup is DISABLED"
time="2025-02-12T16:31:27Z" level=info msg="Starting Insight Collector"
time="2025-02-12T16:31:27Z" level=info msg="Starting scheduler"
time="2025-02-12T16:31:27Z" level=info msg="Creating Image cache" maxSize="100 MB" path=/data/cache/images
time="2025-02-12T16:31:27Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2025-02-12T16:31:27Z" level=debug msg="Scheduler: start"
time="2025-02-12T16:31:27Z" level=debug msg="Starting watcher" lib=/music/...
time="2025-02-12T16:31:27Z" level=info msg="Setting Session Timeout" value=48h
time="2025-02-12T16:31:27Z" level=info msg="Login rate limit set" requestLimit=5 windowLength=2
time="2025-02-12T16:31:27Z" level=info msg="Found ffmpeg" path=/usr/bin/ffmpeg
time="2025-02-12T16:31:27Z" level=debug msg="Last.fm integration is ENABLED"
time="2025-02-12T16:31:27Z" level=debug msg="ListenBrainz integration is ENABLED" ListenBrainz.BaseURL="https://api.listenbrainz.org/1/"
time="2025-02-12T16:31:27Z" level=info msg="Spotify integration is not enabled: missing ID/Secret"
time="2025-02-12T16:31:27Z" level=info msg="Mounting Native API routes" path=/api
time="2025-02-12T16:31:27Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2025-02-12T16:31:27Z" level=info msg="Creating Transcoding cache" maxSize="100 MB" path=/data/cache/transcoding
time="2025-02-12T16:31:27Z" level=debug msg="Loaded cache" dir=/data/cache/transcoding numItems=7
time="2025-02-12T16:31:27Z" level=info msg="Finished initializing cache" cache=Transcoding elapsedTime="690.515µs" maxSize=100MB
time="2025-02-12T16:31:27Z" level=debug msg="Throttling Subsonic getCoverArt endpoint" backlogLimit=100 backlogTimeout=1m maxRequests=2
time="2025-02-12T16:31:27Z" level=info msg="Mounting Subsonic API routes" path=/rest
time="2025-02-12T16:31:27Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2025-02-12T16:31:27Z" level=debug msg="Throttling public images endpoint" backlogLimit=100 backlogTimeout=1m maxRequests=2
time="2025-02-12T16:31:27Z" level=info msg="Mounting Public Endpoints routes" path=/share
time="2025-02-12T16:31:27Z" level=info msg="Mounting LastFM Auth routes" path=/api/lastfm
time="2025-02-12T16:31:27Z" level=info msg="Mounting ListenBrainz Auth routes" path=/api/listenbrainz
time="2025-02-12T16:31:27Z" level=info msg="Mounting Background images routes" path=/backgrounds
time="2025-02-12T16:31:27Z" level=info msg="Creating backgrounds cache" maxSize="100 MB" path=/data/cache/backgrounds
time="2025-02-12T16:31:27Z" level=info msg="Mounting WebUI routes" path=/app
time="2025-02-12T16:31:27Z" level=debug msg="Loaded cache" dir=/data/cache/backgrounds numItems=1
time="2025-02-12T16:31:27Z" level=info msg="Finished initializing cache" cache=backgrounds elapsedTime="233.999µs" maxSize=100MB
time="2025-02-12T16:31:27Z" level=debug msg="Started new EventStream connection" client="8bfGX1cO6KOgXJeXLqrorN (admin - 192.168.86.41:55402 - )" requestId=596b4526c993/nutyW7qMWp-000001 username=admin
time="2025-02-12T16:31:27Z" level=debug msg="Client added to EventStream broker" newClient="8bfGX1cO6KOgXJeXLqrorN (admin - 192.168.86.41:55402 - )" numActiveClients=1
time="2025-02-12T16:31:27Z" level=debug msg="Loaded cache" dir=/data/cache/images numItems=1413
time="2025-02-12T16:31:27Z" level=info msg="Watcher started" library=1 path=/music
time="2025-02-12T16:31:27Z" level=info msg="Finished initializing cache" cache=Image elapsedTime=41.6ms maxSize=100MB
time="2025-02-12T16:31:27Z" level=info msg="----> Navidrome server is ready!" address="0.0.0.0:4533" startupTime=29.9ms tlsEnabled=false
time="2025-02-12T16:31:27Z" level=debug msg="Loaded background images from image service" elapsed=189.9ms total=128
time="2025-02-12T16:31:28Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000002 username=admin version=1.13.0
time="2025-02-12T16:31:28Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000002 type=Symfonium/Android username=admin
time="2025-02-12T16:31:28Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000002 status=OK
time="2025-02-12T16:31:28Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=6.1ms httpStatus=200 remoteAddr="192.168.86.27:47940" requestId=596b4526c993/nutyW7qMWp-000002 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:28Z" level=debug msg="API: New request /rest/search3.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000003 username=admin version=1.13.0
time="2025-02-12T16:31:28Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000003 type=Symfonium/Android username=admin
time="2025-02-12T16:31:28Z" level=debug msg="Search resulted in 1 songs, 0 albums and 0 artists" elapsedTime=14.9ms query="\"\"" requestId=596b4526c993/nutyW7qMWp-000003
time="2025-02-12T16:31:28Z" level=debug msg="API: Successful response" endpoint=/rest/search3.view requestId=596b4526c993/nutyW7qMWp-000003 status=OK
time="2025-02-12T16:31:28Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/search3.view?query=%22%22&songOffset=8351&songCount=10&albumOffset=0&albumCount=0&artistOffset=0&artistCount=0&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=16.5ms httpStatus=200 remoteAddr="192.168.86.27:47940" requestId=596b4526c993/nutyW7qMWp-000003 responseSize=1341 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:29Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2025-02-12T16:31:29Z" level=info msg="Executing initial scan"
time="2025-02-12T16:31:29Z" level=debug msg="Spawning external scanner process" fullScan=false path=/app/navidrome
time="2025-02-12T16:31:29Z" level=debug msg="Opening DataBase" dbPath="/data/navidrome.db?cache=shared&_busy_timeout=15000&_journal_mode=WAL&_foreign_keys=on&synchronous=normal" driver=sqlite3_custom
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Starting scan" fullScan=false numLibraries=1
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Starting phase 1: Scan all libraries and import new/updated files"
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Completed processing folder" audioCount=0 elapsed=4.8ms imageCount=0 library="Music Library" plsCount=0 tracksImported=0 tracksMissing=0 folder="License Backup"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished reading folders" lib="Music Library" numFolders=1240 path=/music
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished loading all folders" numChanged=1 numFolders=1240
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Pipeline wall time: 128.718809ms\n traverse filesystem (0): 1 items, total 128.687235ms (128.687235ms/item), work 128.664568ms (128.664568ms/item)\n count tasks (0) : 1 items, total 128.625366ms (128.625366ms/item), work 7.87µs (7.87µs/item)\n process folder (0) : 1 items, total 128.628495ms (128.628495ms/item), work 0s (0s/item)\n process folder (1) : 1 items, total 128.618217ms (128.618217ms/item), work 0s (0s/item)\n process folder (2) : 1 items, total 128.63294ms (128.63294ms/item), work 2.696394ms (2.696394ms/item)\n process folder (3) : 1 items, total 128.601309ms (128.601309ms/item), work 0s (0s/item)\n process folder (4) : 1 items, total 128.61055ms (128.61055ms/item), work 0s (0s/item)\n persist changes (0) : 1 items, total 128.612142ms (128.612142ms/item), work 1.869306ms (1.869306ms/item)\n log results (0) : 1 items, total 128.689642ms (128.689642ms/item), work 194.332µs (194.332µs/item)"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished phase 1" elapsed=129.2ms totalTasks=1
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Starting phase 2: Process missing files, checking for moves"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Checking missing tracks" libraryId=1 libraryName="Music Library"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: No potential moves found" libraryId=1 libraryName="Music Library"
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Pipeline wall time: 888.07µs\n load missing tracks from db (0): 0 items, total 875.644µs, work 870.496µs\n count tasks (0) : 1 items, total 874.125µs (874.125µs/item), work 0s (0s/item)\n process missing tracks (0) : 1 items, total 876.717µs (876.717µs/item), work 0s (0s/item)"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished phase 2" elapsed=1ms totalTasks=0
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Starting phase 4: Import/update playlists"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Starting phase 3: Refresh all new/changed albums"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Checking playlists that may need refresh"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: No playlists need refreshing"
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Pipeline wall time: 464.813µs\n load folders with playlists from db (0): 0 items, total 452.22µs, work 444.553µs\n count tasks (0)
: 1 items, total 435.184µs (435.184µs/item), work 0s (0s/item)\n process playlists in folder (0) : 1 items, total 440.386µs (440.386µs/item), work 0s (0s/item)\n process playlists in folder (1) : 1 items, total 437.683µs (437.683µs/item), work 0s (0s/item)\n process playlists in folder (2) : 1 items, total 450.979µs (450.979µs/item), work 0s (0s/item)"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished refreshing playlists" refreshed=0
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished phase 4" elapsed="694.07µs" totalTasks=0
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Checking albums that may need refresh" libraryId=1 libraryName="Music Library"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: No albums needing refresh"
time="2025-02-12T16:31:29Z" level=info msg="Scanner: Pipeline wall time: 1.457234ms\n load albums from db (0): 0 items, total 1.441159ms, work 1.404122ms\n count tasks (0) : 1 items, total 1.407658ms (1.407658ms/item), work 0s (0s/item)\n filter unmodified (0) : 1 items, total 1.410937ms (1.410937ms/item), work 0s (0s/item)\n filter unmodified (1) : 1 items, total 1.407679ms (1.407679ms/item), work 0s (0s/item)\n filter unmodified (2) : 1 items, total 1.407863ms (1.407863ms/item), work 0s (0s/item)\n filter unmodified (3) : 1 items, total 1.416807ms (1.416807ms/item), work 0s (0s/item)\n filter unmodified (4) : 1 items, total 1.405956ms (1.405956ms/item), work 0s (0s/item)\n refresh albums (0) : 1 items, total 1.435956ms (1.435956ms/item), work 0s (0s/item)"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished refreshing albums" refreshed=0 skipped=0
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Refreshed album annotations" albums=3 elapsed="337.535µs"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Refreshed artist annotations" artists=3 elapsed="670.923µs"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: Finished phase 3" elapsed=3.3ms totalTasks=0
time="2025-02-12T16:31:29Z" level=debug msg="GC: purge empty albums" elapsed=2.5ms
time="2025-02-12T16:31:29Z" level=debug msg="GC: purge empty artists" elapsed=7.6ms
time="2025-02-12T16:31:29Z" level=debug msg="Purging empty folders" totalDeleted=1
time="2025-02-12T16:31:29Z" level=debug msg="GC: purge empty folders" elapsed="696.349µs"
time="2025-02-12T16:31:29Z" level=debug msg="GC: clean album annotations" elapsed="163.629µs"
time="2025-02-12T16:31:29Z" level=debug msg="GC: clean artist annotations" elapsed="85.333µs"
time="2025-02-12T16:31:29Z" level=debug msg="GC: clean media file annotations" elapsed="82.741µs"
time="2025-02-12T16:31:29Z" level=debug msg="GC: clean media file bookmarks" elapsed="75.037µs"
time="2025-02-12T16:31:29Z" level=debug msg="GC: purge non used tags" elapsed=3.5ms
time="2025-02-12T16:31:29Z" level=debug msg="GC: remove orphan playlist tracks" elapsed="310.165µs"
time="2025-02-12T16:31:29Z" level=debug msg="Scanner: GC completed" elapsed=15.4ms
time="2025-02-12T16:31:30Z" level=debug msg="Scanner: Refreshed artist stats" elapsed=175.8ms stats=0
time="2025-02-12T16:31:30Z" level=debug msg="Updated tag counts" elapsed=2.7ms table=album updated=49
time="2025-02-12T16:31:30Z" level=debug msg="Updated tag counts" elapsed=20.2ms table=media_file updated=49
time="2025-02-12T16:31:30Z" level=debug msg="Scanner: Updated tag counts" elapsed=23.1ms
time="2025-02-12T16:31:31Z" level=info msg="Scanner: Finished scanning all libraries" duration=1.29s
time="2025-02-12T16:31:31Z" level=debug msg="Library changes imported. Sending refresh event"
time="2025-02-12T16:31:31Z" level=info msg="Scan completed"
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000004
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000004
time="2025-02-12T16:31:38Z" level=debug msg="Getting artist images from Last.fm" mbid= name="d2b-Bhakta Productions" requestId=596b4526c993/nutyW7qMWp-000004
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000005
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000005
time="2025-02-12T16:31:38Z" level=debug msg="Getting artist images from Last.fm" mbid= name="Hariprasad Chaurasia & Ustad Amjad Ali Khan" requestId=596b4526c993/nutyW7qMWp-000005
time="2025-02-12T16:31:38Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000006 username=admin version=1.13.0
time="2025-02-12T16:31:38Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000006 type=Symfonium/Android username=admin
time="2025-02-12T16:31:38Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000006 status=OK
time="2025-02-12T16:31:38Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.5ms httpStatus=200 remoteAddr="192.168.86.27:59388" requestId=596b4526c993/nutyW7qMWp-000006 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=error msg="Error calling LastFM/artist.getInfo" artist="d2b-Bhakta Productions" error="last.fm error(6): The artist you supplied could not be found" mbid= requestId=596b4526c993/nutyW7qMWp-000004
time="2025-02-12T16:31:38Z" level=debug msg="Item does not have artwork" error="could not get `artist` cover art for ar-5Jm9pBEOfXFk7NDyO5XE4i_0: artwork unavailable" id=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTVKbTlwQkVPZlhGazdORHlPNVhFNGlfMCIsImlzcyI6Ik5EIn0.1eXUvkcEb6bKV9maM6Ffup2vNz67KxUGV9YzhUBPS20 requestId=596b4526c993/nutyW7qMWp-000004
time="2025-02-12T16:31:38Z" level=warning msg="HTTP: GET http://192.168.86.51:4533/share/img/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTVKbTlwQkVPZlhGazdORHlPNVhFNGlfMCIsImlzcyI6Ik5EIn0.1eXUvkcEb6bKV9maM6Ffup2vNz67KxUGV9YzhUBPS20?size=1200&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=170.9ms httpStatus=404 remoteAddr="192.168.86.27:47940" requestId=596b4526c993/nutyW7qMWp-000004 responseSize=18 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=error msg="Error calling LastFM/artist.getInfo" artist="Hariprasad Chaurasia & Ustad Amjad Ali Khan" error="last.fm error(6): The artist you supplied could not be found" mbid= requestId=596b4526c993/nutyW7qMWp-000005
time="2025-02-12T16:31:38Z" level=debug msg="Item does not have artwork" error="could not get `artist` cover art for ar-1XfXupKQYzMfusnEK0XmhN_0: artwork unavailable" id=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTFYZlh1cEtRWXpNZnVzbkVLMFhtaE5fMCIsImlzcyI6Ik5EIn0.jNBqF-gWA7ocziBy09b0aBOASE-ieP6yNOSH1gbWT6Y requestId=596b4526c993/nutyW7qMWp-000005
time="2025-02-12T16:31:38Z" level=warning msg="HTTP: GET http://192.168.86.51:4533/share/img/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTFYZlh1cEtRWXpNZnVzbkVLMFhtaE5fMCIsImlzcyI6Ik5EIn0.jNBqF-gWA7ocziBy09b0aBOASE-ieP6yNOSH1gbWT6Y?size=1200&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=228ms httpStatus=404 remoteAddr="192.168.86.27:59378" requestId=596b4526c993/nutyW7qMWp-000005 responseSize=18 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000007
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000007
time="2025-02-12T16:31:38Z" level=debug msg="Getting artist images from Last.fm" mbid= name="A. Hale" requestId=596b4526c993/nutyW7qMWp-000008
time="2025-02-12T16:31:38Z" level=warning msg="Could not find folder for artist" folder= id=0bPRsiayUKpRA2XNA9pgHw requestId=596b4526c993/nutyW7qMWp-000007
time="2025-02-12T16:31:38Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/share/img/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTd3T1Jtb0JMVFlGb1l0RU5GeU1ZMGpfMCIsImlzcyI6Ik5EIn0.P27qS9h54-MDZf1YSxxEdJhDk394oHj8ggcWTAzvxGI?size=1200&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=20.5ms httpStatus=200 remoteAddr="192.168.86.27:59378" requestId=596b4526c993/nutyW7qMWp-000007 responseSize=43268 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=debug msg="Getting artist images from Last.fm" mbid= name="Andrew Hale" requestId=596b4526c993/nutyW7qMWp-000009
time="2025-02-12T16:31:38Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000011 username=admin version=1.13.0
time="2025-02-12T16:31:38Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000010 username=admin version=1.13.0
time="2025-02-12T16:31:38Z" level=debug msg="Found album artwork" artID=al-0203nRSjBabDHqnksJYIwP_4d01859f elapsed="14.148µs" path="/music/Michael Whalen/The Border Of Dusk/Folder.jpg" requestId=596b4526c993/nutyW7qMWp-000011 source=fromCoverArtPriority.fromExternalFile.func4
time="2025-02-12T16:31:38Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-5kJoHvBDhahUDAxIRwsSFz_65e368ee&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=2.5ms httpStatus=200 remoteAddr="192.168.86.27:59420" requestId=596b4526c993/nutyW7qMWp-000010 responseSize=80322 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-0203nRSjBabDHqnksJYIwP_4d01859f&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3.3ms httpStatus=200 remoteAddr="192.168.86.27:59414" requestId=596b4526c993/nutyW7qMWp-000011 responseSize=14103 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:38Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000012 username=admin version=1.13.0
time="2025-02-12T16:31:38Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-5u1lMHuolCLMMhabTJbxrx_65b584da&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.9ms httpStatus=200 remoteAddr="192.168.86.27:59430" requestId=596b4526c993/nutyW7qMWp-000012 responseSize=56631 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:39Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000013 username=admin version=1.13.0
time="2025-02-12T16:31:39Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-2mzgZmyEe9g1jN3PEuLhTq_0&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.6ms httpStatus=200 remoteAddr="192.168.86.27:59420" requestId=596b4526c993/nutyW7qMWp-000013 responseSize=80322 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:39Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000014 username=admin version=1.13.0
time="2025-02-12T16:31:39Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-0203nRSjBabDHqnksJYIwP_0&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.3ms httpStatus=200 remoteAddr="192.168.86.27:59414" requestId=596b4526c993/nutyW7qMWp-000014 responseSize=14103 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:39Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000015 username=admin version=1.13.0
time="2025-02-12T16:31:39Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-5u1lMHuolCLMMhabTJbxrx_0&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.7ms httpStatus=200 remoteAddr="192.168.86.27:59420" requestId=596b4526c993/nutyW7qMWp-000015 responseSize=56631 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:39Z" level=debug msg="Got Images" agent=lastfm artist="A. Hale" elapsed=541.4ms images="[{https://lastfm.freetls.fastly.net/i/u/ar0/2a96cbd8b46e442fc41c2b86b821562f.jpg 0}]" requestId=596b4526c993/nutyW7qMWp-000008
time="2025-02-12T16:31:39Z" level=debug msg="Found artist artwork" artID=ar-5DOA8XhQN0zYYwPCCu1xt8_0 elapsed=686.7ms path="https://lastfm.freetls.fastly.net/i/u/ar0/2a96cbd8b46e442fc41c2b86b821562f.jpg" requestId=596b4526c993/nutyW7qMWp-000008 source=fromArtistArtPriority.fromArtistExternalSource
time="2025-02-12T16:31:39Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/share/img/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTVET0E4WGhRTjB6WVl3UENDdTF4dDhfMCIsImlzcyI6Ik5EIn0.2hKWDwsS-1yvyCGALpLDq2v51luSIp6s5nyvbhioS0w?size=1200&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=699.6ms httpStatus=200 remoteAddr="192.168.86.27:59390" requestId=596b4526c993/nutyW7qMWp-000008 responseSize=3417 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:40Z" level=debug msg="Got Images" agent=lastfm artist="Andrew Hale" elapsed=1.31s images="[{https://lastfm.freetls.fastly.net/i/u/ar0/d70694de4938f60a1dc6f3002441c799.jpg 0}]" requestId=596b4526c993/nutyW7qMWp-000009
time="2025-02-12T16:31:40Z" level=debug msg="Found artist artwork" artID=ar-4JxqFeyYBOCMg60RxlrenR_0 elapsed=1.42s path="https://lastfm.freetls.fastly.net/i/u/ar0/d70694de4938f60a1dc6f3002441c799.jpg" requestId=596b4526c993/nutyW7qMWp-000009 source=fromArtistArtPriority.fromArtistExternalSource
time="2025-02-12T16:31:40Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/share/img/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImFyLTRKeHFGZXlZQk9DTWc2MFJ4bHJlblJfMCIsImlzcyI6Ik5EIn0.XjYwsLx-s79BPaAS8HFwjhLgpwSIpE-k604pRKgDpzM?size=1200&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.47s httpStatus=200 remoteAddr="192.168.86.27:59406" requestId=596b4526c993/nutyW7qMWp-000009 responseSize=104457 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:44Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000016 username=admin version=1.13.0
time="2025-02-12T16:31:44Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-5kJoHvBDhahUDAxIRwsSFz_0&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.8ms httpStatus=200 remoteAddr="192.168.86.27:59406" requestId=596b4526c993/nutyW7qMWp-000016 responseSize=80322 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:48Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000017 username=admin version=1.13.0
time="2025-02-12T16:31:48Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000017 type=Symfonium/Android username=admin
time="2025-02-12T16:31:48Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000017 status=OK
time="2025-02-12T16:31:48Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.3ms httpStatus=200 remoteAddr="192.168.86.27:59406" requestId=596b4526c993/nutyW7qMWp-000017 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000020 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/getLyricsBySongId.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000019 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000018 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000019 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000020 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/getLyricsBySongId.view requestId=596b4526c993/nutyW7qMWp-000019 status=OK
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000020 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getLyricsBySongId.view?id=JhWoknrfGmGEiVE0PujQSI&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000019 responseSize=164 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000018 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000018 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000020 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=5.5ms httpStatus=200 remoteAddr="192.168.86.27:42884" requestId=596b4526c993/nutyW7qMWp-000020 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/getSong.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000021 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000018 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=6.7ms httpStatus=200 remoteAddr="192.168.86.27:42912" requestId=596b4526c993/nutyW7qMWp-000018 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000021 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/getSong.view requestId=596b4526c993/nutyW7qMWp-000021 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getSong.view?id=JhWoknrfGmGEiVE0PujQSI&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.9ms httpStatus=200 remoteAddr="192.168.86.27:42896" requestId=596b4526c993/nutyW7qMWp-000021 responseSize=1243 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000022 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000022 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000022 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000022 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3.6ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000022 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/stream.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000023 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=pHqJvOEt0zKUuhzDH2PvXn requestId=596b4526c993/nutyW7qMWp-000023 type=Lavf username=admin
time="2025-02-12T16:31:55Z" level=debug msg="Streaming RAW file" id=JhWoknrfGmGEiVE0PujQSI originalBitrate=320 originalFormat=mp3 path="/music/Van Halen/The Best Of Both Worlds [Disc 2]/01 Panama.mp3" requestBitrate=0 requestFormat=raw requestId=596b4526c993/nutyW7qMWp-000023 requestOffset=0 selectedBitrate=0 selectedFormat=raw
time="2025-02-12T16:31:55Z" level=info msg="Streaming file" artist="Van Halen" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 requestId=596b4526c993/nutyW7qMWp-000023 title=Panama transcoding=false user=admin
time="2025-02-12T16:31:55Z" level=warning msg="Request was interrupted" endpoint=/rest/stream.view error="context canceled" requestId=596b4526c993/nutyW7qMWp-000023
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/stream.view?id=JhWoknrfGmGEiVE0PujQSI&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json&format=raw" elapsedTime=47.6ms httpStatus=206 remoteAddr="192.168.86.27:42914" requestId=596b4526c993/nutyW7qMWp-000023 responseSize=626184 userAgent=Lavf/60.3.100
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/stream.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000024 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000024 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=debug msg="Streaming RAW file" id=JhWoknrfGmGEiVE0PujQSI originalBitrate=320 originalFormat=mp3 path="/music/Van Halen/The Best Of Both Worlds [Disc 2]/01 Panama.mp3" requestBitrate=0 requestFormat=raw requestId=596b4526c993/nutyW7qMWp-000024 requestOffset=0 selectedBitrate=0 selectedFormat=raw
time="2025-02-12T16:31:55Z" level=info msg="Streaming file" artist="Van Halen" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 requestId=596b4526c993/nutyW7qMWp-000024 title=Panama transcoding=false user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000025 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000025 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000025 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000025 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=4.4ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000025 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000026 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000026 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000026 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000026 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3.3ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000026 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/stream.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000027 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=pHqJvOEt0zKUuhzDH2PvXn requestId=596b4526c993/nutyW7qMWp-000027 type=Lavf username=admin
time="2025-02-12T16:31:55Z" level=debug msg="Streaming RAW file" id=JhWoknrfGmGEiVE0PujQSI originalBitrate=320 originalFormat=mp3 path="/music/Van Halen/The Best Of Both Worlds [Disc 2]/01 Panama.mp3" requestBitrate=0 requestFormat=raw requestId=596b4526c993/nutyW7qMWp-000027 requestOffset=0 selectedBitrate=0 selectedFormat=raw
time="2025-02-12T16:31:55Z" level=info msg="Streaming file" artist="Van Halen" bitRate=0 cached=false format=raw originalBitRate=320 originalFormat=mp3 requestId=596b4526c993/nutyW7qMWp-000027 title=Panama transcoding=false user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000028 username=admin version=1.13.0
time="2025-02-12T16:31:55Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000028 type=Symfonium/Android username=admin
time="2025-02-12T16:31:55Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000028 title=Panama user=admin
time="2025-02-12T16:31:55Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000028 status=OK
time="2025-02-12T16:31:55Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3.6ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000028 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:56Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/stream.view?id=JhWoknrfGmGEiVE0PujQSI&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json&format=raw" elapsedTime=573.5ms httpStatus=200 remoteAddr="192.168.86.27:42912" requestId=596b4526c993/nutyW7qMWp-000024 responseSize=8499508 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:57Z" level=debug msg="API: New request /rest/scrobble.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000029 username=admin version=1.13.0
time="2025-02-12T16:31:57Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000029 type=Symfonium/Android username=admin
time="2025-02-12T16:31:57Z" level=info msg="Now Playing" artist="Van Halen" player="Symfonium [Symfonium/Android]" requestId=596b4526c993/nutyW7qMWp-000029 title=Panama user=admin
time="2025-02-12T16:31:57Z" level=debug msg="API: Successful response" endpoint=/rest/scrobble.view requestId=596b4526c993/nutyW7qMWp-000029 status=OK
time="2025-02-12T16:31:57Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/scrobble.view?id=JhWoknrfGmGEiVE0PujQSI&submission=false&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3.5ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000029 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:31:57Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/stream.view?id=JhWoknrfGmGEiVE0PujQSI&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json&format=raw" elapsedTime=2.2s httpStatus=206 remoteAddr="192.168.86.27:42916" requestId=596b4526c993/nutyW7qMWp-000027 responseSize=8499508 userAgent=Lavf/60.3.100
time="2025-02-12T16:31:59Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000031 username=admin version=1.13.0
time="2025-02-12T16:31:59Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000031 type=Symfonium/Android username=admin
time="2025-02-12T16:31:59Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000031 status=OK
time="2025-02-12T16:31:59Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.6ms httpStatus=200 remoteAddr="192.168.86.27:42868" requestId=596b4526c993/nutyW7qMWp-000031 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:32:10Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000032 username=admin version=1.13.0
time="2025-02-12T16:32:10Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000032 type=Symfonium/Android username=admin
time="2025-02-12T16:32:10Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000032 status=OK
time="2025-02-12T16:32:10Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.2ms httpStatus=200 remoteAddr="192.168.86.27:36944" requestId=596b4526c993/nutyW7qMWp-000032 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:32:16Z" level=debug msg="API: New request /rest/ping.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000033 username=admin version=1.13.0
time="2025-02-12T16:32:16Z" level=debug msg="Found matching player" client=Symfonium id=MEOa3yTCKnvABGKHfQaHDP requestId=596b4526c993/nutyW7qMWp-000033 type=Symfonium/Android username=admin
time="2025-02-12T16:32:16Z" level=debug msg="API: Successful response" endpoint=/rest/ping.view requestId=596b4526c993/nutyW7qMWp-000033 status=OK
time="2025-02-12T16:32:16Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/ping.view?u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=1.2ms httpStatus=200 remoteAddr="192.168.86.27:36954" requestId=596b4526c993/nutyW7qMWp-000033 responseSize=148 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:32:16Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000034 username=admin version=1.13.0
time="2025-02-12T16:32:16Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-3VHP4VYkKX2rnTpjEPBF6V_4e2f6f3f&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=2.7ms httpStatus=200 remoteAddr="192.168.86.27:36954" requestId=596b4526c993/nutyW7qMWp-000034 responseSize=12358 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:32:16Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000035 username=admin version=1.13.0
time="2025-02-12T16:32:16Z" level=debug msg="Found album artwork" artID=al-69udRZIjgB2jjQ46YXFsVl_4fd408e2 elapsed="13.944µs" path="/music/Chris Zippel Aka Genuine/Nu Ambient Grooves/Folder.jpg" requestId=596b4526c993/nutyW7qMWp-000035 source=fromCoverArtPriority.fromExternalFile.func4
time="2025-02-12T16:32:16Z" level=debug msg="API: New request /rest/getCoverArt.view" client=Symfonium requestId=596b4526c993/nutyW7qMWp-000036 username=admin version=1.13.0
time="2025-02-12T16:32:16Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-69udRZIjgB2jjQ46YXFsVl_4fd408e2&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=3ms httpStatus=200 remoteAddr="192.168.86.27:36970" requestId=596b4526c993/nutyW7qMWp-000035 responseSize=48669 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
time="2025-02-12T16:32:16Z" level=debug msg="Found album artwork" artID=al-75NN91emo68Gf20VxEDssL_65b7d365 elapsed="13.703µs" path="/music/Steve Tibbetts/Life Of/Folder.jpg" requestId=596b4526c993/nutyW7qMWp-000036 source=fromCoverArtPriority.fromExternalFile.func4
time="2025-02-12T16:32:16Z" level=debug msg="HTTP: GET http://192.168.86.51:4533/rest/getCoverArt.view?id=al-75NN91emo68Gf20VxEDssL_65b7d365&u=admin&t=[REDACTED]&s=[REDACTED]&v=1.13.0&c=Symfonium&f=json" elapsedTime=2.4ms httpStatus=200 remoteAddr="192.168.86.27:36968" requestId=596b4526c993/nutyW7qMWp-000036 responseSize=11460 userAgent="Symfonium/11.6.0 (Linux;Android 15)"
```
### Anything else?
The logs above were captured while trying to view bio info for "Van Halen" in Symfonium.
Reference this Symfonium issue: https://support.symfonium.app/t/artist-bio-not-showing-with-navidrome-as-media-provider/6737/3
### Code of Conduct
- [x] I agree to follow Navidrome's Code of Conduct