Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

SickBeard Anime/Absolute Numbering
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
SickBeard Anime/Absolute Numbering
11th Mar, 2013, 08:17 AM
Post: #1
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
SickBeard Anime/Absolute Numbering
Nice work guys! I just got Transmission, NZBGet, Sickbeard and CouchPotato working together by getting unrar-nonfree by following this:
http://raspberrypi.stackexchange.com/questions/3617/how-to-install-unrar-nonfree

I've heard there's an Anime branch of Sickbeard here that works well:
https://github.com/lad1337/Sick-Beard

For the meantime I could probably use the mac binaries to get the nzb's and let NZBGet on my Pi do the downloading, extracting and post-processing but I was wondering if:

1. There's a way that I could get the XBIAN-specific configurations that was came with the combo packages.
2. Install the additional Sick-Beard Anime and fine-tune it so it plays well with the other packages.
3. Let you guys know how I did it as a contribution when it's in a stable enough state.

I don't mind hacking it to bits but it's the day job making console games that gets in the way.. =P
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:42 AM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
1) You can just find all the settings in /usr/local/etc/
2) You can request this feature @Faaz0
3) You can also let this know to @Faaz0

If you want to contribute we can always use some developers / package maintainers. The more dev'ers we have the less work each of us have to do Smile Let us know what you like to do.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:45 AM
Post: #3
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Cool.. I'll send him a message if he hasn't seen this already. I could start with this bit and see how it goes. ^_^
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:46 AM
Post: #4
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
The current job is to get the update functionality working in the sickbeard.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:50 AM
Post: #5
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Ok I've just been re-awakening my Linux all because of the Pi. If you guys got stuff I can look into to get started, send them my way. Maybe PM me for contacts and details. My github's also nevilos but it's empty atm..
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:53 AM
Post: #6
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
What languages do you program in?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:07 AM
Post: #7
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Mainly:
C and most of its flavours and basically anything with curly brackets..
Python

I'm very adaptable to any language after a couple of hours, days or weeks. My background's CG and Game Development. Been a technical director in those industries for around 8 years. I also do electronic hardware these days so I can build stuff that interface with software like sensor networks. Shifted to workflow and automation a few years back just because I'm lazy and only want stable systems that just work without me having to re-think and re-do stuff all the time. ^_^
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:18 AM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
Great. I'll get back to you with some proposals...

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:24 AM
Post: #9
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Awesome..
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:37 AM
Post: #10
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Um.. Which part tells XBian to run the services on startup? I'll turn off current SickBeard and replace it with the Anime Build.
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:43 AM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
Code:
ls -Al /etc/init.d/
update-rc.d [name of program] remove

Or use xbian-config --> services

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 10:30 AM
Post: #12
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
It runs.. I renamed the sickbeard folder to sickbeard_def. Anything I need to change to get it to run on startup? Also it looks like NZBGet keeps getting stuck on loading when accessing the webpage for it. Is the SABnzbd package for XBian still working and updeatable?
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 11:32 AM
Post: #13
nevilos Offline
Registered
Posts: 14
Joined: Mar 2013
Reputation: 0
RE: SickBeard Anime/Absolute Numbering
Success!! Turns out swapping it with sickbeard anime works fine.
The install guide: http://sickbeard.com/forums/viewtopic.php?f=4&t=1452

Would it be possible to swap regular old boring sickbeard to sickbeard anime by default using this instead?
https://github.com/lad1337/Sick-Beard

Still works the same way but with anime download support. All it needs is configuring for the xbian user and setting the port to 9094. ^_^
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 06:39 PM
Post: #14
Faaz0 Offline
Registered
Posts: 59
Joined: Feb 2013
Reputation: 8
RE: SickBeard Anime/Absolute Numbering
i looked into it; merging the anime stuff in the xbian package is a lot of work. Is this a desirable addition for the xbian package, i.e. are there more people that would like to see this integrated with xbian?
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 06:51 PM
Post: #15
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: SickBeard Anime/Absolute Numbering
Why not Smile

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 30th May, 2025, 03:21 PM Powered By MyBB, © 2002-2025 MyBB Group.