Search found 18 matches

by jl0810
February 15th, 2018, 7:31 pm
Forum: Post-Processing Scripts
Topic: RCLONE script anyone?
Replies: 1
Views: 4015

RCLONE script anyone?

this should be easy. I would like a simple post processing script to move my file to my G-Drive using rclone. This command works from the Terminal rclone copy "$1" remote:"TV Shows" For some reason, I can't get it to work from the postprocessing script. Keeps on saying "comm...
by jl0810
October 18th, 2009, 12:11 pm
Forum: Post-Processing Scripts
Topic: SABnzbd Smart Downloader
Replies: 154
Views: 149216

Re: SABnzbd Smart Downloader

Hello -I've been running a version of this script for quite sometime.  It's really incredible.  Question though - I've been picking up a lot of foreign language films when using the movie downloader Does anyone have any Regex or code snipt for a function that would ensure only IMDB titles in "E...
by jl0810
January 24th, 2009, 2:41 pm
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 188210

Re: Autodownload script

this thread has really helped alot.  I now have a version of the script that will rename the movie file from IMDB, which is quite handy for feeding into metax.  Since I'm not a python expert, I did have one question, that I figured someone here would know off the top of their head.  When IMDB uses f...
by jl0810
January 18th, 2009, 11:15 am
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

done.  thanks
by jl0810
January 18th, 2009, 1:15 am
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

yikes - Im not sure i'm following that whole thread.  Quite simply I'm using python to download an nzb to a windows directory, then I was hoping that addfile api could suck it into sabnzbd.  Is it slightly more difficult than that?
by jl0810
January 17th, 2009, 11:08 am
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

thanks - yes, Im using addurl, so I guess no.  I probably can switch it around to filename with a little work
by jl0810
January 16th, 2009, 9:44 pm
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

is it possible to control the job name from the sabnzb api in 0.4.6?
by jl0810
January 13th, 2009, 8:19 am
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

that's good stuff there.  If i took imdbclient.py and wanted to mod it to be just a simple post processing script that fired immediately after job downloads, any ideas on what that Python code would look like?  At the point, I believe only have the nzb job name available (or folder name).  I need th...
by jl0810
January 13th, 2009, 7:47 am
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

I downloaded the MetaX windows version - and while I think it's an ok port, i agree that it's lacking by only tagging with amazon and tagchimp.  Personally I don't think you need anything that fancy to tag these movies, and simple post-processing scripts that writes the tag data (not sure how to do ...
by jl0810
January 10th, 2009, 8:54 pm
Forum: Post-Processing Scripts
Topic: Movie renaming based upon imdb
Replies: 17
Views: 21643

Re: Movie renaming based upon imdb

Switch - do you happen to have the Python code?  I would LOVE to integrate this into the fantastic scripts that others have been developing on this website (big fan of both the conversion one(s) as well as the automatic downloaders) Renaming the movies in the last step I have left (actually to be ho...
by jl0810
January 3rd, 2009, 1:02 am
Forum: Post-Processing Scripts
Topic: Autodownload script
Replies: 217
Views: 188210

Re: Autodownload script

ok, so I like fiddling :) I've modified them so they should auto-detect windows or linux and behave accordingly tv: http://pastebin.com/f32d3e9bb movies: http://pastebin.com/f52a9a492 this is another great script.  Anyone have doublerat's version working with www.nzbs.org?  (for those of u...
by jl0810
December 30th, 2008, 7:10 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42180

Re: Automatic Media Conversion (Ipod / Iphone)

Well - i think that's the newzbin set format.  Which is great except I don't have a login there and therefore I  just rely on other site to source my nzb via rss. However,  with the folder sorting options in sabnzbd I believe I can adjust either the file name or folder name to be the same as what yo...
by jl0810
December 30th, 2008, 1:56 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42180

Re: Automatic Media Conversion (Ipod / Iphone)

thanks - this is great-  what expectations does the code have for the file name, file structure and deliminators?    i.e. should I be setting sabnzbd to structure the TV show folder in any particular way?
by jl0810
December 29th, 2008, 8:22 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42180

Re: Automatic Media Conversion (Ipod / Iphone)

I have one more question.  The script has taken me on a new journey.  Since I'm using it primarily for TV shows on Itunes (for the Iphone and Apple TV), I've decided that proper itunes tagging is also a requirement.  To address that requirement, I've integrated "atomicparsley" into the mix...
by jl0810
December 28th, 2008, 10:48 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42180

Re: Automatic Media Conversion (Ipod / Iphone)

[ && del %%f Ok - quick question then - this all works perfectly, but if I wanted to delete the entire directory, instead of just a single file, would this command work? : del "%dirname%"  or do I need to do something different?    I used your idea earlier around just writing the ...