- Code: Select all
.\watchfolder\movies\
.\watchfolder\tv_series\
.\watchfolder\music\
...then Newsbin Pro did all the magic. Downloading, par2 repairs, unrar and done! Yay!
- Code: Select all
.\downloaded\movies\movie_xyz\
.\downloaded\tv_series\tvshow_s01e01\
.\downloaded\music\rockalbum\
...ready for getting "consumed".
Since v6.73 this seems to be broken. With my old setting everything gets sorted into a folder which Newsbin generates itself: Nzbs
So the watch folder example above results in this directory structure:
- Code: Select all
.\downloaded\Nzbs\movie_xyz\
.\downloaded\Nzbs\tvshow_s01e01\
.\downloaded\Nzbs\rockalbum\
...where does the "./Nzbs/" folder come from? I don't use this anywhere and its not configured anywhere. Newsbin Pro does create this folder.
This is my Newsbin.nbi ini setting for the watchfolder mechanism:
- Code: Select all
AddTop=1
DownloadPath=C:\downloaded\$(NZBPATH)\$(NZBFILE)\
UnRARPath=C:\downloaded\$(NZBPATH)\$(NZBFILE)\
UseDownloadPath=1
UseProfile=0
UseUnRARPath=1
WatchPath=C:\watchfolder\
I use this config since about 2013 and this used to work perfectly. With the v6.73 this seems to be broken.
Can i help to hunt this bug down?
I did some tests:
$(NZBFILE) : creates a folder accordingly to the nzb filename. Perfect!
but
$(LASTPATH) : doesn't create any folder in the DownloadPath. (i don't unterstand this definition)
$(NZBPATH) : creates a "Nzbs" folder in the DownloadPath directory
$(DOWNLOADPATH) : doesn't create any folder in the DownloadPath.
...so these definitions seem to be broken? Or am i doing something wrong?
Sorry for my bad English and many regards from Germany!