Solved Song sorting by dates (TDOR, TDRC, TDRL) not just YEAR
#19
(2016-08-25, 17:35)DaveBlake Wrote: Thanks but the SQL is not a problem, I know well how to do that. I do wonder at the performance issues on a large song collection though. Would need checking on both SQLite and MySQL.

Also yet to convince myself if there is a need for 3 dates or just 2 (in addition to year).

If you store TYER already, then you probably need to also store any other date field that you are offering as a preference.
If you don't store all the other date fields, but only one 'fauxDate' then if the user chooses to use a new date preference from the UI, you'll have to rebuild that column which means scanning all the tags again.

Does that not leave with two options? TYER + FauxDate or TYER + all other selectable date fields.
Reply


Messages In This Thread
RE: Song sorting order - by jjd-uk - 2016-08-23, 18:32
RE: Song sorting order - by jjd-uk - 2016-08-23, 18:36
RE: Song sorting order - by AnalogKid - 2016-08-23, 21:31
RE: Song sorting order - by scott967 - 2016-08-23, 21:59
RE: Song sorting order - by AnalogKid - 2016-08-24, 11:55
RE: Song sorting order - by jjd-uk - 2016-08-24, 13:43
RE: Song sorting order - by scott967 - 2016-08-24, 21:38
RE: Song sorting order - by DaveBlake - 2016-08-25, 09:11
RE: Song sorting order - by jjd-uk - 2016-08-25, 10:12
RE: Song sorting order - by AnalogKid - 2016-08-25, 13:27
RE: Song sorting order - by jjd-uk - 2016-08-25, 15:05
RE: Song sorting order - by DaveBlake - 2016-08-25, 15:30
RE: Song sorting order - by AnalogKid - 2016-08-25, 15:31
RE: Song sorting order - by AnalogKid - 2016-08-25, 16:38
RE: Song sorting order - by DaveBlake - 2016-08-25, 16:59
RE: Song sorting order - by AnalogKid - 2016-08-25, 17:18
RE: Song sorting order - by DaveBlake - 2016-08-25, 17:35
RE: Song sorting order - by AnalogKid - 2016-08-25, 17:52
Logout Mark Read Team Forum Stats Members Help
Song sorting by dates (TDOR, TDRC, TDRL) not just YEAR0