Script for changing filetyp from .nfo to .whatever
Posted: April 18th, 2013, 4:22 pm
Heyho.
I need a Script for sabnzbd which changes the filetyp (only renames) from .nfo to .whatever, because i'm scraping all movie informations which will be saved in a .nfo-file.
All in all i'm not a coder, just a user and designer.
My first idea was something like this
But as already said, i don't know how exactly
Would be great if someone just posts an simple script.
Cheers,
Chillout
I need a Script for sabnzbd which changes the filetyp (only renames) from .nfo to .whatever, because i'm scraping all movie informations which will be saved in a .nfo-file.
All in all i'm not a coder, just a user and designer.
My first idea was something like this
Code: Select all
mv *.nfo old_filename.whatever
Would be great if someone just posts an simple script.
Cheers,
Chillout