Search found 60 matches

by void.pointer
22 Mar 2016, 13:57
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

As far as I know, there is no way to tell nzbget where to look for config files. Ideally I'd like to put them under MainDir. What is your recommendation? I solved the crash on 16.4 by completely uninstalling and cleaning up old files. This worked. The nzb files not getting picked up was my mistake, ...
by void.pointer
21 Mar 2016, 22:52
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

Below is the text when I go to jsonrpc/config as you noted. I observe that it is pointing at the correct config file (in program files) and also DirectWrite is set to 'yes': { "version" : "1.1", "result" : [ { "Name" : "ConfigFile", "Value" : "C:\\Program Files (x86)\\NZBGet\\nzbget.conf" }, { "Name...
by void.pointer
21 Mar 2016, 20:39
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

What I'm telling you is the crash still happens in 16.4. This is what I meant when I said "the result is the same".
by void.pointer
21 Mar 2016, 15:48
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

Thanks. That's fixed in develop. Nice. I assume this means the fix is not in the latest setup.exe available on github. Any idea when you plan to release one? At the moment I am not able to build nzbget on Windows. The vcxproj is completely broken, there is no SLN file, and it can't find paths to op...
by void.pointer
21 Mar 2016, 12:09
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

I attached Visual Studio to the process after the debug assertion dialog came up. Same call stack every time, you'd indexing out of bounds of a std::vector. nzbget.exe!std::vector<__int64,std::allocator<__int64> >::operator[](unsigned int _Pos=9) Line 1232 C++ nzbget.exe!ServerVolume::AddData(int by...
by void.pointer
21 Mar 2016, 12:04
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

I copied 57 nzb files into my ${MainDir}/nzb-get directory in a 'Series' subdirectory and it is not picking them up. Most likely the directory where you put the files isn't the directory monitored by NZBGet. In web-interface open URL http://ip:port:/jsonrpc/config and check "NzbDir". ERROR Could no...
by void.pointer
21 Mar 2016, 03:49
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

I'm attaching logs from a debug build of nzbget. Hope it helps, I didn't see anything helpful in it.
by void.pointer
21 Mar 2016, 03:35
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

Re: nzb-files not being monitored?

Another oddity is that nzbget keeps crashing with these logs: Sun Mar 20 22:33:00 2016 ERROR Could not find file E:\nzbget\tmp\20.029 for Arrow.S04E15.1080p.HDTV.X264-DIMENSION.nzb.2\303416.r09 [29/66] Sun Mar 20 22:33:00 2016 ERROR Could not find file (null) for Arrow.S04E15.1080p.HDTV.X264-DIMENSI...
by void.pointer
21 Mar 2016, 03:04
Forum: Support
Topic: nzb-files not being monitored?
Replies: 13
Views: 6098

nzb-files not being monitored?

Hello, I installed latest build from github releases page on Windows. I imported my settings from Linux, as I planned to relocate my NZBget server to my windows box. I did simple export/import settings from web UI. I copied 57 nzb files into my ${MainDir}/nzb-get directory in a 'Series' subdirectory...
by void.pointer
07 Oct 2015, 12:47
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528177

Re: [PP-Script] VideoSort - better video sorting

Hi, I am now getting videosort to rename and move my movie files, but I have one minor question on renamer capability. I am/was using filebot to manually rename, and had it configured so movies named "The Something", would be renamed to "Something, The". Can VideoSort do the same?? On an unrelated ...