Solved Song sorting by dates (TDOR, TDRC, TDRL) not just YEAR
#44
@black_eagle,

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<node order="7" type="filter" visible="True">
       <label>Yearly Releases</label>
       <icon></icon>
       <content>albums</content>
       <match>all</match>
       <group>originalyears</group>
       <order direction="descending">originaldate</order>
</node>

I am trying to create a Yearly Releases Widget (Categories) with the smartplaylist above. Unfortunately, it doesn't give the desired result. It does group the albums by originalyears, however it does not honour the sortby pararmeter. It appears ascending instead of descending.

 A similar problem occurs with the item below. I want to replace Latest Added with Latest Releases. The results seems random

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<node order="2" type="filter" visible="True">
       <label>Latest Releases</label>
       <icon></icon>
       <content>albums</content>
       <match>all</match>
       <group>albums</group>
       <limit>100</limit>
       <order direction="descending">originaldate</order>
</node>

Can suggest a way that I could achieve my objective.

Cheers,
LongMan
Reply


Messages In This Thread
RE: Song sorting by dates (TDOR, TDRC, TDRL) not just YEAR - by LongMan - 2020-04-28, 20:05
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