Search found 9 matches

by TTT
11 Apr 2017, 15:32
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

There is nothing special in the nzbToMedia or Sonarr logs, I have a feeling it's the "DownloadedEpisodeScan" that has changed to just copy and leave the source files in place that is causing this. Since letting the Sonarr CDH (by disabling nzbToMedia) handle the import cleans up the source dir prope...
by TTT
10 Apr 2017, 11:40
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Hi clinton, Since sonarr (stable) updated a few days ago, i've found that the source dir that nzbToNzbdrone passes to sonarr is not being removed after import and it still contains the actual full video file. I removed nzbToNzbdrone from my NZBGet post processing for the TV category and the dir is r...
by TTT
19 Jan 2015, 21:05
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

I've always left CDH disabled previously as nzbToMedia was triggering the actual file move/import, so by the time post processing in nzbget had completed and CDH was triggered there would be nothing left for CDH to actually do. I was looking on the sonarr github page and noticed this - https://githu...
by TTT
19 Jan 2015, 18:03
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Hi Clinton, Don't suppose you've noticed any issues with nzbdrone (sonarr) importing since their latest update to the master branch? Mine now won't actually import the files, they just sit in the nzbget completed download dir but the nzbToMedia logs indicate that the sonarr update was successful. 20...
by TTT
10 Aug 2014, 00:57
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Code: Select all

2014-08-10 01:53:41 DEBUG   ::EXCEPTION: Replacing file name wdTE6o3gwy5bjwTkZUd8wCGryzRv0rGZigaqW1H with directory name Matador.2014.S01E04.Code.Red.Card.720p.WEB-DL.DD5.1.H.264-Oosh
Yeah sorted now. Cheers.
by TTT
09 Aug 2014, 22:44
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Ok worked out how to switch and tested with both scenarios (renaming from dirname and download name) and it works fine. 2014-08-09 23:34:46 INFO ::EXCEPTION: Replacing file name wdTE6o3gwy5bjwTkZUd8wCGryzRv0rGZigaqW1H with directory name Matador 2014 S01E04 Code Red Card 720p WEB-DL DD5 1 H 264-Oosh...
by TTT
09 Aug 2014, 21:55
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Yeah it was mainly that the matches were failing, just I like the files named like this too for consistency. Just saw you had replied while I was typing this, so yeah I was gonna say just the files as well. Don't think the directories would cause any issues anyway as drone seems to handle moving fro...
by TTT
09 Aug 2014, 12:58
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Thanks Clinton. Yes I found the .lower() wasn't needed anymore as the regex checks were ignoring case anyway. Had a look at the changes you made and while it will catch the invalid names, it will rename the files with the name prior to the replace. I.e. containing spaces instead of .s. Making the fi...
by TTT
08 Aug 2014, 18:49
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 217900

Re: nzbToMedia for NZBGet V11+

Clinton, I've been finding a few downloads failing to be renamed when the filenames are obfuscated. It seems to be due to the download name being space delimited, rather than . delimited. I've included an example below. Download Name - Show Name S01E01 720p WEB-DL DD5 1 H 264-GROUP Filename - E:\Dow...