redhat:other-redhat:usenet-download-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
redhat:other-redhat:usenet-download-redhat [2019/07/10 13:15] – [Configure Muximux Landingpage] michaelredhat:other-redhat:usenet-download-redhat [2020/06/14 14:58] (current) – [Install Usenet Services] michael
Line 330: Line 330:
  
 <code> <code>
-cd /tmp/ +cd /tmp/ 
-wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.980/Radarr.develop.0.2.0.980.linux.tar.gz +wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.1480/Radarr.develop.0.2.0.1480.linux.tar.gz 
-tar -xvf Radarr.develop.0.2.0.980.linux.tar.gz+tar -xvf Radarr.develop*
  
-mkdir -p /opt/radarr/bin +mkdir -p /opt/radarr/bin 
-useradd --system --home-dir=/opt/radarr radarr +useradd --system --home-dir=/opt/radarr radarr 
-usermod -a -G usenetserver radarr +usermod -a -G usenetserver radarr 
-cp -R Radarr/* /opt/radarr/bin/ +cp -R Radarr/* /opt/radarr/bin/ 
-ls -l /opt/radarr/bin/ +ls -l /opt/radarr/bin/ 
-chown -R radarr:usenetserver /opt/radarr/+chown -R radarr:usenetserver /opt/radarr/
  
-vim /opt/radarr/.config/Radarr/config.xml+vim /opt/radarr/.config/Radarr/config.xml
 </code> </code>
  
Line 362: Line 362:
  
 <code> <code>
-vim /etc/systemd/system/radarr.service+vim /etc/systemd/system/radarr.service
 </code> </code>
  
Line 384: Line 384:
  
 <code> <code>
-systemctl start radarr && systemctl status radarr +# systemctl daemon-reload 
-systemctl enable radarr+systemctl start radarr && systemctl status radarr 
 +systemctl enable radarr
 </code> </code>
 </WRAP> </WRAP>
Line 474: Line 475:
 </WRAP> </WRAP>
  
 +----
 +
 +<WRAP center box 100%>
 +==== Setup bazarr - Subtitles Download Tool ====
 +''Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.''
 +
 +<code>
 +# yum install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
 +# yum install unrar.x86_64 python3-pip python36-distutils-extra.noarch
 +# cd /opt/
 +# git clone https://github.com/morpheus65535/bazarr.git
 +
 +# useradd --system --home-dir=/opt/bazarr bazarr
 +# usermod -a -G usenetserver bazarr
 +# chown -R bazarr: /opt/bazarr
 +
 +# ls -la /opt/bazarr/
 +# pip install -r /opt/bazarr/requirements.txt
 +
 +# vim /opt/bazarr/data/config/config.ini
 +</code>
 +
 +<sxh bash; highlight: [11];>
 +...
 +[general]
 +update_restart = True
 +movie_default_hi = False
 +movie_default_language = []
 +serie_default_forced = False
 +chmod = 0640
 +use_scenename = True
 +use_postprocessing = False
 +use_radarr = False
 +base_url = /usenetdl/bazarr
 +page_size = 25
 +...
 +</sxh>
 +
 +<code>
 +# /usr/bin/python /opt/bazarr/bazarr.py
 +</code>
 +
 +''CTRL + C''
 +
 +<code>
 +# vim /etc/systemd/system/bazarr.service
 +</code>
 +
 +<sxh bash>
 +[Unit]
 +Description=Bazarr Daemon
 +After=syslog.target network.target
 +
 +[Service]
 +WorkingDirectory=/opt/bazarr/
 +User=bazarr
 +Group=usenetserver
 +UMask=0002
 +Type=simple
 +ExecStart=/usr/bin/python /opt/bazarr/bazarr.py
 +TimeoutStopSec=20
 +KillSignal=SIGINT
 +RestartSec=5
 +Restart=on-failure
 +SyslogIdentifier=bazarr
 +
 +[Install]
 +WantedBy=multi-user.target
 +</sxh>
 +
 +<code>
 +# chown -R bazarr:usenetserver /opt/bazarr/
 +# systemctl daemon-reload
 +
 +# systemctl start bazarr && systemctl status bazarr
 +# systemctl enable bazarr
 +</code>
 +</WRAP>
  
 ===== Finishing Server Setup ===== ===== Finishing Server Setup =====
Line 482: Line 561:
 </code> </code>
  
-<sxh bash; highlight: [];>+<sxh bash; highlight: [30-36,38-45,47-53,55-61,63-69];>
 <?php die('Access denied'); ?> <?php die('Access denied'); ?>
 [general] [general]
  • redhat/other-redhat/usenet-download-redhat.1562757300.txt.gz
  • Last modified: 2019/07/10 13:15
  • by michael