Sick beard Anime Branch

Got a feature request? Great! Post your ideas here!
nova999
Posts: 21
youtube meble na wymiar Warszawa
Joined: Tue Sep 24, 2013 8:15 pm

Sick beard Anime Branch

Post by nova999 »

Hi

I loved sick beard. However it doesn't seem to be able to find any anime - can someone please add port over sick beard anime branch please?

Thank you
User avatar
clinton.hall
Posts: 846
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand

Re: Sick beard Anime Branch

Post by clinton.hall »

I did this a while back. still not in AppCentral.

Do a manual install from here https://www.dropbox.com/s/2n3dvviwym2af ... 31_any.apk
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
nova999
Posts: 21
Joined: Tue Sep 24, 2013 8:15 pm

Re: Sick beard Anime Branch

Post by nova999 »

work great ^_^

Thank you
Elusivity
Posts: 38
Joined: Thu Jul 25, 2013 8:28 pm

Re: Sick beard Anime Branch

Post by Elusivity »

Clinton, I've realised belatedly that the branch version I suggested you package, 'anime' is not being actively developed anymore, any chance you could either make a 3rd package that uses 'anime development' https://github.com/lad1337/Sick-Beard/t ... evelopment or update the anime one to utilise that branch instead?
User avatar
clinton.hall
Posts: 846
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand

Re: Sick beard Anime Branch

Post by clinton.hall »

Too many branches... look here... not too difficult and only needs to be done once
http://forum.asustor.com/viewtopic.php? ... 2864#p7520

just change the directory from sickbeard to sickbeard-anime...
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Elusivity
Posts: 38
Joined: Thu Jul 25, 2013 8:28 pm

Re: Sick beard Anime Branch

Post by Elusivity »

Sounds good, thanks
Elusivity
Posts: 38
Joined: Thu Jul 25, 2013 8:28 pm

Re: Sick beard Anime Branch

Post by Elusivity »

No luck, firstly had to deviate slightly from your instructions as:

Code: Select all

cd /usr/local/AppCentral/sickbeard/SickBeard
git checkout anime_development
failed, so I ended up using:

Code: Select all

git clone -b anime_development https://github.com/lad1337/Sick-Beard.git SickBeard
but on

Code: Select all

/usr/local/AppCentral/sickbeard/CONTROL/start-stop.sh restart
I'm getting:

Code: Select all

Starting SickBeardTraceback (most recent call last):
  File "SickBeard.py", line 353, in <module>
    main()
  File "SickBeard.py", line 265, in main
    if db.DBConnection().checkDBVersion() > MAX_DB_VERSION:
  File "/volume1/.@plugins/AppCentral/sickbeard-anime/SickBeard/sickbeard/db.py", line 59, in checkDBVersion
    result = self.select("SELECT db_version FROM db_version")
  File "/volume1/.@plugins/AppCentral/sickbeard-anime/SickBeard/sickbeard/db.py", line 151, in select
    sqlResults = self.action(query, args).fetchall()
AttributeError: 'NoneType' object has no attribute 'fetchall'
 Done (Thu Jan 30 22:12:55 EST 2014)
Elusivity
Posts: 38
Joined: Thu Jul 25, 2013 8:28 pm

Re: Sick beard Anime Branch

Post by Elusivity »

Nevermind sorted it, forgot to purge the config (barring config.ini)