Feature Request: Direct access to the current playlist/queue
It would be useful to have a faster way to access the current playlist (queue) while music is playing. Currently, I have to first open the song details view and then access the queue from there. This adds an unnecessary step when I simply want to see or manage the songs that are currently queued. Suggested behaviour: Provide a direct, easily accessible way from the main player/mini player to open the current playlist/queue, without having to first open the song details view. This would make it much quicker to review, reorder, or manage the upcoming songs during playback.

mreid 16 days ago
Feature Request: Direct access to the current playlist/queue
It would be useful to have a faster way to access the current playlist (queue) while music is playing. Currently, I have to first open the song details view and then access the queue from there. This adds an unnecessary step when I simply want to see or manage the songs that are currently queued. Suggested behaviour: Provide a direct, easily accessible way from the main player/mini player to open the current playlist/queue, without having to first open the song details view. This would make it much quicker to review, reorder, or manage the upcoming songs during playback.

mreid 16 days ago
In Progress
[iOS] Artist click optional
Can this be optional? when you click on them to just play the song, it takes you to the Artist or Album page if you’re not careful on where you are clicking. At least in the list of songs in playlists and albums. Often I click to play the song and end up being in a different page

jamieb 26 days ago
In Progress
[iOS] Artist click optional
Can this be optional? when you click on them to just play the song, it takes you to the Artist or Album page if you’re not careful on where you are clicking. At least in the list of songs in playlists and albums. Often I click to play the song and end up being in a different page

jamieb 26 days ago
More choices of accent colours
Hi there! Could we please have an expanded list of accent colours? Unless I’m doing something wrong, all I can see at the moment are pink/purple, two reds, an orange, yellow, and green. Personally I’d really love a blue.

Russell Jennings about 2 hours ago
More choices of accent colours
Hi there! Could we please have an expanded list of accent colours? Unless I’m doing something wrong, all I can see at the moment are pink/purple, two reds, an orange, yellow, and green. Personally I’d really love a blue.

Russell Jennings about 2 hours ago
Carplay: Jump to letter
When you have a very large library on carplay, you have to scroll 4 at a time to reach a given item. For example, with 200 artists in your library, to reach the very last one, you would have to press the button 40 times, which takes far too long and is a bit dangerous while driving.

blahajjessie about 4 hours ago
Carplay: Jump to letter
When you have a very large library on carplay, you have to scroll 4 at a time to reach a given item. For example, with 200 artists in your library, to reach the very last one, you would have to press the button 40 times, which takes far too long and is a bit dangerous while driving.

blahajjessie about 4 hours ago
In Progress
Bug report - library > artist > no music
Running finer on tvOS Apple 4kTV, am unable to access music via artist button in library. Selecting an artist from the list brings up a play and shuffle button but shows no music and launches nothing. Accessing music via albums works fine. Running jellyfin on a synology nas. Same app on iOS works ok just the tvOS version that’s problematic.

Biggie about 1 month ago
In Progress
Bug report - library > artist > no music
Running finer on tvOS Apple 4kTV, am unable to access music via artist button in library. Selecting an artist from the list brings up a play and shuffle button but shows no music and launches nothing. Accessing music via albums works fine. Running jellyfin on a synology nas. Same app on iOS works ok just the tvOS version that’s problematic.

Biggie about 1 month ago
In Progress
Apple TV Version - FLAC always transcoded and large albums crash.
Finer TV crashes when opening very large Jellyfin music album (748 tracks) I’m seeing a reproducible crash in Finer TV on Apple TV with one unusually large music album. The album is a custom compilation containing 748 FLAC tracks. When I select the album, the album screen begins to open, playback starts for roughly one second, and then Finer TV immediately exits back to the Apple TV home screen. The exact same album opens and plays correctly in Finer on iOS. I checked the files fairly thoroughly and the metadata looks clean: 748 FLAC files ALBUM: 80s Experience on all 748 ALBUMARTIST: Various Artists on all 748 DISCNUMBER: 1/1 on all 748 Track numbers: sequential 1–748 No duplicate track numbers No malformed/missing album, disc, or track tags No ffprobe errors All tracks contain the same 500×500 embedded cover image I also compared playback against a normal 22-track FLAC album that plays perfectly in Finer TV: Working albumCrashing album Audio FLAC FLAC Bit depth 16-bit 16-bit Sample rate 48 kHz 48 kHz Channels Stereo Stereo Artwork 500×500 500×500 Jellyfin delivery AAC 256 kb/s HLS AAC 256 kb/s HLS Jellyfin transcode completes Yes Yes Album size 22 tracks 748 tracks Result Works Finer TV crashes Jellyfin/FFmpeg continues transcoding the crashing album’s first track successfully even after Finer TV has exited, with no FFmpeg error, so this does not appear to be a server-side transcoding failure. This makes me suspect a large-album / large-playback-queue / memory issue in the tvOS client, possibly while Finer is constructing the 748-track album view or queue after playback begins. One separate observation: Finer TV currently appears to request AAC 256 kb/s / 44.1 kHz HLS transcoding even for 16-bit/48 kHz FLAC, although Jellyfin reports the files themselves as supporting Direct Play. That may be unrelated to the crash, but I thought it was worth mentioning. Happy to provide the Jellyfin FFmpeg logs, metadata audit, or test progressively smaller copies of the album if that would help reproduce it.

Michael McCoy 25 days ago
In Progress
Apple TV Version - FLAC always transcoded and large albums crash.
Finer TV crashes when opening very large Jellyfin music album (748 tracks) I’m seeing a reproducible crash in Finer TV on Apple TV with one unusually large music album. The album is a custom compilation containing 748 FLAC tracks. When I select the album, the album screen begins to open, playback starts for roughly one second, and then Finer TV immediately exits back to the Apple TV home screen. The exact same album opens and plays correctly in Finer on iOS. I checked the files fairly thoroughly and the metadata looks clean: 748 FLAC files ALBUM: 80s Experience on all 748 ALBUMARTIST: Various Artists on all 748 DISCNUMBER: 1/1 on all 748 Track numbers: sequential 1–748 No duplicate track numbers No malformed/missing album, disc, or track tags No ffprobe errors All tracks contain the same 500×500 embedded cover image I also compared playback against a normal 22-track FLAC album that plays perfectly in Finer TV: Working albumCrashing album Audio FLAC FLAC Bit depth 16-bit 16-bit Sample rate 48 kHz 48 kHz Channels Stereo Stereo Artwork 500×500 500×500 Jellyfin delivery AAC 256 kb/s HLS AAC 256 kb/s HLS Jellyfin transcode completes Yes Yes Album size 22 tracks 748 tracks Result Works Finer TV crashes Jellyfin/FFmpeg continues transcoding the crashing album’s first track successfully even after Finer TV has exited, with no FFmpeg error, so this does not appear to be a server-side transcoding failure. This makes me suspect a large-album / large-playback-queue / memory issue in the tvOS client, possibly while Finer is constructing the 748-track album view or queue after playback begins. One separate observation: Finer TV currently appears to request AAC 256 kb/s / 44.1 kHz HLS transcoding even for 16-bit/48 kHz FLAC, although Jellyfin reports the files themselves as supporting Direct Play. That may be unrelated to the crash, but I thought it was worth mentioning. Happy to provide the Jellyfin FFmpeg logs, metadata audit, or test progressively smaller copies of the album if that would help reproduce it.

Michael McCoy 25 days ago
Bulk playlist do not load all songs
I'd like to report a bug with shuffle on large playlists. App version: 1.44.0 Jellyfin server version: 10.11.11 iOS version: 26.6 Steps to reproduce: Open a playlist with 400+ songs. Immediately tap Shuffle (or Shuffle All) without scrolling through the track list first. Only a subset of the tracks get included in the shuffle/playback — not the full playlist. Workaround I found: If I scroll all the way down through the entire track list first (so every track loads), then scroll back to the top and hit Shuffle, it works correctly and shuffles the full playlist. This suggests shuffle is only operating on whatever tracks have been paginated/loaded into memory at the time, rather than fetching the complete playlist first. I noticed the 1.40.0 changelog mentioned "Large playlists now load all tracks correctly" — this may be a regression of that fix, or a related edge case that wasn't fully covered. If I go to songs with 400+ songs and do shuffle all, it will not load all songs in the shuffle pool as well. Thanks for the great app otherwise — it's been my go-to Jellyfin client.

cisco 4 days ago
Bulk playlist do not load all songs
I'd like to report a bug with shuffle on large playlists. App version: 1.44.0 Jellyfin server version: 10.11.11 iOS version: 26.6 Steps to reproduce: Open a playlist with 400+ songs. Immediately tap Shuffle (or Shuffle All) without scrolling through the track list first. Only a subset of the tracks get included in the shuffle/playback — not the full playlist. Workaround I found: If I scroll all the way down through the entire track list first (so every track loads), then scroll back to the top and hit Shuffle, it works correctly and shuffles the full playlist. This suggests shuffle is only operating on whatever tracks have been paginated/loaded into memory at the time, rather than fetching the complete playlist first. I noticed the 1.40.0 changelog mentioned "Large playlists now load all tracks correctly" — this may be a regression of that fix, or a related edge case that wasn't fully covered. If I go to songs with 400+ songs and do shuffle all, it will not load all songs in the shuffle pool as well. Thanks for the great app otherwise — it's been my go-to Jellyfin client.

cisco 4 days ago
Shuffle favorites button not working
The “shuffle favorites” button on the Home tab doesn’t do anything for some reason. Although weirdly enough, the one in the downloads tab works?! This has been an issue for a few months, but just got around to reporting it now😅

Billy Bobertjoe 20 days ago
Shuffle favorites button not working
The “shuffle favorites” button on the Home tab doesn’t do anything for some reason. Although weirdly enough, the one in the downloads tab works?! This has been an issue for a few months, but just got around to reporting it now😅

Billy Bobertjoe 20 days ago
Carplay reloads Images in loop
I got a messy bug via carplay. The Images of Albums and Songs reload arround every 10 Seconds which leads to reload the page. Scrolling is impossible. But only in Finer App. When switching to widget screen everything is fin(er) … (-:

C K 9 days ago
Carplay reloads Images in loop
I got a messy bug via carplay. The Images of Albums and Songs reload arround every 10 Seconds which leads to reload the page. Scrolling is impossible. But only in Finer App. When switching to widget screen everything is fin(er) … (-:

C K 9 days ago
In Progress
Possible DSD/DSF playback issue resulting in queue unsyncing
I’ve noticed on several occasions now that when I play from my server with transcoding off when a DSD/DSF file plays sometimes it just goes silent and I end up hitting next to skip it. Then I hear track B while the interface is showing track A as playing. If I double click on the “currently playing” in the queue, it just restarts Track B’s audio while still showing Track A playing. I have to double click on an upcoming track to get the display and playback back in sync, I don’t think next track fixes it, but I didn’t retry that today, but I seam to recall that using the next track button would then show Track B and play Track C. My library is a mix of older MP3 files, FLAC, DSD/DSF. My server is currently Jellyfin 10.11.11 and the client is 1.44.0 (127) onan M4 MacBook Air.

John 24 days ago
In Progress
Possible DSD/DSF playback issue resulting in queue unsyncing
I’ve noticed on several occasions now that when I play from my server with transcoding off when a DSD/DSF file plays sometimes it just goes silent and I end up hitting next to skip it. Then I hear track B while the interface is showing track A as playing. If I double click on the “currently playing” in the queue, it just restarts Track B’s audio while still showing Track A playing. I have to double click on an upcoming track to get the display and playback back in sync, I don’t think next track fixes it, but I didn’t retry that today, but I seam to recall that using the next track button would then show Track B and play Track C. My library is a mix of older MP3 files, FLAC, DSD/DSF. My server is currently Jellyfin 10.11.11 and the client is 1.44.0 (127) onan M4 MacBook Air.

John 24 days ago
In Progress
macOS: Opening song/playlist details switches AirPlay output
I’ve noticed an issue with the macOS client when playing music via AirPlay. On the main screen, when I click the icon next to the mini player to view details about the currently playing song and the upcoming playlist, the audio output is automatically switched from my AirPlay device back to the Mac’s internal speakers. I then have to manually select my AirPlay target again to resume playback through the intended device. Expected behaviour: Opening the song and playlist details should not change the currently selected audio output. If AirPlay is active, the selected AirPlay device should remain the audio output when viewing these details.

mreid 16 days ago
In Progress
macOS: Opening song/playlist details switches AirPlay output
I’ve noticed an issue with the macOS client when playing music via AirPlay. On the main screen, when I click the icon next to the mini player to view details about the currently playing song and the upcoming playlist, the audio output is automatically switched from my AirPlay device back to the Mac’s internal speakers. I then have to manually select my AirPlay target again to resume playback through the intended device. Expected behaviour: Opening the song and playlist details should not change the currently selected audio output. If AirPlay is active, the selected AirPlay device should remain the audio output when viewing these details.

mreid 16 days ago
Multiple Library improvement
It would be nice to make switching Libraries not require going into the settings. Also to make it so that searching or instant mix only showed results from the active library

Hydronomo 22 days ago
Multiple Library improvement
It would be nice to make switching Libraries not require going into the settings. Also to make it so that searching or instant mix only showed results from the active library

Hydronomo 22 days ago
Completed
[iOS] Song search results click action
Can this be optional to play the song instead of going to an album? Often I’m searching for a song to just play it and I end up in an album trying to find it in the list of songs there.

jamieb 26 days ago
Completed
[iOS] Song search results click action
Can this be optional to play the song instead of going to an album? Often I’m searching for a song to just play it and I end up in an album trying to find it in the list of songs there.

jamieb 26 days ago
Completed
Song Continues Playing After an Interruption
Whenever using the Finer app I sometimes either get a call or use Siri which interrupts the playback. But when I end the interruption it still stays paused. This can be a bit of a headache when driving and needing to look at your screen to hit play or when your phone is far away from you. It would be great if the song started to play after the interruption stops.

Annica McLean about 2 months ago
Completed
Song Continues Playing After an Interruption
Whenever using the Finer app I sometimes either get a call or use Siri which interrupts the playback. But when I end the interruption it still stays paused. This can be a bit of a headache when driving and needing to look at your screen to hit play or when your phone is far away from you. It would be great if the song started to play after the interruption stops.

Annica McLean about 2 months ago
Move the search button
The current location of the search button requires going back at least one or more times to access it again. I would recommend moving it to the top of the sidebar, mirroring the way Apple Music app is, so that the search function is always available from anywhere in the app.

Andrew Messenger about 2 months ago
Move the search button
The current location of the search button requires going back at least one or more times to access it again. I would recommend moving it to the top of the sidebar, mirroring the way Apple Music app is, so that the search function is always available from anywhere in the app.

Andrew Messenger about 2 months ago
Add a “Stop” button to explicitly stop active playback streams
Please consider adding a dedicated “Stop” button to the player controls to allow users to explicitly stop the current playback stream. Currently, when the application is closed while music is still playing, the server-side playback session can not be properly terminated. The stream continues running on the Jellyfin server. As a result, the Playback Reporting plugin continues recording playback time, causing the reported play duration to be significantly longer than the actual listening time. A “Stop” button would allow users to manually terminate the playback session before closing the application, ensuring that the Jellyfin server correctly stops the stream. Thank you for considering this improvement.

JonathanChiu about 1 month ago
Add a “Stop” button to explicitly stop active playback streams
Please consider adding a dedicated “Stop” button to the player controls to allow users to explicitly stop the current playback stream. Currently, when the application is closed while music is still playing, the server-side playback session can not be properly terminated. The stream continues running on the Jellyfin server. As a result, the Playback Reporting plugin continues recording playback time, causing the reported play duration to be significantly longer than the actual listening time. A “Stop” button would allow users to manually terminate the playback session before closing the application, ensuring that the Jellyfin server correctly stops the stream. Thank you for considering this improvement.

JonathanChiu about 1 month ago
Planned
Artist view on macos: don't understand how to scroll albums
For me it’s unclear why albums in the artist view are presented in a single row. I don’t understand how to scroll??? A grid would be much easier and see all albums of an artist at a glance. Thanks

amsterdam 2 months ago
Planned
Artist view on macos: don't understand how to scroll albums
For me it’s unclear why albums in the artist view are presented in a single row. I don’t understand how to scroll??? A grid would be much easier and see all albums of an artist at a glance. Thanks

amsterdam 2 months ago
Returning to Search Results
[IOS] When looking at Search Results, if I click on a search result and then click on the back arrow, I expect to go back to the Search Results. Instead it takes me to the home screen. This is a frustrating navigation flow.

Jay Nitikman 2 months ago
Returning to Search Results
[IOS] When looking at Search Results, if I click on a search result and then click on the back arrow, I expect to go back to the Search Results. Instead it takes me to the home screen. This is a frustrating navigation flow.

Jay Nitikman 2 months ago
Carplay startup time takes long
I wonder what causes Finer to take some time to start when its closed and will be launched by icon in CarPlay. Is there a way to optimize it?

droidbanana about 1 month ago
Carplay startup time takes long
I wonder what causes Finer to take some time to start when its closed and will be launched by icon in CarPlay. Is there a way to optimize it?

droidbanana about 1 month ago