TV & Movie Script (Windows)
Posted: January 23rd, 2008, 1:51 am
This script is made by : kiwimonk
What does it do ??
- If it containes a movie file, it renames it based on the folder name
- Moves movies into a folder called : Movies
- When it's a TV show it sticks it in a folder named after wahtever is before the first dash
- If the folder does not contain a movie name , it removes the _
Set-up instructions :
To setup the script in windows explorer. you open regedit...
\HKEY_CLASSES_ROOT\Directory\shell\
Make a key in here called Movie Magic
then a key in that one called Command
Now in command double click on the (Default) string and set it to:
C:\Python25\python.exe C:\xx\aftersab.py "%1"
Good to go! Now just right click on a folder in your download directory in Windows Explorer. to give it a go. If you uncomment the last line:
#forty = raw_input("Continue")
It will leave the output on the screen.. can be handy if its not working right.
For Script : http://binpaste.pastebin.ca/869508
So this is a script you run yourself on folders !!!
Warning: This script is highly unpolished, and sometimes can screw up.
Its setup not to delete movie directories with stuff still in it in case that happens.
Like sometimes it will only pickup one cd and leave the other named wrong.
What does it do ??
- If it containes a movie file, it renames it based on the folder name
- Moves movies into a folder called : Movies
- When it's a TV show it sticks it in a folder named after wahtever is before the first dash
- If the folder does not contain a movie name , it removes the _
Set-up instructions :
To setup the script in windows explorer. you open regedit...
\HKEY_CLASSES_ROOT\Directory\shell\
Make a key in here called Movie Magic
then a key in that one called Command
Now in command double click on the (Default) string and set it to:
C:\Python25\python.exe C:\xx\aftersab.py "%1"
Good to go! Now just right click on a folder in your download directory in Windows Explorer. to give it a go. If you uncomment the last line:
#forty = raw_input("Continue")
It will leave the output on the screen.. can be handy if its not working right.
For Script : http://binpaste.pastebin.ca/869508
So this is a script you run yourself on folders !!!
Warning: This script is highly unpolished, and sometimes can screw up.
Its setup not to delete movie directories with stuff still in it in case that happens.
Like sometimes it will only pickup one cd and leave the other named wrong.