Search found 12 matches

by l2g
December 29th, 2020, 1:50 pm
Forum: General Help
Topic: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8
Replies: 9
Views: 4310

Re: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8

@kjtsanaktsidis: Thank you so much for such an in-depth investigation! I had no idea I wasn't bundling it correctly. :o

I think I've fixed this now (all thanks to your directional help)!
by l2g
September 10th, 2020, 10:43 am
Forum: General Help
Topic: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8
Replies: 9
Views: 4310

Re: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8

It's all good; you just forgot about the one step that CentOS 8 first requires you to connect to EPEL i spoke of earlier (i already updated the blog).

Code: Select all

# EPEL Hookup
sudo dnf install -y epel-release
I'll update my original comment above too
by l2g
September 9th, 2020, 4:04 pm
Forum: General Help
Topic: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8
Replies: 9
Views: 4310

Re: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8

@Sanders; first off thank you so much for testing all this. I tested Fedora 31 and 33 and i just assumed it would work with EL8 since i didn't change any of the EL7 sections of the RPM SPEC file. You graciously proved me wrong :) First off the epel-release RPM forwhatever reason is looking entirely ...
by l2g
September 9th, 2020, 10:23 am
Forum: General Help
Topic: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8
Replies: 9
Views: 4310

Re: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8

Hmm... Strange, you're installing the el8 release, but your packages it's trying to find are fc31 (Fedora Core 31). Another note is some of those packages are provided elsewhere so i didn't want to waste disk-space and rehost them. But maybe to ease the setup, i should probably do this. Thanks for b...
by l2g
September 8th, 2020, 1:55 pm
Forum: General Help
Topic: RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8
Replies: 9
Views: 4310

RPM Packaging for SABnzbd for Fedora 30+ and CentOS/Redhat 8

I tried to share this info on /r/usenet but it got down voted into oblivion. Since it took me several hours to build an entire RPM suite for SABnzbd with extensions, I figured I'd try just passing the announcement here too. @safihre please feel free to delete/move this post if this isn't the right s...
by l2g
October 12th, 2017, 9:22 pm
Forum: Post-Processing Scripts
Topic: Still No Subliminal Script?
Replies: 26
Views: 15204

Re: Still No Subliminal Script?

FYI, The master branch now has all of SABnzbd Subliminal support. It's easier to work with one branch anyway. I'll just fix complaints if and when they happen. I renamed the project too as discussed to nzb-subliminal.
by l2g
October 12th, 2017, 11:34 am
Forum: Post-Processing Scripts
Topic: Still No Subliminal Script?
Replies: 26
Views: 15204

Re: Still No Subliminal Script?

You know you can always just install sabnzbd and try it yourself... ;) it's not that horrible :P Hah! I don't think it's horrible at all! If anything, you and your team don't get enough props for all the hard work you do! It works really well for me! As per the Subliminal plugin, I just didn't want...
by l2g
October 11th, 2017, 7:03 pm
Forum: Post-Processing Scripts
Topic: Still No Subliminal Script?
Replies: 26
Views: 15204

Re: Still No Subliminal Script?

I'll have to check; I'm pretty sure i'm just using the environment variables you make available to my environment (passed from SABnzbd) as defined from your wiki. I think I'm using SAB_FILENAME. My script can also parse NZB-Files if present and try to extract the info out of the Meta section of it (...
by l2g
October 10th, 2017, 6:44 pm
Forum: Post-Processing Scripts
Topic: Still No Subliminal Script?
Replies: 26
Views: 15204

Re: Still No Subliminal Script?

Perhaps i should try to detect obfuscated content and not even bother searching for subs? I'm not sure if subs were already included in OPs fetch though in this case.
by l2g
October 10th, 2017, 6:37 pm
Forum: Post-Processing Scripts
Topic: issue with NZB-Notify and Twitter
Replies: 7
Views: 5242

Re: issue with NZB-Notify and Twitter

I think what might be happening is notifications are going through except one... I'm not sure what that is though (because it's not going through). :) Just a thought though: Maybe if we saw the log entries before and after that were successful? Maybe there would be some clue as to where this notific...
by l2g
August 27th, 2017, 1:43 pm
Forum: Post-Processing Scripts
Topic: Still No Subliminal Script?
Replies: 26
Views: 15204

Re: Still No Subliminal Script?

Found this thread; just wanted to let you know there is a test build that seems to work for me.

I'd paste the URL, but i get the error 'New users are not allowed to post links' from this forum. So just follow the bug link provided above and the instructions are there. :)
by l2g
October 28th, 2016, 11:03 pm
Forum: General Help
Topic: SABnzbd Packaging for CentOS 7.x
Replies: 0
Views: 6464

SABnzbd Packaging for CentOS 7.x

In case anyone is looking, you can get CentOS 7.x / Red Hat 7.x RPM packages to set you up here . But in short: # link to the repository cat << _EOF > /etc/yum.repos.d/nuxref.repo [nuxref] name=NuxRef Core - Enterprise Linux \$releasever - \$basearch baseurl=http://repo.lead2gold.org/centos/\$releas...