Sort of...
I was thinking that if I could all my videos in one playlist I could sort of have my TV channel that plays all my anime, doramas etc in a random order, and It could just play in the background. I've been getting a bit fed up with starting and stopping Keyhole to keep the sound in sync 
Only the problem is, if I set everything to random, and I have a show I haven't seen yet in the playlist, then I could end up seeing the last episode before I see the first. Is there any way to make a playlist play in a random order only for the items that have already been played once?
I just think it would be really cool if you could set it up just like a real TV channel complete with schedules and adverts 
Edit:
This thread might explain it better: http://xbmc.org/forum/showthread.php?p=288623
Last edited by bombpersons (2009 April 10, 9:44 am)
Because I'm lazy 
I couldn't find anything on the net, so I decided to make a python script to do it. It works, but since I'm a bit rusty at programming, it's a bit dodgey. There's probably a better way to do it with plugins and stuff but, meh..
If anyone wants the script it's here: http://pastebay.com/7659 Just copy and paste and save as *.py
Also to make it work you need a file called config.txt with the first line as the directory where all your files are (each series stored in a folder) and the second line as where your vlc install is.
You'll also need to set vlc so that it shuts down it gets to the end of a file.
Last edited by bombpersons (2009 April 11, 9:33 am)