rasmuslos / AmpFin

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

Add support for a singles #23

Closed PauFCB closed 3 months ago

PauFCB commented 4 months ago

In my music folder I have some individual singles that don't belong to any album. I can add these items to a playlist, play and download with all clients (Desktop, fintunes, finamp etc) but not with this app, I even can't see the song in the playlist. Thanks

rasmuslos commented 4 months ago

Are these singles in an album just for the single or are these just songs without any parent?

PauFCB commented 4 months ago

Are these singles in an album just for the single or are these just songs without any parent?

Are individual aac, mp3 and some flac songs out of any album, on the main root music folder next to the artists folders. But the metadata it's edited with the app Meta and mp3tag for MacOS. And as I said, appears on the other clients and web. Thanks! Just bought the app btw.

rasmuslos commented 3 months ago

The code assumes that each track is part of an album in a lot of places, so this might not be so easy. Is it an option to create a album for each single, like the major streaming services or musicbrainz do?

PauFCB commented 3 months ago

The code assumes that each track is part of an album in a lot of places, so this might not be so easy. Is it an option to create a album for each single, like the major streaming services or musicbrainz do?

Yes, in order to that song appears on the clients ai have to put on a folder, but If add that song to a playlist it doesn't matter

rasmuslos commented 3 months ago

The code assumes that each track is part of an album in a lot of places, so this might not be so easy. Is it an option to create a album for each single, like the major streaming services or musicbrainz do?

Yes, in order to that song appears on the clients ai have to put on a folder, but If add that song to a playlist it doesn't matter

It still does not work because other things like cover art is still dependent on an album

PauFCB commented 3 months ago

I'd try to create a "fake" folder for every track and see if it works

PauFCB commented 3 months ago

Solved, for one interested: put every single on a folder, doesn't matter the title. After that you can individywlly set a cover for each song one by one.

rasmuslos commented 3 months ago

Solved, for one interested: put every single on a folder, doesn't matter the title. After that you can individywlly set a cover for each song one by one.

That is really strange, but good to hear that it works!