28th Mar, 2013, 01:31 AM
To finish the guide above, here is the config.yml required for FlexGet. This is a very simple one and very easy to understand.
By default flexget expects to find its config.yml in its root folder. Simply create such a file there and/or use sudo nano and paste the code below.
Short explanation:
Flexget and Transmission should have access to the folders listed in this config file.
Now that I know how to perform all tasks necessary to install a Raspberry (formatting, creating partitions, static mounts, install flexget etc) I would like to write a guide for Noobs so that XBian becomes more accessible. Would the wiki be the best location for this?
By default flexget expects to find its config.yml in its root folder. Simply create such a file there and/or use sudo nano and paste the code below.
Code:
presets:
tv:
series:
exists_series:
- /Media/TV Shows/
- /Media/Downloads/
hdtv <720p:
- New Girl
- Bones
- Big Bang Theory
- Grey's Anatomy
720p:
- Falling Skies
- Game Of Thrones
transmission:
host: localhost
port: 9091
username: xbian
password: raspberry
path: /Media/TV Shows/{{series_name}}/Season {{series_season}}
tasks:
showrss:
priority: 1
rss: http://showrss.karmorra.info/rss.php?user_id=xxxxx&hd=2&proper=1
preset: tv
kat.ph-tv:
priority: 2
rss: http://kat.ph/tv/?rss=1
preset: tv
ezrss.it:
priority: 3
rss: http://ezrss.it/feed/
preset: tv
bt-chat.com-tv:
priority: 4
rss: http://rss.bt-chat.com/?group=3
preset: tv
extratorrent.com-tv:
priority: 5
rss: http://extratorrent.com/rss.xml?cid=8
preset: tv
Short explanation:
- exists_series: optional. Checks if the selected episode already exists (perhaps you already added it manually and its downloading or it was manually downloaded before). And will not pass it to Transmission to download. Note: /media/ is the folder where I mounted my USB harddisk. Change this to your mountfolder.
- hdtv <720p: quality of episode Flexget should search for in your feeds. "hdtv <720p" means standard HDTV releases, non-720p. All shows below this line will be in that quality. You can remove this if you only want 720p downloads.
- 720p: same as above but for 720p downloads. More quality options available here.
- transmission: here are the details for the transmission plugin.
- path: Where downloads wil be saved. You can enter a static path or a dynamic one like in this file.
- tasks: here you can define any rss feed you would like to use. ShowRSS is recommended. Don't forget to replace the x's for your own user id.
Flexget and Transmission should have access to the folders listed in this config file.
Now that I know how to perform all tasks necessary to install a Raspberry (formatting, creating partitions, static mounts, install flexget etc) I would like to write a guide for Noobs so that XBian becomes more accessible. Would the wiki be the best location for this?