Flexget installation
|
1st Aug, 2013, 01:44 AM
Post: #31
|
|||
|
|||
RE: Flexget installation
exactly
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Aug, 2013, 09:02 AM
Post: #32
|
|||
|
|||
RE: Flexget installation
The xbian-package-samba and xbian-package-apache are also meta packages.
pilight - modular domotica solution
|
|||
6th Aug, 2013, 01:34 AM
Post: #33
|
|||
|
|||
RE: Flexget installation
Alright that would be the best. How to do it? I know the four commands:
sudo apt-get install python-pip sudo pip install flexget sudo pip install transmissionrpc Can I just put this in a .py script or similar? I cannot find the xbian-package-samba or xbian-package-apache on Github.. Would be a nice example. |
|||
6th Aug, 2013, 01:42 AM
Post: #34
|
|||
|
|||
RE: Flexget installation
Code: cd ~ pilight - modular domotica solution
|
|||
6th Aug, 2013, 07:56 PM
Post: #35
|
|||
|
|||
RE: Flexget installation
preinst:
Code: #!/bin/bash postinst: (to upgrade) Code: #!/bin/bash the 3rd if command needs to check if upgrade is necessary (... has to be replaced). If upgrade is necessary, the flexget -V command will return: Terminal xbian@xbian ~ $ flexget -V 1.1.77 Latest release: 1.1.83 So I somehow need to parse this output. Any tips? |
|||
8th Aug, 2013, 06:00 PM
Post: #36
|
|||
|
|||
RE: Flexget installation
Dont use apt or dpkg commands in the preinst script, add the required package(s) (in this case python-pip) to the control file as depend.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
21st Oct, 2013, 12:21 AM
Post: #37
|
|||
|
|||
RE: Flexget installation
I was trying to install flexget using this how to, nut I get the following errors:
CRITICAL plugin Get tvshows 720p hdtv Error connecting to transmission: Address family not supported by protocol CRITICAL plugin Get movies Error connecting to transmission: Address family not supported by protocol My transmission settings: http://pastebin.com/8rYUCSek My libraryupdater.sh: http://pastebin.com/1RcpPSQh My flexget configuration: http://pastebin.com/2YzpRNhv Any help appreciated. |
|||
29th Oct, 2013, 07:17 AM
Post: #38
|
|||
|
|||
RE: Flexget installation
@effemmeffe anything related to actually USING Flexget, you should ask at flexget.com. You can search through tickets there or create one yourself.
|
|||
25th Mar, 2014, 07:01 AM
Post: #39
|
|||
|
|||
RE: Flexget installation
Hi team XBian, sorry to bump such an old topic. I am determined now to work on the Flexget package (and finish it!). A lot of work has already been done by flexget devs, they created an INSSERV script Debian compatible to be able to autostart Flexget at boot: http://flexget.com/wiki/Daemon/Startup
Since Flexget installation only requires 3 commands (apt-get install python-pip, pip install flexget, pip install transmissionrpc), I thought it should be relatively easy. I wanted to start create the necessary files (I read I have to do a "pull") but not sure if this is still the case? Could I just start by copying an existing package, and simply modify the control file adding python-pip and the two pip commands? |
|||
28th Mar, 2014, 03:28 AM
Post: #40
|
|||
|
|||
RE: Flexget installation
Any help would be much appreciated
|
|||
4th Apr, 2014, 10:42 AM
Post: #41
|
|||
|
|||
RE: Flexget installation
@zilexa
there is currently no flexget install package, ... if I understand it will be more virtual package with some dependencies and then some scripting in pre-post-install phase? you can start on your own. on git hub create account, create empty repository. with Code: git clone address_to_my_git_repo clone it to your pc. also clone xbian-package-development (just for the purpose of downloading files you can reuse). then grab from this gen.package.sh and content/DEBIAN/*. keep the structure and use this as starter. do some googling or just read three times content/DEBIAN/{control,postinst,preinst,postrm,prerm} update them, run .gen.package.sh. and we have .deb file. if you would need more hints or directions, feel free to ask again. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Jul, 2014, 07:12 PM
Post: #42
|
|||
|
|||
RE: Flexget installation
I hope it's not bad form to resurrect an old thread like this, but I'm hoping some of the other contributors, in particular @zilexa will see my post.
I have been setting up Flexget following @zilexa tutorial here: http://www.raspberrypi.org/forums/viewtopic.php?f=35&t=47084 Having read through a lot of the comments and making changes to my config here and there, I have got quite far. Movies on my watchlist at trakt are now found, passed to transmission and end up in my Xbian XBMC. The problem I have is that TV shows in my custom lists 'following' and 'followinghd' do not get scanned properly and in the log I see 'Undecided' Code: 2014-07-12 17:00 VERBOSE input_cache Get tvshows hdtv <720p Restored 3 entries from db cache Would really appreciate any help or advice on how to troubleshoot this. Thanks |
|||
18th Jul, 2014, 03:32 AM
Post: #43
|
|||
|
|||
RE: Flexget installation
Nothing to work with here. upload your full log from 1 flexget run (use pastebin.com or similar) and your config.yml. But I recommend you do this on Flexget.com via the ticketing system or flexget forum instead of here on the XBian forum... I rarely look in these forums anymore..
|
|||
19th Jul, 2014, 06:40 PM
Post: #44
|
|||
|
|||
RE: Flexget installation
Thank you for your reply, I will also try those other suggestions for posting but really appreciate your help also!
Below are the two pastes... http://pastebin.com/atExut3A http://pastebin.com/EjGRCUeZ Thanks |
|||
« Next Oldest | Next Newest »
|