Page 1 of 78 123451151 ... LastLast
Results 1 to 10 of 774

Thread: sabnzbd / sickbeard / couchpotato pbi's

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716

    Sabnzbd / SickBeard / CouchPotato / Headphones / Maraschino / LazyLibrarian / Gamez

    INFO - http://www.youtube.com/watch?v=ATvuk5Y4SJM
    Default Ports
    sabnzbd - 8080
    sickbeard/anime - 8081
    couchpotato - 5050
    headphones - 8181
    maraschino - 7000
    lazylibrarian - 8082
    gamez - 8085

    If you are upgrading from an earlier version I highly recommend you..
    -stop the service
    -backup data/ folder somewhere outside of the jail (only needed if you want to backup+restore your data)
    -delete all of your plugins
    -delete + reinstall your plugin jail
    -reinstall new version of plugin
    -put data/ folder back into place (only needed if you want to backup+restore your data)
    -start plugin from freenas gui

    BUGS
    When starting the plugins from the FreeNAS webgui, it may show that the plugin didn't start correctly. Try refreshing the page as the pidfiles sometimes take too long to be created.

    DOWNLOADS
    64bit - http://freenas.synergames.com//brows...7&folder=amd64
    32bit(untested) - http://freenas.synergames.com//brows...=7&folder=i386
    source - post or PM me your public key and I'll give you git access

    DONATIONS (Thank you so much for those who have donated thus far!)
    paypal = joshruehlig@gmail.com
    bitcoin = 18xmRyyDUj1GfNQkAVQU8ekpc8anuxm9QU

    THANKS
    Craysh - PBI hosting
    Thanks to everyone who has donated thus far!
    Last edited by Joshua Parker Ruehlig; 01-04-2013 at 06:56 PM. Reason: v1.1

  2. #2
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    I'm about to post a video on how to initialize the PBI/Plugin Jail. I'll update here with a link. It should be in about an hour or so.

    Although I don't use Serviio, I've sort of cornered myself into supporting it. So my first goal is to do a Serviio Plugin, but if I get that figured out soon I'll see what I can do to help.


    EDIT: Here's the video. The quality doesn't seem to be as clear after uploading so I may repost it later.

    http://protosd.blogspot.com/2012/03/...ideo-with.html
    Last edited by ProtoSD; 03-03-2012 at 09:15 PM. Reason: Added video link

  3. #3
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    Quote Originally Posted by protosd View Post
    I'm about to post a video on how to initialize the PBI/Plugin Jail. I'll update here with a link. It should be in about an hour or so.

    Although I don't use Serviio, I've sort of cornered myself into supporting it. So my first goal is to do a Serviio Plugin, but if I get that figured out soon I'll see what I can do to help.
    If you can get serviio running this python stuff should be a peace of cake. thanks for all your help and direction as well.
    yeah, view your blog often to see if I want to start up a jail on freenas, never got myself to do it but I've been super busy lately.

  4. #4
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    The Jail PBI itself is really quite useful, it does a lot of the pre-config stuff for setting up a jail that I describe in my Jail tutorials. Putting the PBI stuff aside and just doing a "jexec" to go inside the jail and add packages would be easy, it just means that you do stuff from the command line inside the jail instead of adding a PBI from the GUI. I need more time to play around with it myself, but I've also got other projects I need to finish... Too many toys and not enough time!

  5. #5
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    Quote Originally Posted by protosd View Post
    The Jail PBI itself is really quite useful, it does a lot of the pre-config stuff for setting up a jail that I describe in my Jail tutorials. Putting the PBI stuff aside and just doing a "jexec" to go inside the jail and add packages would be easy, it just means that you do stuff from the command line inside the jail instead of adding a PBI from the GUI. I need more time to play around with it myself, but I've also got other projects I need to finish... Too many toys and not enough time!
    Wow that jail setup seemed rediculusly simple, thanks for it! I'll probably switch over to 8.2 later today and see if I can start testing pbi creation

  6. #6

    Install PCBSD .pbi files?

    Hello,

    is it already possible to install .pbi pkgs from the the pbidir (http://pbidir.com/bt/download/457/4996) because I want to run a SVN Server plugin in FN8.2?
    regards,
    logan54

  7. #7
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    Logan54,

    This release is still a very early beta, so things are not working completely yet. Only *some* plugins/PBI's from the FreeBSD 9 repository are supposed to work. I don't know which ones..... I'd be patient and just play with things to get an idea of how they *should* work.

  8. #8
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    about to go to 8.2 and test transmission/firefly.

    Sabnzbd / sickbeard won't be completely strait forward to make because they don't have recent ports for FreeBSD8.2 or 9. What I'm thinking is have the pbi_makeport be for FreeBSD's python27, then run a post script that populates a folder with the sabnzbd / sickbeard stuff. Then have the gui options somehow create the startup command for the 2 python apps. We'd also need to edit the 'sabToSickBeard2.py' for things to talk correctly.

  9. #9
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,361
    The problem with Serviio is the "Port Maintainer" (person) has the wrong dependencies for the port, so it won't work right either. He/she has Java JDK instead of JRE.

    Josh, your plan sounds like it would work. Maybe have a 'patch' file for sabToSickBeard2.py and have it run in the post script also. I personally haven't used any of these apps, same with Serviio, I'm just helping when/where I can.

  10. #10
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    decided to focus on just getting sabnzbd to work at first. I've managed to get a working rc.d file for it, still confused on how I'll cleanly package everything up but at least got part of the way there.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •