mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1350] A couple of things... #780
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#780
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Mobile web player does not work: it shows the page but it keeps skipping to the next song.
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.
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.
Add radio streams/podcasts
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
That's it. Thanks again for the beautiful application.
@phanan commented on GitHub (Sep 8, 2021):
👋
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.
Clicking on the
INFObutton will toggle the sidebarKoel doesn't support ALAC.
Not planning for this, sorry.
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.
@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
@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 :)