Page 1 of 1

Sorta kinda a bug w/ Temporary Download Folder

Posted: December 1st, 2008, 2:13 pm
by clobber
I suppose it is not really a bug but:

I've got sabnzbd set to download with the tv show sorting enabled. I've set the sorting rule to "%s.n.S%0sE%0e.%ext" as suggested elsewhere in these forums. This basically unpacks everything into a single folder (and I have the par2, nfo, etc deleted automatically). My HTPC software (mediaportal) watches that folder and imports the shows. I've got it set to download to a single folder so that I can easily delete shows from the HTPC without any leftover folders. The problem is that MP sees 3 copies of the same show. I've tracked down the problem to the fact that sabnzbd seems to first create a new folder (with UNPACK in the name) where it unpacks the show before moving it to the final destination.  Mediaportal is quick, so it tries to import the show during the unpack and before things are cleaned up. Shouldn't the unpack operation happen in the Temporary Download Folder? Or rather, could there be an option to make that happen?

THANKS!

Re: Sorta kinda a bug w/ Temporary Download Folder

Posted: December 1st, 2008, 2:29 pm
by shypike
clobber wrote: Shouldn't the unpack operation happen in the Temporary Download Folder? Or rather, could there be an option to make that happen?
That would be very inefficient.
Many people download on one drive and unpack to another one.
As long as everything is on one partition, moving files is fast.
Copying files from one partition (or drive) is slow.

Also your solution will not really help, since there will always be a considerable period in which
the folder is incomplete.

Cannot you tell Mediaportal to ignore folders based on the (partial) name?

Re: Sorta kinda a bug w/ Temporary Download Folder

Posted: December 1st, 2008, 4:10 pm
by switch
Have a look if mediaportal supports another way of monitoring folders, and could be run as a user script after the download is done.

The unpacking behavior is not likely to change because we want to make sure the files are only in their final position once they are 100% done, and not in the process of being unrared or being moved across volumes.

Re: Sorta kinda a bug w/ Temporary Download Folder

Posted: December 2nd, 2008, 2:10 pm
by clobber
Hmm....both very good points. I don't see a way to configure Mediaporal (specifically the TVSeries plugin) any other way. Perhaps I'll need a script that just monitors my "complete" folder and moves anything in there to the final location.

FYI - I am downloaded and unpacking on the same partition