-
Notifications
You must be signed in to change notification settings - Fork 241
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
[web] feature requests #1621
Comments
@whatdoineed2do, I was indeed wondering where the rating was coming from. Looking at your proposition, makes sense actually. |
FYI, with this commit, a breadcrumb has been implemented to simplify the navigation within directories (Files). Moreover, there is still no index implemented. The main problem for this is to have something visually and from a user experience point of view acceptable. Any mockup for such a view can be proposed. Not directly related, and for the record, I don't have such difficulty with my library, because I tagged all my files (with MusicBrainz Picard) and named them automatically following a scheme that avoid name clashes (e.g., two releases of the same album having the same name but different track count). This name scheme uses MusicBrainz identifiers:
Concretely
|
Suggestions for adding to web UI
ratings
server has endpoint for updating track ratings that can be triggered from web ui using:
using:
vue-star-rating
UI:
ModalDialogTrack
andPageNowPlaying
add to Q avoid duplicate tracks
toggle functionality: when adding tracks to (a long) play queue (particularly play next), i do not want to duplicates track- entries - when a track is added to Q position, any previous instances of same track(s) should be removed to avoid duplicate
files
listing needs to be more user friendlyCurrently listing is grouped in directories , playlists and the files. If you want to view files in a large library you have to scroll a long way. Need to provide an index like scheme, similar for albums view
Need index to accomodate for different groups (file vs directory) have the same index. Possibly provide a different view per group (ie show all dirs or all files or all playlists etc)
on IOS if you edit and drag an item in the Q there are no visial clues for where the track is being dragged: an sample impl is using "ghost" item option as:
https://github.com/whatdoineed2do/forked-daapd/blob/6a1b8035402b93a4c87dfa33d75b95c9a3b6536f/web-src.v3/src/pages/PageQueue.vue#L63-66
The text was updated successfully, but these errors were encountered: