fphredd;492860 Wrote: 
> Is there a way to not use year in the sorting internally?
> 
> I have a bunch of live shows that are listed with the date of the show
> being part of album name, i.e. '2009-12-06 New York NY'.  Some of teh
> 'albums' have a year in the 'year' tag field, others are blank. 
> Oftentimes, the year in the tag is not the year of the show.
> 
> Anyway, the ones with year tags get messed up in the sort as the
> tagless albums get listed, then the ones with year tags.  Can that field
> be ignored somehow?
> 
> Thanks.

If you edit line 1642:
sQOrderBy = "order by AlbumArtist,AlbumYear
ASC,AlbumName,Disc,Tracknum;"

To become:
sQOrderBy = "order by AlbumArtist,AlbumName,Disc,Tracknum;"

That should do the trick. Let me know if this was of any help.

Frank


-- 
SilverRS8

Author of -'AlbumCatalogCreator' (http://acc.vanholt.nl)- for
SqueezeCenter '_' (http://www.badkamerpech.nl) SlimServer.
2xSB3, 1xDuet, 1xiPhone iPeng, Ubuntu NAS + SC, Denon PMA-1500AE +
DacMagic + Monitor Audio Silver RS8 = :-)
------------------------------------------------------------------------
SilverRS8's Profile: http://forums.slimdevices.com/member.php?userid=12818
View this thread: http://forums.slimdevices.com/showthread.php?t=66555

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

Reply via email to