Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramongebben/ragebmc
RageBMC
https://github.com/ramongebben/ragebmc
Last synced: about 1 month ago
JSON representation
RageBMC
- Host: GitHub
- URL: https://github.com/ramongebben/ragebmc
- Owner: RamonGebben
- License: mit
- Created: 2014-01-16T09:54:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T11:53:21.000Z (over 10 years ago)
- Last Synced: 2023-08-09T23:13:46.767Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#RaGeBMC
RageBMC is a automated configuration voor Raspbmc.
It carries transmission, flexget xbmc and fish.##Install
Install root file system and go though the first boot of Raspbmc.
Login via terminal and set root password.
The default username and password for Raspbmc are:user: pi
passwd: raspberry
To set root password usesudo passwd root
Logout or `su root` to gain root acces and run:bash <( curl "https://raw2.github.com/RamonGebben/ragebmc/master/install/install.sh")
When the script is done, reboot.
After reboot you will need to runfish
this will give you an nice prompt and give you the ability to run the RaGeBMC scripts. use it to run
rb-upgrade
This will install en configure the rest except for the flexget crontab and useraccount.###Transmission
[Trasmissionbt](http://www.transmissionbt.com/) is a Open Source Bittorrent client. One of the great features is the web interface.
This way you can run a torrent client without an graphic interface.
The web interface is available at poort 9091.ragebmc.local:9091
Here you can add torrents, you can choose to download into the download folder, or you can edit the destination folder when you add it.
The available folder are:- download
- movies
- series###ShowRSS
[ShowRSS](http://showrss.info) is wonderfull initiative, it gives you the ability to add a show to your list, and if you Flexget feed is set correctly, it will start downloading that show from the next aired episode.
###Flexget
[Flexget](http://flexget.com) gives you the ability to add an RSS feed from torrent links, and automatically add these torrents to transmission.
To set your ShowsRSS account edit the `config.yml` in the folder `/ragebmc/.flexget/`
Paste your feed where it saidsfeed: http://showrss.info/rss.php?user_id=151505&hd=null&proper=null&namespaces=true
And run
flexget execute
To make it check for downloads every 30min add flexget to crontab.
Usecrontab -e
And add this line.
*/15 * * * * /usr/local/bin/flexget