[GH-ISSUE #1350] A couple of things... #780

Closed
opened 2026-02-26 02:34:15 +03:00 by kerem · 3 comments
Owner

Originally created by @ebiscaia on GitHub (Sep 7, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1350

Hi guys,

First, I would like to say this a great project and anything put below is to improve it and I am not in any way trying to diminish the present quality of it.

  1. Mobile web player does not work: it shows the page but it keeps skipping to the next song.

  2. Button to hide the right-side bar: I don't have much use for that (others may, though), so a button for those who wants to hide it would be nice.

  3. Alac playback: it can be another setting to be changed, but I installed gstreamer1.0-libav and restart the container but still didn't work. It tries to load the track but skis to the next one.

  4. Add radio streams/podcasts

  5. Problem with multi-disc albums
    Currently:
    Track Album Artist
    01 Album-Disc01 MyArtist
    01 Album-Disc02 MyArtist
    02 Album-Disc01 MyArtist
    02 Album-Disc02 MyArtist

Desired:
Track Album Artist
01 Album-Disc01 MyArtist
02 Album-Disc01 MyArtist
01 Album-Disc02 MyArtist
02 Album-Disc02 MyArtist

  1. Save order profile: it is lost after every refresh or change of page.

That's it. Thanks again for the beautiful application.

Originally created by @ebiscaia on GitHub (Sep 7, 2021). Original GitHub issue: https://github.com/koel/koel/issues/1350 Hi guys, First, I would like to say this a great project and anything put below is to improve it and I am not in any way trying to diminish the present quality of it. 1) Mobile web player does not work: it shows the page but it keeps skipping to the next song. 2) Button to hide the right-side bar: I don't have much use for that (others may, though), so a button for those who wants to hide it would be nice. 3) Alac playback: it can be another setting to be changed, but I installed gstreamer1.0-libav and restart the container but still didn't work. It tries to load the track but skis to the next one. 4) Add radio streams/podcasts 5) Problem with multi-disc albums Currently: Track Album Artist 01 Album-Disc01 MyArtist 01 Album-Disc02 MyArtist 02 Album-Disc01 MyArtist 02 Album-Disc02 MyArtist Desired: Track Album Artist 01 Album-Disc01 MyArtist 02 Album-Disc01 MyArtist 01 Album-Disc02 MyArtist 02 Album-Disc02 MyArtist 6) Save order profile: it is lost after every refresh or change of page. That's it. Thanks again for the beautiful application.
kerem closed this issue 2026-02-26 02:34:15 +03:00
Author
Owner

@phanan commented on GitHub (Sep 8, 2021):

👋

  1. Mobile web player does not work: it shows the page but it keeps skipping to the next song.

Unfortunately, audio support for mobile, among other features, is not that good and doesn't seem to get better any time soon. I've decided to focus my time to the dedicated mobile app instead.

  1. Button to hide the right-side bar: I don't have much use for that (others may, though), so a button for those who wants to hide it would be nice.

Clicking on the INFO button will toggle the sidebar

  1. Alac playback: it can be another setting to be changed

Koel doesn't support ALAC.

  1. Add radio streams/podcasts

Not planning for this, sorry.

  1. Save order profile: it is lost after every refresh or change of page.

You mean the queue? If yes, then yes, the queue is not kept between sessions. Saving it (e.g., into local storage) makes little sense because there's no guarantee that the server's data haven't been changed since the last load, so it may end up in data integrity.

<!-- gh-comment-id:914989491 --> @phanan commented on GitHub (Sep 8, 2021): 👋 > 1. Mobile web player does not work: it shows the page but it keeps skipping to the next song. Unfortunately, audio support for mobile, among other features, is not that good and doesn't seem to get better any time soon. I've decided to focus my time to the [dedicated mobile app](https://github.com/koel/player) instead. > 2. Button to hide the right-side bar: I don't have much use for that (others may, though), so a button for those who wants to hide it would be nice. Clicking on the `INFO` button will toggle the sidebar > 3. Alac playback: it can be another setting to be changed Koel doesn't support ALAC. > 4. Add radio streams/podcasts Not planning for this, sorry. > 6. Save order profile: it is lost after every refresh or change of page. You mean the queue? If yes, then yes, the queue is not kept between sessions. Saving it (e.g., into local storage) makes little sense because there's no guarantee that the server's data haven't been changed since the last load, so it may end up in data integrity.
Author
Owner

@ebiscaia commented on GitHub (Sep 9, 2021):

Hi phanan,

1, 3 and 4 are fair decisions.
2, thanks for telling me how to hide the sidebar.
6, it is in the Albums and All Songs lists. I think the results are displayed in the order they are saved in the database. I wish the all song list being presented:
Album Artist -> Album (name or release date) -> Disc Number -> Track Number
Albums could be presented just alphabetically or Artist Name -> Album Name

Best regards,

Eduardo

<!-- gh-comment-id:916061280 --> @ebiscaia commented on GitHub (Sep 9, 2021): Hi phanan, 1, 3 and 4 are fair decisions. 2, thanks for telling me how to hide the sidebar. 6, it is in the Albums and All Songs lists. I think the results are displayed in the order they are saved in the database. I wish the all song list being presented: Album Artist -> Album (name or release date) -> Disc Number -> Track Number Albums could be presented just alphabetically or Artist Name -> Album Name Best regards, Eduardo
Author
Owner

@phanan commented on GitHub (Sep 23, 2022):

6 should be more or less there in v6.2.0. I've since changed my mind about podcast support—I may add it later when I have time :)

<!-- gh-comment-id:1256038658 --> @phanan commented on GitHub (Sep 23, 2022): 6 should be more or less there in v6.2.0. I've since changed my mind about podcast support—I may add it later when I have time :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#780
No description provided.