Skip to content
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

Open
Else00 opened this issue Sep 5, 2024 · 6 comments
Open

Playlists not showing up #66

Else00 opened this issue Sep 5, 2024 · 6 comments

Comments

@Else00
Copy link

Else00 commented Sep 5, 2024

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:
Screenshot 2024-09-05 at 13 34 20

Jellyfin:
Screenshot 2024-09-05 at 13 34 07

Finamp:
Screenshot 2024-09-05 at 13 35 07

Jellybox:
Screenshot 2024-09-05 at 13 37 09

@rasmuslos
Copy link
Owner

Are there movies / episodes in the playlists, too?

@Else00
Copy link
Author

Else00 commented Sep 9, 2024

No only music files.

cat "cool pkmn bw battle ost.m3u"
#EXTM3U
Disc 2/2.29 Battle! (Elite Four).flac
Disc 3/3.29 Battle! (Legendary Pokémon).flac
Disc 3/3.50 Battle! (Cynthia).flac

@gnattu
Copy link
Contributor

gnattu commented Sep 11, 2024

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.

@Else00
Copy link
Author

Else00 commented Sep 12, 2024

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.

@gnattu
Copy link
Contributor

gnattu commented Sep 12, 2024

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

@rasmuslos
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants