Page 4 of 7

Re: [GetScripts] Various Scripts

Posted: 18 Apr 2015, 13:18
by clintonhall
No, it is designed to flatten all sub directories in E:\New Movies\NZB\foldername of file\.

so E:\New Movies\NZB\foldername of download\subdir1\filename1.mp4 is moved to E:\New Movies\NZB\foldername of download\filename1.mp4

Re: [GetScripts] Various Scripts

Posted: 19 Apr 2015, 06:16
by rolmei
Hi Clinton,

I use your script passwordList and it works really great.

But I have still two problems:
I see in the status that the nzb
Health: 100% (green)
Par: Success (green)
Unpack: Pasword (yellow)
Passwordlict: Success (green)

The problems are:
1.) the rar-file ar not deleted
And
2.)the media file is still in the InterDir and it is not moved to DestDir (defined in PATHS from nzbget)

Can you help me? :)

Re: [GetScripts] Various Scripts

Posted: 25 Apr 2015, 22:08
by clintonhall
This will be a built in feature of NZBGet v15, so I will not be doing any further dev on this script.
It should be possible to use another script to move the set to dest dir and delete archive files...

Re: [GetScripts] Various Scripts

Posted: 16 May 2015, 17:33
by PTRCK
I have problems with the SafeRename.py. I get these Errors:

Code: Select all

ERROR	Sat May 16 2015 19:29:44	SafeRename: Unable to rename file due to: [Error 3] The system can not find the path
INFO	Sat May 16 2015 19:29:44	SafeRename: Renaming file D:\Downloads\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\02.10.2013.1 to D:\Downloads\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\itn-south.park.s16e12.480p.mkv
INFO	Sat May 16 2015 19:29:44	SafeRename: Script triggered from NZBGet Version 15.0-testing-r1285.
The files which should be renamed exists so which one could not be found?

Re: [GetScripts] Various Scripts

Posted: 16 May 2015, 17:40
by hugbug
My guess is the script doesn't create subdirectories:
  • Renaming file D:\Downloads\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\02.10.2013.1 to D:\Downloads\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\South.Park.S16E12.German.DVDRip.x264-iNTENTiON\itn-south.park.s16e12.480p.mkv

Re: [GetScripts] Various Scripts

Posted: 16 May 2015, 17:56
by PTRCK
You are right. I created the folder manually and post processed again, now the script worked.

So is there a way to modify the script to create these sub folders to work properly?

Re: [GetScripts] Various Scripts

Posted: 24 May 2015, 11:39
by clintonhall
Issue reported https://github.com/clinton-hall/GetScripts/issues/9... I'll try and add this soon.

Re: [GetScripts] Various Scripts

Posted: 24 May 2015, 11:56
by clintonhall
ok... done.. please test and confirm.

Re: [GetScripts] Various Scripts

Posted: 24 May 2015, 12:06
by PTRCK
The first test looked good. Thank you! The problem is, that i cant search for that kind of uploads. So i must have a look if future downloads will handled properly.

Re: [GetScripts] Various Scripts

Posted: 16 Nov 2015, 06:40
by kjKmcQN3
Hi Clinton,

I use your DeleteSamples script a lot and it is very helpful. However, it doesn't delete samples if they are named in the abc.xyz-sample.mp4 format. Under SampleIDs I have "sample,-s.,-sample" saved. Is this behaviour by design? If so, is there a way to get the script to delete samples named in this format? Thanks, as always, for your help.