Article 6NJMR [SOLVED] nzbget

[SOLVED] nzbget

by
inukaze
from LinuxQuestions.org on (#6NJMR)
First get the configuration file from -> https://controlc.com/08e248d4
That is my file ~/.nzbget or "$HOME/.nzbget" the configuration for nzbget client.

Code:#Create Folders : You should customize paths in the configuration file first and the folders must exist.
mkdir -p "$HOME"/Descargas/nzb/{incoming,queue,tmp,ppscripts,dst}
Code:#Create the log filee:
touch "$HOME/Descargas/nzb/dst/nzbget.log"Code:#Create the dir in the system level to put in there the configuration file and specify is a Template File inside it
su -c "mkdir -p /usr/local/share/nzbget" root
Code:#Copy the configuration file to system-wide level
su -c "cp -rf $HOME/.nzbget /usr/local/share/nzbget/nzbget.conf" rootCode:#Install the nzbget client i use slpkg and install from SBo Repo, if you wish you can use the slackpkg+ instead
su -c "slpkg update ; slpkg -s sbo nzbget ; ldconfig" rootnow you can run
Code:nzbget "file.nzb"
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments