Flexget installation - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: Flexget installation (/thread-634.html) |
RE: Flexget installation - zilexa - 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. Code: presets: 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? RE: Flexget installation - Trinket - 29th Mar, 2013 10:37 PM Awesome, I used Flexget in the past with the Raspberry too, but I started using Sabnzbd because it was more reliable for series. I still want/need to use flexget but last time I tried i couldn't get it working the way I wanted. What I wanted Flexget to do is to be called by Sabnzbd when a download fails for whatever reason (I achieved that) and then, flexget tries downloading the episode with a Torrent. The only problem I couldn't solve is that I didn't know how to tell flexget to search just for the episode I wanted (I could pass the episode name,season,imbd and all via arguments from Sab). When I got more time I will try again. RE: Flexget installation - zilexa - 3rd Apr, 2013 10:27 AM Why not start Flexget AFTER Sabnzbd finished its task, using the existing_series plugin Flexget will only download series that are not existent on your drive so not downloaded by Sabnzbd... seems much easier and you wont need a very exotic SabNZBd/Flexget combination.. I am used to do rss downloads via uTorrent, it was very reliable. Now I hope Flexget is just as reliable. I gave my Pi away and will receive new Pi tomorrow so I can finally test everything I want to test.. RE: Flexget installation - CurlyMo - 3rd Apr, 2013 06:30 PM Another user has been working on the maraschino package (under my guidance), so if you would like to try to create the flexget package, feel free! https://github.com/xbianonpi/xbian-deb-sources/pulls/ RE: Flexget installation - zilexa - 3rd Apr, 2013 10:28 PM I am definitely going to try (I have no experience at all..) but still just lack time to setup 1 RPi correctly.. I gave away my first RPi and today received my new one.. will install XBian tonight. I created the issue on Github and Im checking out what Trinket did for Maraschino. https://github.com/xbianonpi/xbian/issues/340 RE: Flexget installation - padrekopre - 1st Jun, 2013 10:06 PM Hi, I have installed Flexget + Transmission, but there is problem with downloaded torrents :/ after download they are still in temp folder of transmission, not in destination folder set in flexget config My flexget config is : Code: presets: Transmission config: Code: { Do you have any suggestions ?? RE: Flexget installation - zilexa - 16th Jul, 2013 05:39 PM (@padrekopre, do you still have that issue?) On a fresh install of beta 1.1, I cannot install Flexget anymore installing pip goes OK, but Flexget: Code: xbian@xbian ~ $ sudo pip install flexget Could this be XBian related? Otherwise I'll create a ticket at Flexget.com RE: Flexget installation - Fred - 16th Jul, 2013 07:04 PM I get the same error in alpha5 so something changed in Flexget that caused it not to work anymore. Maybe you could try Code: sudo pip install -I flexget==1.1.74 RE: Flexget installation - padrekopre - 17th Jul, 2013 03:04 PM (16th Jul, 2013 05:39 PM)zilexa Wrote: (@padrekopre, do you still have that issue?) Hi, now everythings works... On alpha5, Beta 1 and Beta 1.1... I think the problem was permissions to directories in USB drive... now they are 777 so everyone can write in them... After problems with upgrade to Beta 1 I fresz install Flexget on it, and recover config files from my post and it works great... so check the permissions Regards..... RE: Flexget installation - zilexa - 18th Jul, 2013 11:30 PM Just FYI for anyone passing by this topic I created a full how-to for XBian & Flexget by using trakt.tv to follow your tv shows and movies. http://forum.xbian.org/showthread.php?tid=1127 Re: Flexget installation - f1vefour - 24th Jul, 2013 11:27 PM ... deleted RE: Flexget installation - Davem - 25th Jul, 2013 03:27 AM @zilexa, I'm following your Flexget progress since the first posts about it in the download topic. Just curious, is their still coming Flexget package for Xbian? P.s nice guide! RE: Flexget installation - zilexa - 25th Jul, 2013 09:55 PM @Davem, probably not.. It's really easy to install flexget, just three commands. There are no RPi/Debian/XBian specific actions. If I create a package, it will be because Flexget developers think it is a good idea. Their first response was not positive, they prefer users installing and updating Flexget instead of being dependant on someone who maintains a package. But I replied to their feedback so let's wait and see. Please check this ticket: http://flexget.com/ticket/2107 RE: Flexget installation - mk01 - 1st Aug, 2013 12:37 AM (25th Jul, 2013 09:55 PM)zilexa Wrote: @Davem, probably not.. It's really easy to install flexget, just three commands. There are no RPi/Debian/XBian specific actions. If I create a package, it will be because Flexget developers think it is a good idea. Their first response was not positive, they prefer users installing and updating Flexget instead of being dependant on someone who maintains a package. But I replied to their feedback so let's wait and see. to be honest, I prefer the same way. In case some special mods would be needed to fit xbian, this could be solved with commits to Flexget directly (after agreement of course). couldn't we create a meta package which would install the upstream flexget, but be looking like xbians? this is a common way used for example by Ubuntu <- Debian. RE: Flexget installation - f1vefour - 1st Aug, 2013 01:34 AM Meta package would be a nice middle ground, no xbian specific package but automated installation. |