05-09-2018, 02:32 PM
(This post was last modified: 05-09-2018, 04:51 PM by Tim Curtis.
Edit Reason: spelling
)
Hi,
MPD supports the Date tag which represents a song's release date. Generally this can be used to represent an Albums release date except for Compilation albums which usually contain songs that have different release dates.
https://www.musicpd.org/doc/user/tags.html
There is a tag called AlbumSort that could be used to specify the Album release date but I've never seen it present in any of my song files.
If you want to examine the code that generates the Library then start with /var/www/inc/playerlib.php and the function loadLibrary(). Then /var/www/js/playerlib.js and the function renderLibrary()
-Tim
MPD supports the Date tag which represents a song's release date. Generally this can be used to represent an Albums release date except for Compilation albums which usually contain songs that have different release dates.
https://www.musicpd.org/doc/user/tags.html
There is a tag called AlbumSort that could be used to specify the Album release date but I've never seen it present in any of my song files.
If you want to examine the code that generates the Library then start with /var/www/inc/playerlib.php and the function loadLibrary(). Then /var/www/js/playerlib.js and the function renderLibrary()
-Tim