Re: [slim] creating smart playlist

2013-03-31 Thread dero
Hi guys really enjoy your forum and the thought came to mind of using such an app (organize playlists using each song's bitrate) just out of this curiosity has anyone managed to come up with the app from that I'd be super glad to test it out for you guys.. osm stuff ;-)

Re: [slim] creating smart playlist

2013-03-31 Thread garym
dero wrote: Hi guys really enjoy your forum and the thought came to mind of using such an app (organize playlists using each song's bitrate) just out of this curiosity has anyone managed to come up with the app from that I'd be super glad to test it out for you guys.. osm stuff ;-)

Re: [slim] creating smart playlist

2011-02-16 Thread dbinder101
I think I found the problem, and I'm embarrased too. A few weeks ago I was playing around with the Custom Skip plug-in (these plug-ins sure can be dangerous!) and I create and turned on a filter that will only find Lossless files when playing a Dynamic Playlist. Of course, I completely forgot

Re: [slim] creating smart playlist

2011-02-15 Thread erland
What choices besides Lossless do you get ? -- 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

Re: [slim] creating smart playlist

2011-02-14 Thread dbinder101
I have mostly MP3 files in my library with some FLAC and AAC files. I re-ran the script now and as you requested, here are entries in the server log file: [11-02-14 14:38:57.9660] Slim::Schema::Storage::throw_exception (82) Error: DBI Exception: DBD::mysql::st bind_columns failed: bind_columns

Re: [slim] creating smart playlist

2011-02-13 Thread dbinder101
Erland, I created the custom SQL playlist using the plug-in as you specified in your instructions. However, the only tracks that it finds is when I choose Lossless from the list of choices. If I choose any of the other bitrates, it comes back with a No songs message. Is there something I am

Re: [slim] creating smart playlist

2011-02-13 Thread erland
dbinder101;610803 Wrote: Erland, I created the custom SQL playlist using the plug-in as you specified in your instructions. However, the only tracks that it finds is when I choose Lossless from the list of choices. If I choose any of the other bitrates, it comes back with a No songs message.

Re: [slim] creating smart playlist

2011-02-09 Thread garym
Aha! So I was right that SQL playlist would do this for the OP. Thanks erland! -- garym garym's Profile: http://forums.slimdevices.com/member.php?userid=17325 View this thread:

Re: [slim] creating smart playlist

2011-02-08 Thread dbinder101
Yes, I've looked at those plug-ins but I don't see any option for doing a query against bitrate. -- dbinder101 dbinder101's Profile: http://forums.slimdevices.com/member.php?userid=36997 View this thread:

Re: [slim] creating smart playlist

2011-02-08 Thread garym
How about using mp3tag. first create a custom column to display the bitrate info. For example, use this as the value in a custom column: %_bitrate% kb/s $left(%_vbr%,1) then sort your files by that column. Then you can select large numbers all at once, and assign a custom field within your tags

Re: [slim] creating smart playlist

2011-02-08 Thread erland
garym;609469 Wrote: How about using mp3tag. first create a custom column to display the bitrate info. For example, use this as the value in a custom column: %_bitrate% kb/s $left(%_vbr%,1) then sort your files by that column. Then you can select large numbers all at once, and assign a

[slim] creating smart playlist

2011-02-07 Thread dbinder101
I've gone thru the forums and wiki but I still cannot find how to do this. I'd like to create a smart playlist that will only include tracks with a specific bitrate. The only place I saw where I can choose a bitrate is in the Advanced Search. But when I try this method, it seems to take about 5

Re: [slim] creating smart playlist

2011-02-07 Thread garym
dbinder101;609154 Wrote: I've gone thru the forums and wiki but I still cannot find how to do this. I'd like to create a smart playlist that will only include tracks with a specific bitrate. The only place I saw where I can choose a bitrate is in the Advanced Search. But when I try this