Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Raspeberry Pi with OSMC and SSH and Samba and Transmissio and RPiMonitor and sickchill and CouchPotato and Jacket and headphones)

License

Luismcplopes/my-osmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Media Center

RaspeberryPi with OSMC and SSH and Samba and Transmission and sickchill and CouchPotato and Jacket and headphones

Download OSMC

Install on SD card

How to activate SSH, Samba, Transmissio inside the OSMC

On OSMC go to "PROGRAMAS", "MY OSMC" "APP STORE" and then install the services

  • My osmc => Updates => Manual Controls => Scan for updates now
  • My osmc => App Store => install Transmition
  • My osmc => App Store => install Samba
  • My osmc => App Store => install SSH
  • My osmc => App Store => install Cron task

Install all

Run this sudo wget https://raw.githubusercontent.com/Luismcplopes/my-osmc/master/easyinstall-all.sh -O /home/osmc/easyinstall-all.sh or Copy file install-couchpotato-sickrage.sh to osmc home folder and run command:

sudo sh easyinstall-all.sh

Slackhook

For this to work it is necessary to create a file slack_url on /usr/bin/ with slack-Hook in it or

sudo bash -c 'cat << EOF > /usr/bin/slack_url
https://hooks.slack.com/services/Your-hook-here
EOF'
sudo chmod +x /usr/bin/slack_url

Script to CleanUP Transmission (cronJob)

See

Some Notes

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. include = /etc/samba/smb-shares.conf to /etc/samba/smb.conf

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

"idle-seeding-limit: 0", "idle-seeding-limit-enabled: true",

How to Config

Config Sickrage

ConfigCouchpotat

manage CouchPotato, rpimonitor and Sickchill from OSMC

About

Raspeberry Pi with OSMC and SSH and Samba and Transmissio and RPiMonitor and sickchill and CouchPotato and Jacket and headphones)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages