Search found 4 matches

by moneytoo
April 15th, 2023, 3:25 am
Forum: General Discussion
Topic: SABnzbd is availabe in Termux repository (Android)
Replies: 2
Views: 10487

Re: SABnzbd is availabe in Termux repository (Android)

Termux uses deb packages , but everything needs to be crosscompiled and use special prefix. To run SABnzbd on Android, all you have to do is basically install Termux APK, launch it, ideally run update ( pkg update ) and install SABnzbd ( pkg install sabnzbd ). (pkg is just a wrapper so you may use a...
by moneytoo
April 15th, 2023, 1:36 am
Forum: General Discussion
Topic: SABnzbd is availabe in Termux repository (Android)
Replies: 2
Views: 10487

SABnzbd is availabe in Termux repository (Android)

As I occasionally need to fetch some nzbs on the go, I packaged v3.7.2 and submitted it to Termux. Packaging it was actually needed as the SABYenc3/SABCTools Python library doesn't compile on device without some setting up. Notes about this package: sabnzbd command is available Service file is provi...
by moneytoo
November 6th, 2013, 1:03 pm
Forum: Bug Reports
Topic: unrar 5 and metadata password
Replies: 22
Views: 19598

Re: unrar 5 and metadata password

It's the same issue as reported here: http://forums.sabnzbd.org/viewtopic.php?f=3&t=15275

File testing123-nopw.nzb should be extracted because the correct password is in the nzb file in meta tag. It's also read correctly but it's not passed to the command before executing rar.
by moneytoo
August 3rd, 2013, 5:40 am
Forum: General Help
Topic: intelligently download PARs dont work
Replies: 18
Views: 9157

Re: intelligently download PARs dont work

It looks like this is a platform specific issue. The trailing blabla/* means "all files in folder blabla". For some reason the par2 program (or shell) on your NAS expands this to include the __ADMIN__ folder. Windows, OSX and Ubuntu do not have this problem. Alternatively it could be a si...