Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Recently played and thumbs up auto playlists? #27

Closed
afollestad opened this issue Apr 19, 2015 · 1 comment
Closed

Recently played and thumbs up auto playlists? #27

afollestad opened this issue Apr 19, 2015 · 1 comment

Comments

@afollestad
Copy link
Collaborator

The app could have a 'like'/'favorite' system, similar to Google Play Music. When you tap a thumbs up in the now playing screen, it would add the song to a playlist and display the thumbs up icon with the accent color.

There could also be a playlist that displays the last 100 or so played songs.

@kabouzeid
Copy link
Owner

This and "recently added", the thumbs up could also be a star or a heart :) I think for the recently added there is a SQL column or so for it so that should be easy. When we want to get the recently played we either need to create a playlist for it or store it in our own database. The pro of the playlist is that the tracks stay in the right place even if their ids change (happens when you move them to another folder or edit their album art for example) the cons are the user can edit it manually and we cannot store the exact play count so we cannot make a mostly played list with it. Shuttle for example stores the mostly played in a SQL database but when you move your files around or do anything else that will change their ids you will find that the mostly played list there isn't right anymore

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

No branches or pull requests

2 participants