OK, I tried posting this before but it got shot down. I'm an avid believer that this could be a good thing for playlist generation. So here goes:
Playlists are not static, but dynamic lists that are generated each time they are viewed (as well as a 30 minute timer or something) by the use of a statement that is SIMILAR to this:
SELECT * FROM DB_NAME WHERE TYPE=MP3 and BITRATE<=128 and ARTIST="bjork"
I don't care if my sql statement makes any sense or not so read between the lines and get my idea. I had 70% of the replies to my previous post correcting my SQL statement.
So, you could generate playlists that were statements instead of lists of files. Plus you can have 100 play lists, and never have to update them by hand. I'm sure you guys have other ways to do what I'm talking about, but this seems the best way for myself to do it.
If you need more info let me know. OUT.
