[GUIDE] Sickbeard+SABnzbd+Couchpotato+Headphones+Others


  • It looks like a compatibility issue with python2.6, now the cause of the problem was found lets hope a fix is not far away.
    https://github.com/RuudBurger/…110#issuecomment-26243968

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • I've got a small prob with program nr.17 auto-sub
    when i installing it by the script i get this message and autosub is not working/reachable:
    Downloading and installing Auto-Sub...
    ./omvinstalls.sh: regel 1595: hg: opdracht niet gevonden
    ./omvinstalls.sh: regel 1654: /opt/auto-sub/config.properties: Bestand of map bestaat niet
    Setting up startup options
    pease advice?

  • Code
    apt-get install mercurial


    try that and if you get no errors retry to install auto-sub.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Hi, Sickbeard shows an update available but when I try it shows the following error...
    "Unable to find your git executable - either delete your .git folder and run from source OR set git_path in your config.ini to enable updates."
    Is it safe to remove and re-install without losing the configuration?
    BTW Thanks again for this wicked script!

  • Hi johnyb


    it looks like your config.ini file is pointing to the wrong place for git this should be easy to fix, you will need to log in through SSH and do the following.
    First run this command to find were git is located.


    find / -type f -name "git"


    this will give you a list of were it has found files called "git" once you have this list you need to look for one something like this /usr/bin/git
    once you have that you need to navigate to you sickbeard folder and run nano config.ini and this will let you change settings within the config file.
    You need to look for the line that says something like 'git_path = /usr/bin/git'


    once you have found this change the /usr/bin/git to the file found using the find command. Save your confi file using crtl+o then ctrl+x and restart sickbeard.


    hope this helps

  • Thanks


    So checked the path in config.ini and it's
    git_path = /usr/bin/git


    But when I check where the file is located I get three responses:-
    find / -type f -name "git"
    /usr/bin/git
    /usr/lib/git-core/git
    /etc/bash_completion.d/git


  • You don't need to change the git location in the config file, the error your getting is a generic error that happens when the update failed and is not because it can not find the git binary file.


    To get it to update, cd to your sickbeard folder and type


    Code
    service sickbeard stop
    git stash
    git pull
    service sickbeard start

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Zitat von "bertybassett"

    Thanks for the update, I guess moving to python 2.7 is almost impossible for OVM.


    on a different note do you take paypal donations? If so to what address.


    You can install python2.7 using my script, select to install XDM, this will install python2.7. When finished just uninstall XDM, python2.7 will remain, then edit couchpotato's init file


    Code
    nano  /etc/init.d/CouchPotatoServer


    then change

    Code
    DAEMON=/usr/bin/python


    to

    Code
    DAEMON=/usr/bin/python2.7


    Ctrl-X to exit (it will ask to save) then

    Code
    service CouchPotatoServer restart


    You will then be running it on python2.7


    I do have a donation address that I use for my Popcorn Hour media player projects, just never thought of showing it here
    cpt.miller at fun4gamers co uk


    Ill add a button to the first page.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Hey jhmiller I noticed that you have added the ability to put SABnzbd and sickbeard in the services group on the navigation tab. Is there a way to add these in without having to install the app again through your script? I just don't want to loose my configuration, I know it's not that hard to back it up but I figure it's just part of the script that is run during installation.

    Asus P5N-D LGA755 MoBo
    Intel Core 2 Quad 2.7 gHz
    8 GB 877Mhz DDR2 RAM
    IBM 1015 flashed to 9221-8i - IT mode w/o Option Rom
    Running OpenMediaVault 2.2.1
    OS => 1x320 GB HDD Partitioned 50/Remain for local storage & downloads
    Media => 4x3TB HDD's Software RAID 5
    Data => 3x500GB HDD's Software RAID 5

  • Zitat von "kidlotus"

    Hey jhmiller I noticed that you have added the ability to put SABnzbd and sickbeard in the services group on the navigation tab. Is there a way to add these in without having to install the app again through your script? I just don't want to loose my configuration, I know it's not that hard to back it up but I figure it's just part of the script that is run during installation.


    Not at the moment but I may look into it later on, I think SickBeard and SaBnzbd are safe to over install but not sure as its been a while since I last did this.
    Before you do try to update you might want to look below at what is coming soon.




    With tanks to mitchtay and the other developers who found out how to open an iframe. With this new function we are now able to open the webui's for these apps inside the OMV window
    The screen shot are from OMV5 but it will work for earlier versions also.



    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Is this "coming soon" for OMV 0.5 only? I haven't taken the plunge yet because I need the MYSQL plugin to use with my XBMC shared library that I'll be implementing here shortly and it hasn't been ported as a plugin yet.

    Asus P5N-D LGA755 MoBo
    Intel Core 2 Quad 2.7 gHz
    8 GB 877Mhz DDR2 RAM
    IBM 1015 flashed to 9221-8i - IT mode w/o Option Rom
    Running OpenMediaVault 2.2.1
    OS => 1x320 GB HDD Partitioned 50/Remain for local storage & downloads
    Media => 4x3TB HDD's Software RAID 5
    Data => 3x500GB HDD's Software RAID 5

  • 0.5 only. (The code snippet that is used for this feature is from 0.5)


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Zitat von "davidh2k"

    0.5 only. (The code snippet that is used for this feature is from 0.5)


    Greetings
    David


    Sorry david I should have made it clear that it will also work for 3 and 4, I did not add any pictures for these version but I have it running on my OMV3 machine.
    I converted the code snippet to work with the other versions.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Then I'm sorry, I thought the code snippet only works on 0.5.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • My fault for not saying, I have edited the first post I made to make it clear.


    The code is in my local copy of the script and I will release it after I do some more installs on OMV5 and 4, I will update this topic when done.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • I just ran the script and it added SABnzbd to the side beautifully (over top my existing install without killing the config). Sickbeard on the other hand.... it skips right over the option to add it to the side menu.



    -------------------------------Millers-------------------------------
    OpenMediaVault Multi Application Installer V1.9.3



    You have installed SickBeard, You can now add a link
    to the side menu in OMV.


    Is this correct? (y/n) <= Skips right past this part
    Finished

    Asus P5N-D LGA755 MoBo
    Intel Core 2 Quad 2.7 gHz
    8 GB 877Mhz DDR2 RAM
    IBM 1015 flashed to 9221-8i - IT mode w/o Option Rom
    Running OpenMediaVault 2.2.1
    OS => 1x320 GB HDD Partitioned 50/Remain for local storage & downloads
    Media => 4x3TB HDD's Software RAID 5
    Data => 3x500GB HDD's Software RAID 5

  • It uses the same routine as SABnzbd so it may have been that you pressed y/n before it got to that section and it remembered the key press.
    I just install it on my virtual box machine and it did wait there for me.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!