Daverz;653204 Wrote: > It looks like it would be possible with Custom Browse. There's already > a menu there for bitrate, but bitrate isn't very helpful for lossless > files. What you need is sampling rate. All you need is the magic SQL > invocation for choosing albums with files that have a sampling rate > > 88.2 kHz, and you're in business. The database tables must be defined > somewhere... > Sample rate(for example 44100) is in: tracks.samplerate Sample size(for example 16) is in: tracks.samplesize Bitrate(for example 1020301) is in: tracks.bitrate Lossless flag(for example 1) is in: tracks.lossless
I think the database structure described on the wiki should be fairly correct: http://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure It's probably fairly easy for someone that knows XML to customize the Custom Browse bitrates menu to make it possible to browse by samplerate or samplesize instead. -- erland Erland Isaksson ('My homepage' (http://erland.isaksson.info)) (Developer of 'many plugins/applets' (http://wiki.slimdevices.com/index.php/User:Erland). If my answer helped you and you like to encourage future presence on this forum and/or third party plugin/applet development, 'donations are always appreciated' (http://erland.isaksson.info/donate)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=89863 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
