Skip to content
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

[Request] Able to rate songs in the library #276

Closed
githubdevuser opened this issue Oct 20, 2019 · 3 comments · Fixed by #295
Closed

[Request] Able to rate songs in the library #276

githubdevuser opened this issue Oct 20, 2019 · 3 comments · Fixed by #295

Comments

@githubdevuser
Copy link

I have tons of musics, it will be great it there is a rate column (1-5) to rate the songs and to list the songs by rating.

clangen added a commit that referenced this issue Jan 6, 2020
… date updated)

* Added `rating`, `play_count`, `last_played`, `date_added`, and `date_updated` columns to the `tracks` table and updated `tracks_view` accordingly.
* Added `MarkTrackPlayedQuery` and use it in `PlaybackService` to update `play_count` and `last_played` automatically.
* Added `SetTrackRatingQuery` and use it in `TrackListView` to update `rating`
* Updated `IndexerTrack` to update `date_added` and `date_updated` when appropriate
* Added the ability to change the default sort order in the tracks search layout.
* Abstracted track row rendering into new `TrackRowRenderers` source unit
* Tweaked `TrackRowRenderers` to draw track rating data when the viewport is large enough
@clangen
Copy link
Owner

clangen commented Jan 6, 2020

This will be part of the next app release.

@githubdevuser
Copy link
Author

Sorry, but I don't remember how to rate a song... ? And I don't see this possibility in the actions track? Could be great to add it?

@githubdevuser
Copy link
Author

Ok, I found it, if anybody needs it:

  • ability to rate tracks via r shortcut in all track list views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants