Search found 6 matches
- December 8th, 2011, 9:37 am
- Forum: Post-Processing Scripts
- Topic: [BASH] Videogame Post-Processor (Xbox 360, Wii, etc)
- Replies: 2
- Views: 4001
[BASH] Videogame Post-Processor (Xbox 360, Wii, etc)
Hey guys. I wrote a script to recognize and extract / move XBox 360 ISOs for use on JTAG / RGH boxes. Some screencaps of the output: ISO handler: http://i.imgur.com/93FGR.jpg DLC handler: http://i.imgur.com/4zT9t.jpg I've got branches and settings to either delete ISOs or not, move ISOs or not, and ...
- November 30th, 2011, 10:51 am
- Forum: Post-Processing Scripts
- Topic: Cannot Get Shell Scripts To Run In Fedora Core 14
- Replies: 8
- Views: 6266
Re: Cannot Get Shell Scripts To Run In Fedora Core 14
Yup, I found it after posting. I wish that were in the docs, it would have made debugging a lot easier 

- November 30th, 2011, 9:04 am
- Forum: Post-Processing Scripts
- Topic: Cannot Get Shell Scripts To Run In Fedora Core 14
- Replies: 8
- Views: 6266
Re: Cannot Get Shell Scripts To Run In Fedora Core 14
Yeah I was basing my expectations on the documentation here: http://wiki.sabnzbd.org/user-scripts Specifically, it says "The console output of the script is captured by SABnzbd and saved in a log file." Naturally, you can understand why I expected the output from my script to be showing up...
- November 30th, 2011, 1:12 am
- Forum: Post-Processing Scripts
- Topic: Cannot Get Shell Scripts To Run In Fedora Core 14
- Replies: 8
- Views: 6266
Re: Cannot Get Shell Scripts To Run In Fedora Core 14
I just created a second script in my sabnzbd+'s scripts folder, named test.sh. Its contents: #!/bin/bash echo "HELLO WORLD!" As you can see, this is just to test if the script is being run or not, since ALL it does is output "HELLO WORLD!". I downloaded a very tiny 2MB release in...
- November 30th, 2011, 12:25 am
- Forum: Post-Processing Scripts
- Topic: Cannot Get Shell Scripts To Run In Fedora Core 14
- Replies: 8
- Views: 6266
Re: Cannot Get Shell Scripts To Run In Fedora Core 14
How does that fix SABnzbd's way of calling the script?
- November 29th, 2011, 8:03 pm
- Forum: Post-Processing Scripts
- Topic: Cannot Get Shell Scripts To Run In Fedora Core 14
- Replies: 8
- Views: 6266
Cannot Get Shell Scripts To Run In Fedora Core 14
Greetings! I've got a headless box running Fedora Core 14 with Transmission, SabNZBD+, Apache, CouchPotato, Sick beard, and some other stuff. I've been successfully using CouchPotato and SickBeard in tandem with an XBMC setup for close to a year now, which has been working beautifully. I recently de...