Open Else00 opened 2 months ago
Are there movies / episodes in the playlists, too?
No only music files.
cat "cool pkmn bw battle ost.m3u"
Disc 2/2.29 Battle! (Elite Four).flac Disc 3/3.29 Battle! (Legendary Pokémon).flac Disc 3/3.50 Battle! (Cynthia).flac
M3U playlists are not marked as audio only on the server side and that's why AmpFin is filtering out that.
Currently it has a mediaType of "MediaType": "Unknown"
, so if we want to show those we need to include that.
The reason of this is that the M3U can link to arbitrary items which may or may not an audio, and some of them are not even in the library itself and that is easily changeable by the user, which makes the server hard to check all item type.
There is something i can insert in my m3u file to make it compatible with AmpFin? M3U are supported on all the Jellyfin client i found, also music only clients like JellyBox and Finamp, so is possible to make them work.
AmpFin needs to include unknown type in the result if the goal is to have same behavior as other clients. But i don’t know what will happen if that m3u has non-music item
I received an E-Mail about a similar issue, and I got a pretty neat idea for a solution, but it might take some time to implement
I added playlists as .m3u files in the directory given to Jellyfin. While Jellyfin official app and other third party client show correctly the playlists, AmpFin does not.
Ampfin:
Jellyfin:
Finamp:
Jellybox: