Giter Site home page Giter Site logo

luismcplopes / my-osmc Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 14 KB

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

License: MIT License

Shell 100.00%
raspeberry-pi osmc transmission sickchill couchpotato jacket headphones apache ssh bash-script

my-osmc's Introduction

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

my-osmc's People

Contributors

luismcplopes avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.