![]() |
|
Date vs Decade - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Date vs Decade (/showthread.php?tid=2292) |
Date vs Decade - maikeru - 25-03-2015 03:31 I prefer to view dates by Decade rather than each discreet year. I am using: in indexTags: Decade in tagOptions: Decade.decade.index in tagValue: Decade.default={Date} Now - this works fine. However I'd like to do away with the 'Date' virtual folder on my control point. To be clear my control point shows both Date and Decade and I only want to see Decade. But when I remove date from indexTags it creates errors. Is there a way for Decade to REPLACE date? Best, maikeru RE: Date vs Decade - simoncn - 25-03-2015 10:18 (25-03-2015 03:31)maikeru Wrote: I prefer to view dates by Decade rather than each discreet year. It should work if you put Date in itemTags instead of indexTags. RE: Date vs Decade - maikeru - 25-03-2015 10:52 Yes, that did it - thanks! |