-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
last played column #8211
Comments
Commented by: rryan Due to lack of progress, marking Triaged and clearing assignee. Feel free to revert if it is in fact still in progress :). |
Commented by: ywwg I might resurrect this (for 2.4), it would be super useful to sort a crate by "last time played" |
Commented by: ywwg so after reading the discussion on the pull request, it sounds like:
creating the last played table is quick and easy:
Regenerating values for updated trackids is similarly super fast, so we don't need to have any complex logic -- the db does all the work. I'm not sure how to join the temporary last-played table with the base track cache though. It looks like the last played time should be in track.h somewhere? Or do I have to do a custom in-memory table for the whole library and every crate? I forget how data is set up so it populates the views. |
Commented by: ywwg Should it be part of the library_cache_view created in mixxxlibraryfeature.cpp? |
Commented by: Be-ing Launchpad isn't a great medium for in depth discussion. Do you want to start a Zulip topic on this? I'm wondering if it might be a good idea to explicitly track each timestamp a track is played in the database. |
Commented by: ywwg huh, somehow it works automatically! good enough I guess. |
Commented by: ywwg One thing I don't like about Zulip is that discussions and decisions disappear in the noise, whereas bugs and PRs are more easily referenced, bookmarked, and tracked. We already record each timestamp in the history playlists so that information already exists. I'm not sure how that affects this specific feature request. |
Issue closed with status Fix Committed. |
Reported by: naught101
Date: 2015-09-01T05:13:46Z
Status: Fix Committed
Importance: Wishlist
Launchpad Issue: lp1490818
Tags: easy, library
Could we have a "last played" column in the library? Just with the date and time of last play.
The text was updated successfully, but these errors were encountered: