mopidy / mopidy-local-sqlite

DEPRECATED (Mopidy SQLite local library extension)
https://mopidy.com
Apache License 2.0
30 stars 10 forks source link

Browse "new" tracks #35

Closed tkem closed 9 years ago

tkem commented 9 years ago

See mopidy/mopidy#562. Could be implemented based on Track.last_modified, with something like a max_age=<seconds> browse filter.

tkem commented 9 years ago
directories =
    Newest              local:directory?type=track&order=last_modified%20DESC&limit=100
    ...
tkem commented 9 years ago

Actually browsing by last_modified might fit in better with the rest of the browse functions. Display format can be configurable (years, months, etc.)

tkem commented 9 years ago

After pondering this for a while, I think this would be better served as a playlist, as already suggested in mopidy/mopidy#562. So unless mopidy/mopidy#670 gets implemented, there's nothing to do.

tkem commented 9 years ago

Reopened on popular demand (#40).