mopidy / mopidy-local-sqlite

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

Set album date from track dates #22

Closed tkem closed 10 years ago

tkem commented 10 years ago

Since gstreamer only provides a single date per track, all album dates in the database end up empty. Album dates should therefore be set to the date of the respective tracks, iff they all have the same value. This is necessary to account for e.g. career-spanning artist compilations. Therefore, this will probably have to be done in the cleanup step, after a local scan is done.

tkem commented 10 years ago

No longer relevat, since we introduce a "unified" browsing scheme in v0.7.0.