-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playlists not showing up #66
Comments
Are there movies / episodes in the playlists, too? |
No only music files. cat "cool pkmn bw battle ost.m3u" |
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 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? |
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:

The text was updated successfully, but these errors were encountered: