Search found 2 matches
- October 12th, 2015, 8:17 am
- Forum: Post-Processing Scripts
- Topic: [Python] Simple movie renamer
- Replies: 0
- Views: 9789
[Python] Simple movie renamer
I recently migrated to a qnap nas server, and my old renaming script only worked on windows. So I learned a little python to create the movie renaming script I wanted. I don't like to use couch potato because I like to pick my own releases. In my case, all of the movie nzbs have a format of Movie.Na...
- February 27th, 2014, 1:15 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Help creating .NET app for user script SOLVED
- Replies: 0
- Views: 2526
[Windows] Help creating .NET app for user script SOLVED
I'm trying to write my own custom app that will eventually do some renaming and moving. To start, I tried to create a simple app that would get run by sabnzbd and output all of the arguments that get passed into a log file. The code is below. My problem is that I get an exit code of 255, and no code...