Author Topic: Unpacked files are gone (/ vs \ problem?)  (Read 2429 times)

Pedro

  • Guest
Unpacked files are gone (/ vs \ problem?)
« on: June 13, 2007, 11:48:42 PM »
I configured the RSS filters to download the colbert report.

Download, PAR2 and log look ok but in the destination folder there are only the par2 and the nfo file. The unpacked files and the RARs are gone. However, the log states that decoding and unpacking went OK.

here is a part of the log file:
[6/13/2007 22:09:07] [Dec] Yenc file the.colbert.report.06.12.07.dsr.xvid-crimson.part10.rar decoded in 1140ms
[6/13/2007 22:09:30] [Dec] Yenc file the.colbert.report.06.12.07.dsr.xvid-crimson.part11.rar decoded in 1125ms
[6/13/2007 22:09:56] [Dec] Yenc file the.colbert.report.06.12.07.dsr.xvid-crimson.part12.rar decoded in 1407ms
[6/13/2007 22:09:59] [Dec] Yenc file the.colbert.report.06.12.07.dsr.xvid-crimson.part13.rar decoded in 235ms
[6/13/2007 22:09:59] [Dec] Yenc file the.daily.show.06.12.07.dsr.xvid-crimson.nfo decoded in 46ms
[6/13/2007 22:09:59] [PAR2&Unrar] "e:/dvd/daily show\the.colbert.report.06.12.07.dsr.xvid-crimson.part01.rar" unrar started
[6/13/2007 22:10:00] [Dec] Yenc file the.colbert.report.06.12.07.dsr.xvid-crimson.sfv decoded in 141ms
[6/13/2007 22:10:00] [Dec] Yenc file the.daily.show.06.12.07.dsr.xvid-crimson.par2 decoded in 359ms
[6/13/2007 22:10:03] [PAR2&Unrar] "e:/dvd/daily show\the.colbert.report.06.12.07.dsr.xvid-crimson.part01.rar" unrar finished



One thing that did catches my eye is thet the destination path for par2&unrar containes / and \. Could this be the source of the problem? Should I use \ only or finish the folder name in the RSS filter with a / or \?

I use the following filter, with 'release name' option off.

The.colbert.report* | A | E:\dvd\daily show

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Unpacked files are gone (/ vs \ problem?)
« Reply #1 on: June 14, 2007, 12:07:02 AM »
What have you set as your default unrar folder in Setup > PAR2 > Unrar?  I'd check there first for your avi and/or do a Windows Search on the filename

Not sure why you're seeing / instead of \ in the path (I've never seen it in my logs), maybe the space in the folder name is the issue, trying enclosing in quotation marks in the filter, or shortening the folder name.

Could be any one of these, you just need to narrow down the problem a little.

-Hecks

Pedro

  • Guest
Unpacked files are gone (/ vs \ problem?)
« Reply #2 on: June 14, 2007, 09:32:37 PM »
Quote from: "Hecks"
What have you set as your default unrar folder in Setup > PAR2 > Unrar?  I'd check there first for your avi and/or do a Windows Search on the filename


I have the 'unrar to different folder' option off and no folder entered. I normally want the files unpacked in the folder I downloaded them in.

The search was a good tip: the unpacked files were in my default download folder. (even though I did not download them to that folder)

Quote from: "Hecks"
Not sure why you're seeing / instead of \ in the path (I've never seen it in my logs),  [SNIP]


When you use Ctrl-D and the file dialog from the search or the RSS tab it uses '\' including the trailing '\' automatically. So that is why you do not see it. With RSS filters it just uses what you specify in the filter. It seems to work with '/' just as well. (The filter that corresponds to the log was The.colbert.report* | A | E:/dvd/daily show. It seems I pasted an already edited filter in my first post: replacing / with \)

I ran some extra tests and it appears when using the RSS filters you need to specify a download and an unrar folder.
With my setup it downloaded to the specified download folder, but even though 'unrar to different folder' option was off, Altbinz unpacked the files to my default download! folder. Instead of unpacking to the specified download folder, as it should.

So I should have used:

The.colbert.report* | A | E:\dvd\daily show\ | A | E:\dvd\daily show\

(The trailing \ does not seem to be necessary)

Hecks, thanks for the help.