erland;504179 Wrote: 
> Strange, are you sure TRACKYEAR exists in the Custom Scan data for tha
> particular track ?
> 
> Could you maybe check by creating a menu in Custom Browse based on the
> "Custom Scan Info" menu template ?

In the web UI I look at a dynamic playlist created with the script in
my previous post, i.e. using TRACKYEAR to select songs from one year, so
I am pretty sure at least those tracks have TRACKYEAR data. The
TRACKYEAR data are collected from the internal YEAR data so if there is
YEAR data for a file there should also be TRACKYEAR data. If I issue
this command in MySQL Query Browser I get 111,464 rows populated with
year data (the number corresponds with the number of tracks in my
library that has year data; for some tracks there is no year data at
all).


Code:
--------------------
    select customscan_track_attributes.value,customscan_track_attributes.value 
from customscan_track_attributes
                                                where
                                                        module='customtag' and
                                                        attr='TRACKYEAR'
--------------------


I do not really know what to look for in the Custom Scan Info menu. It
reports +27k objects and takes a long time to invoke.


-- 
vagskal

2 x SB3 (wired), Receiver (wireless), Boom (wireless), Controller, iPeng
on iPod Touch, muso on remote computer running Win XP | 7.4.2 on Win XP
------------------------------------------------------------------------
vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to