Search found 11 matches
- April 28th, 2010, 8:50 pm
- Forum: Post-Processing Scripts
- Topic: Run XenonMKV to convert to .mp4 for 360, then launch Sick Beard Post Proc
- Replies: 2
- Views: 5334
Re: Run XenonMKV to convert to .mp4 for 360, then launch Sick Beard Post Proc
Don't downplay it if it works! One small thing, why not have SAB set to not download Samples in the first place, and also use SAB to auto-delete the other files too. SABnzbd | CONFIG | SWITCHES| set IGNORE SAMPLES to DO NOT DOWNLOAD. SABnzbd | CONFIG | GENERAL | TUNING | CLEAN UP LIST | enter: *.sr...
- April 27th, 2010, 9:45 am
- Forum: Post-Processing Scripts
- Topic: NZBMatrix Categories solved!!
- Replies: 7
- Views: 12219
Re: NZBMatrix Categories solved!!
check "Prevent Duplicate Downloads" in sabnzbd > config > switches. problem solved.maddawg wrote: This sounds promising...guess as a I N00B, definately need to figure out this scripting stuff. Hate how sab downloads so many duplicates. I will try your script.
- April 27th, 2010, 9:39 am
- Forum: Post-Processing Scripts
- Topic: Run XenonMKV to convert to .mp4 for 360, then launch Sick Beard Post Proc
- Replies: 2
- Views: 5334
Run XenonMKV to convert to .mp4 for 360, then launch Sick Beard Post Proc
ok, im sure this script is laughable to some of you advanced script writers, but this is what i wrote. and it works. Here is what it does puts itself in the proper directory checks to see if an .mkv exists, if not it goes straight to Sick Beard for the (presumably) .avi file to be renamed and sorted...
- April 26th, 2010, 9:44 am
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018001
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
it appears that way. yay!!!! way to stick it to the man, newzbin.Homerboy wrote: am I nuts or is newzbin reporting TV (and movies) again?
- April 11th, 2010, 9:25 am
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018001
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
this is amazing! what a wonderful addon. thank you so much!
- April 10th, 2010, 9:19 pm
- Forum: Third-party Addons
- Topic: [WINDOWS] SABSync - TV Show Syncing
- Replies: 220
- Views: 392332
Re: [WINDOWS] SABSync - TV Show Syncing
yeah I set it up in Windows Task Scheduler for the time being, only problem with that is now I have sabsync popping up every 15 minutes. is there a way to run in hidden? or at least minimized?
- April 10th, 2010, 4:43 pm
- Forum: Third-party Addons
- Topic: [WINDOWS] SABSync - TV Show Syncing
- Replies: 220
- Views: 392332
Re: [WINDOWS] SABSync - TV Show Syncing
You could have your script run for anything that is downloaded with the Category "TV" as that category is being assigned to anything added to the queue by SABSync. (Hardcoded for now). yup, thats what i ended up doing. don't know why i didnt think of that :) got everything setup, couldnt ...
- April 10th, 2010, 3:36 pm
- Forum: Third-party Addons
- Topic: [WINDOWS] SABSync - TV Show Syncing
- Replies: 220
- Views: 392332
Re: [WINDOWS] SABSync - TV Show Syncing
wow, where has this been all my life? this is EXACTLY what i need.
one question, i have a script that i run for 720p mkv files to convert them to mp4 for xbox 360 playback. is there
a way to set this up so a script will be run when a mkv is downloaded? thanks for your hard work!
one question, i have a script that i run for 720p mkv files to convert them to mp4 for xbox 360 playback. is there
a way to set this up so a script will be run when a mkv is downloaded? thanks for your hard work!
- April 4th, 2010, 3:06 pm
- Forum: Third-party Addons
- Topic: nzbdStatus: SAB Control & Monitoring and NewzBin Integration
- Replies: 236
- Views: 334674
Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration
nice!!! exactly what i need to (almost) fully complete my newzbin to nzbmatrix transition. now if
i can just get categories in my rss feeds, im set!
i can just get categories in my rss feeds, im set!
- April 4th, 2010, 2:58 pm
- Forum: General Help
- Topic: RSS: Set sabnzbd+ category from RSS category field
- Replies: 4
- Views: 4655
Re: RSS: Set sabnzbd+ category from RSS category field
yes, now that i have fully switched over to nzbmatrix from newzbin, gotta say: IM VERY HAPPY! I was about to cry once I heard the fate of newzbin. Turns out nzbmatrix is quite a bit better! with one exception. sabnzbd not being passed the proper catagory info. doesnt just apply to rss feeds. now if ...
- January 31st, 2010, 1:12 pm
- Forum: Post-Processing Scripts
- Topic: Convert an x264 .mkv to an Xbox360 Compatible .mp4
- Replies: 9
- Views: 22554
Re: Convert an x264 .mkv to an Xbox360 Compatible .mp4
your script is way more complex then it needs to be, not sure why you are renaming the input files and all that.. here is what i use that works perfectly (xenonmkv.exe needs to be in the path): cd /d %1 IF NOT EXIST *.mkv GOTO NOMKV del *sample*.* del *.srr del *.srt del *.nfo del *.nzb IF EXIST *.m...