vanyo
September 18, 2024, 2:37pm
1
Issue description:
Hi,
My jellyfin (docker) is behind an Nginx reverse proxy, and the jellyfin app is working fine. However I can’t get Symphonium working. Not syncing any media. thanks
Logs:
Upload description: vanyo
Additional information:
Reproduction steps:
Media provider:
Jellyfin
Screenshots:
Tolriq
September 18, 2024, 2:48pm
2
From the logs you have no music library configured on the server.
Seems you are Hungarian from the logs so the library is probably
{
"Name": "Zene",
"ServerId": "d0a6a0ffe8ed42a6afa7d5a54d254519",
"Id": "78a09c5b510c0a48a14acb279af11bc6",
"ChannelId": null,
"IsFolder": true,
"Type": "CollectionFolder",
"UserData": {
"PlaybackPositionTicks": 0,
"PlayCount": 0,
"IsFavorite": false,
"Played": false,
"Key": "78a09c5b-510c-0a48-a14a-cb279af11bc6"
},
"ImageTags": {
"Primary": "c51d451b8f20fef99c7b5c472e7acbe3"
},
"BackdropImageTags": [],
"ImageBlurHashes": {
"Primary": {
"c51d451b8f20fef99c7b5c472e7acbe3": "WBCFO@^hD%M}%Log}?kWR+aeoeoMD5M|-;ofMyR*qvVZt6bujFR*"
}
},
"LocationType": "FileSystem",
"MediaType": "Unknown"
},
But Jellyfin says it’s of media type Unknown not music or audiobook.
You need to check how that library is configured in Jellyfin and fix so it’s music.
vanyo
September 18, 2024, 2:53pm
3
Strange… On the GUI it says, music.
Tolriq
September 18, 2024, 2:59pm
4
I’m tired of all the Jellyfin bugs
The other libraries does expose the collectiontype at least
"CollectionType": "tvshows",
"CollectionType": "movies",
"CollectionType": "playlists",
No idea why it does not return it for the music one
Try to create a new small library and see it it works?
vanyo
September 18, 2024, 3:41pm
5
Yep, I feel that, too. The previous version was working for me, at that time it was in a TrueNAS jail. But this version is buggy…maybe because it’s a one man project.
Anyways, I re-created the music collection (third time already) and now it looks like working. Fingers crossed Thanks for your help, appreciated.