![]() |
|
displaying album as {Date - Album} - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: displaying album as {Date - Album} (/showthread.php?tid=4996) |
displaying album as {Date - Album} - drevil - 18-08-2018 14:30 Hi All, this is my first post here. I love minimserver and am using it for a while now. One thing I`d like to add but can seem to get working is the displaying of album. I sort artist, date, album to have albums in chronological order, but I cant see the date. So I thought to include year in the album title as I dont wont another level of selection. I tried Album.displayTags={Date, Album} in tagoptions but without the wanted result. Any thoughts on how to achieve this? RE: displaying album as {Date - Album} - Peter@57m - 18-08-2018 15:32 In Advanced, try having in tagFormat: album.displayFormat={$date$album} Peter RE: displaying album as {Date - Album} - drevil - 18-08-2018 16:33 Thanks a lot. That works perfectly! |