Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
/ MyMediaCenter Public archive

Raspeberry Pi with OSMC( + SSH + Samba + Transmissio + Sickrage + CouchPotato)

Notifications You must be signed in to change notification settings

Luismcplopes/MyMediaCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMediaCenter

Raspeberry Pi with OSMC( + SSH + Samba + Transmissio + Sickrage + CouchPotato)

Download OSMC

Install on SD card

How to activate SSH, Samba, Transmissio inside the OSMC

Samba - how to config extra shares

-Add custom shares in smb-shares.conf instead of editing smb.conf so they will not be overwritten by samba updates. You can only add new shares to smb-shares.conf, not change the default shares or global options. If you need full control see smb-local.conf above.

sudo cp smb-shares.conf /etc/samba/smb-shares.conf

Transmission - change the default settings

"rpc-whitelist": "192.168.. ", If you want it to be more secure. However, if you want to be able to access transmission outside your local network then it should be ...

May as well disable the whitelist if you are allowing all IPs "rpc-whitelist-enabled": false,

Change the remote access username and password to your liking "rpc-password": "password", "rpc-username": "username",

Make Transmission Automatically Stop Seeding

  • Check Stop seeding at ratio and enter 0
  • Click the Speed tab and check Upload (kB/s):, enter 0 or your maximum desired upload rate.
# Stop service
sudo systemctl stop transmission
# Change settings from command-line, for example, to configure the downloads directory or port:
/home/osmc/.config/transmission-daemon/settings.json
# Start service
$ sudo systemctl start transmission

Install Couchpotato and Sickrage

Copy file install-couchpotato-sickrage.sh to osmc home folder and run command:

sudo sh install-couchpotato-sickrage.sh

Base on https://discourse.osmc.tv/t/how-to-install-couchpotato-and-sickrage-on-raspberry-pi/10788

How to Config Sickrage

How to Config couchpotat

How to manage CouchPotato and Sickrage from OSMC

sudo cp sickrage-app-osmc /etc/osmc/apps.d/sickrage-app-osmc
sudo cp couchpotato-app-osmc /etc/osmc/apps.d/couchpotato-app-osmc

Clonar Cartão SD

next step

https://github.com/rembo10/headphones

https://discourse.osmc.tv/c/how-to

https://discourse.osmc.tv/t/howto-retropie-and-osmc-retrosmc-retrogaming-on-osmc/6671 https://discourse.osmc.tv/t/howto-installing-retropie-alongside-osmc-rc-the-easy-way/1921

https://discourse.osmc.tv/t/howto-setup-two-way-authentication-to-ssh/16885

https://discourse.osmc.tv/t/howto-ddns-mega-thread/16412

https://discourse.osmc.tv/t/howto-ssh-tunneling-remote-access-webuis-like-syncthing-transmission-without-portforwards-the-safest-way/11473

About

Raspeberry Pi with OSMC( + SSH + Samba + Transmissio + Sickrage + CouchPotato)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages