Search found 34 matches

by rubylaser
04 Jul 2022, 04:39
Forum: Extension scripts
Topic: [Request] mkclean PP-script
Replies: 6
Views: 8994

Re: [Request] mkclean PP-script

Sorry to resurrect a really old thread...I used to have this working in the past, but it doesn't seem to work anymore. Does anyone have this still working in newer versions NZBget? I would still like to be able to optimize my mkv files, but it's not working. I've compiled mkclean and have it working...
by rubylaser
28 Dec 2015, 00:09
Forum: Support
Topic: [SOLVED] Can't Compile 17.0 r1517
Replies: 4
Views: 2571

Re: Can't Compile 17.0 r1517

Try CXXFLAGS="-std=c++11" ./configure For more info see https://github.com/nzbget/nzbget/issues/125 (not completed yet) Thank you very much for the super fast response! That fixed it. So I understand, when this issue is closed, will using C++14 become the default configure option and it will no lon...
by rubylaser
27 Dec 2015, 22:56
Forum: Support
Topic: [SOLVED] Can't Compile 17.0 r1517
Replies: 4
Views: 2571

[SOLVED] Can't Compile 17.0 r1517

Hello, I'm stuck on 17.0-testing-r1498M from git. When I pull the latest version, I'm up-to-date, but if I try to compile the latest version, it fails with this error. ./daemon/util/NString.h:67:17: error: ‘nullptr’ was not declared in this scope char* m_data = nullptr; ^ ./daemon/util/NString.h: In...
by rubylaser
19 Nov 2015, 23:24
Forum: Extension scripts
Topic: [Request] mkclean PP-script
Replies: 6
Views: 8994

Re: [Request] mkclean PP-script

Thanks! That did it :)
by rubylaser
19 Nov 2015, 21:38
Forum: Extension scripts
Topic: [Request] mkclean PP-script
Replies: 6
Views: 8994

Re: [Request] mkclean PP-script

I just PM'd the author of the script and he provided it to me. I'm sure this can be spruced up a bit if someone was willing. #!/bin/bash # Clean up mkv files to make them more stream-able ############################################################################## ### NZBGET POST-PROCESSING SCRIPT...
by rubylaser
19 Nov 2015, 20:37
Forum: Extension scripts
Topic: [Request] mkclean PP-script
Replies: 6
Views: 8994

[Request] mkclean PP-script

Hello, I wonder if someone would be so kind as to create a script that runs mkclean on finished mkv downloads? I found a thread on Sonarr's forums where someone explains the benefits of running mkclean on files and another member even created and linked to an NZBGet pp-script, but the links are all ...
by rubylaser
07 Sep 2015, 17:55
Forum: Extension scripts
Topic: [FeedScript] ImdbWatchlist - RSS with IMDb integration
Replies: 49
Views: 67419

Re: [FeedScript] ImdbWatchlist - RSS with IMDb integration

Thanks for writing this up. I have this working great now. I have dog as an indexer and never knew it had an RSS Builder in my user profile.
by rubylaser
06 Sep 2015, 19:52
Forum: Extension scripts
Topic: [FeedScript] ImdbWatchlist - RSS with IMDb integration
Replies: 49
Views: 67419

Re: [FeedScript] ImdbWatchlist - RSS with IMDb integration

I'm on Ubuntu 14.04 Server 64bit. It just doesn't seem to like when I leave the FeedScript open. It's not really a crash, but a mis-configuration on my part. In regards to RSS, I failed to catch that in your directions. I was using the IMDB movie RSS feed. I have a number of indexers, and only one t...
by rubylaser
06 Sep 2015, 11:08
Forum: Extension scripts
Topic: [FeedScript] ImdbWatchlist - RSS with IMDb integration
Replies: 49
Views: 67419

Re: [FeedScript] ImdbWatchlist - RSS with IMDb integration

Thanks for the reply! I'm sure I misunderstood you, but I'm not exactly sure I know what you want me to do. Here's what I tried... I removed the feed script from my RSS Feed settings, saved, and reloaded. If I tried to click on the RSS Feeds link, NZBget stops. I had to restart it to bring it back u...
by rubylaser
06 Sep 2015, 01:13
Forum: Extension scripts
Topic: [FeedScript] ImdbWatchlist - RSS with IMDb integration
Replies: 49
Views: 67419

Re: [FeedScript] ImdbWatchlist - RSS with IMDb integration

Thanks for this Hugbug. Any way you could provide a few more directions for rookie RSS feed users. I have an IMDB Watchlist that is public. I've added the script to my scripts directory and configured it with my IMDB user id. I'm trying to test this, so I've setup a RSS feed for movies that are avai...