rasmuslos / AmpFin

Native Jellyfin music player for iOS & iPadOS
Other
133 stars 10 forks source link

Tracks doesn't load #3

Closed ptgms closed 9 months ago

ptgms commented 10 months ago

The tracks view doesn't load and fails even when connected to internet. Everything else works image

ptgms commented 10 months ago

Album artists and artists seem to have same issue

rasmuslos commented 10 months ago

What server version are you using, and can you provide logs (shown in the Xcode console)?

rasmuslos commented 10 months ago

Try the latest version, it should fix the artist relates issues https://github.com/rasmuslos/music/releases/tag/v1.0.6

ptgms commented 10 months ago

Will try! Sorry for not taking lots - was busy with work

ptgms commented 10 months ago

Artists work now - tracks still don't. Will take logs the second I get a chance

ptgms commented 9 months ago

https://jellyfin.SERVER.URL/Users/XYZ/Items?SortBy=DateCreated,SortName&SortOrder=Ascending&IncludeItemTypes=Audio&Recursive=true&ImageTypeLimit=1&EnableImageTypes=Primary&Fields=AudioInfo,ParentId: The data couldn’t be read because it is missing. This is the error

rasmuslos commented 9 months ago

It probably is a JSON error, there should be another message below this one, it has a white background

Bildschirmfoto 2023-10-29 um 11 10 34
rasmuslos commented 9 months ago

I was already aware of a bug that occurred when a track was is not properly identified by the server, resulting in the name of the album being blank. I just ignored it assuming it was a me issue, but apparently it is more widespread. If the latest release makes it work for you, could you check your library for an album that is not properly imported (missing artist, tracks out of order, missing track number, etc.)

ptgms commented 9 months ago

I can't check I have SO many albums on my server hahaha. Latest release works though. Feel free to close the issue :) I'll keep it open just in case otherwise.