Search found 180 matches

by doubledrat
December 11th, 2009, 4:17 am
Forum: Post-Processing Scripts
Topic: Video_TS to ISO
Replies: 33
Views: 33185

Re: Video_TS to ISO

I tried the /q /s and it deletes the folder before imgburn even opens :/ as someone else is now looking to do this, I should answer this.  it seems that imgburn is returning a completed status on opening it's window rather than at the end of the process.  I use it to burn discs and it doesn't retur...
by doubledrat
December 8th, 2009, 1:45 pm
Forum: General Help
Topic: CRC errors in every large file
Replies: 3
Views: 3281

Re: CRC errors in every large file

it could be down to bad memory.  I suggest you run a tool that exercises your memory and see if that's the problem.

I had this happen to me and it was my memory at fault.
by doubledrat
December 8th, 2009, 4:46 am
Forum: Post-Processing Scripts
Topic: Video_TS to ISO
Replies: 33
Views: 33185

Re: Video_TS to ISO

yes, but I wouldn't do the delete until you're sure you have it right! and you need much more than just that one line you realise? you create a batch file as described and then configure sab to run it as a postprocessing job.  this is documented in the SAB literature and is easy, so I won't go over ...
by doubledrat
November 18th, 2009, 5:03 pm
Forum: Post-Processing Scripts
Topic: Movie Cover Downloader
Replies: 1
Views: 2897

Re: Movie Cover Downloader

fret wrote: Is there any post processing script out there, which is able to download the cover of a movie to the download directory of the movie? I would just need a simple .jpg file in my Movie Directory, the name does not matter.
I use YAMJ which does that and much more.
by doubledrat
November 11th, 2009, 4:53 am
Forum: General Help
Topic: Download Failed - Then what?
Replies: 11
Views: 7033

Re: Download Failed - Then what?

Hello all. I have a NZB that partially downloaded, then complained it couldn't find the next file so it just gave up and the status became 'failed'. Now I know the server does have the needed files because I'm currently using NewsLeecher to download the missing files and then do the extracting etc....
by doubledrat
November 10th, 2009, 8:18 am
Forum: Templates
Topic: Mobile UI for SABnzbd+ 0.5.0
Replies: 13
Views: 72975

Re: Mobile UI for SABnzbd+ 0.5.x

thanks POD :)

just FYI, history stopped working again for me once I had more than 1 entry.
by doubledrat
November 8th, 2009, 6:36 am
Forum: Templates
Topic: Mobile UI for SABnzbd+ 0.5.0
Replies: 13
Views: 72975

Re: Mobile UI for SABnzbd+ 0.5.x

still having trouble seeing history in the mobile layout.  I thought I'd fixed it by deleting the history.db.  It worked yesterday (only had 1 item in it though), but on checking today, history is again not displaying.  I've tried from firefox and iphone. any ideas? PS would it be possible to have 2...
by doubledrat
November 7th, 2009, 8:39 am
Forum: Feature Requests
Topic: 720p and other info to generic sorting
Replies: 5
Views: 4428

Re: 720p and other info to generic sorting

doubledrat wrote: what do you want to do with the information?
the reason I ask is, there are plenty of tools which will extract the information from the video file.  YAMJ is the one I use, it downloads cover art and allsorts
by doubledrat
November 6th, 2009, 5:11 pm
Forum: Feature Requests
Topic: 720p and other info to generic sorting
Replies: 5
Views: 4428

Re: 720p and other info to generic sorting

what do you want to do with the information?
by doubledrat
November 4th, 2009, 1:21 pm
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42467

Re: Automatic Media Conversion (Ipod / Iphone)

to split out the component parts you could do REM split down into component parts FOR /F "TOKENS=1-3 DELIMS=-" %%a in ("%name%") DO set show="%%a" FOR /F "TOKENS=1-3 DELIMS=-" %%a in ("%name%") DO set seasXep="%%b" FOR /F "TOKENS=1-3 D...
by doubledrat
November 4th, 2009, 7:14 am
Forum: Post-Processing Scripts
Topic: Automatic Media Conversion (Ipod / Iphone)
Replies: 51
Views: 42467

Re: Automatic Media Conversion (Ipod / Iphone)

Sorry to dig this thread up again, just was hoping someone could give me an easy fix to a problem I'm having. I think it should be easy anyway... I have my sabnzbd tv sorting to sort this way: Series Name/Season #/## - Episode Name ## is the episode number, so 4x05 would be Series/Season 4/05 - Nam...
by doubledrat
October 31st, 2009, 12:13 pm
Forum: Beta Releases
Topic: can .5 alpha version co-exist with .4.12 on same system
Replies: 6
Views: 2927

Re: can .5 alpha version co-exist with .4.12 on same system

i've posted a simple python script that will sync the queues if you want to.  I think it was in the alpha 4 thread.
by doubledrat
October 31st, 2009, 4:18 am
Forum: Post-Processing Scripts
Topic: Question on when a post processing script will run
Replies: 6
Views: 6676

Re: Question on when a post processing script will run

it sounds like the cleanup script is not just cleaning the directory of the just downloaded show, but all directories in your download area.  at least you have a working solution now "if it aint broke, don't fix it ;)"
by doubledrat
October 31st, 2009, 4:16 am
Forum: Beta Releases
Topic: can .5 alpha version co-exist with .4.12 on same system
Replies: 6
Views: 2927

Re: can .5 alpha version co-exist with .4.12 on same system

and one will be accessed on e.g. port 8080 and the other on 8081
by doubledrat
October 30th, 2009, 1:50 am
Forum: Post-Processing Scripts
Topic: Question on when a post processing script will run
Replies: 6
Views: 6676

Re: Question on when a post processing script will run

does the scraper monitor the download folder and do it's stuff automatically?  if not, I can't understand why you would be having a problem i.e. if your postproc job does

cleanup directory
then run scraper

how can the cleanup step delete files from the scrape step?