Adding Custom Torrent Providers

Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It currently supports NZBs.org, NZBMatrix, NZBs'R'Us, Newzbin, Womble's Index, NZB.su, TVTorrents and EZRSS and retrieves show information from theTVDB.com and TVRage.com.

Moderator: Lillian.W@AST

User avatar
clinton.hall
Posts: 845
youtube meble na wymiar Warszawa
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Adding Custom Torrent Providers

Post by clinton.hall »

Also, have you tried stopping SickBeard via ssh and then try starting through AppCentral? I wonder if your ssh session has a slightly different environment?
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
rospicino80
Posts: 11
Joined: Fri Jan 24, 2014 12:11 am

Re: Adding Custom Torrent Providers

Post by rospicino80 »

Mmm apparently nothing is changing.

I tried this

Code: Select all

admin@NAS:~ $ export LC_ALL=en_US.UTF-8
And something has changed:

Code: Select all

admin@NAS:~ $ /usr/local/AppCentral/sickbeard/CONTROL/start-stop.sh restart
Restarting SickBeard
Shutting down SickBeard at Sun Jan 26 22:44:15 CET 2014... 
SickBeard is not running? (Sun Jan 26 22:44:15 CET 2014)
SickBeard prestartup checks... (Sun Jan 26 22:44:15 CET 2014)
 Cheetah found...
Starting SickBeardTraceback (most recent call last):
  File "SickBeard.py", line 354, in <module>
    main()
  File "SickBeard.py", line 274, in main
    sickbeard.initialize(consoleLogging=consoleLogging)
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/__init__.py", line 926, in initialize
    newznabProviderList = providers.getNewznabProviderList(newznabData)
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/providers/__init__.py", line 64, in getNewznabProviderList
    providerList = filter(lambda x: x, [makeNewznabProvider(x) for x in data.split('!!!')])
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/providers/__init__.py", line 94, in makeNewznabProvider
    name, url, key, enabled = configString.split('|')
ValueError: too many values to unpack
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Adding Custom Torrent Providers

Post by clinton.hall »

I wonder if the config file and database are not compatible between these different forks.

try removing the files from /usr/local/AppCentral/sickbeard/config/

first, make a backup... it may need a config.ini script to be able to start... if this is the case, try the oldest one config.ini.org, config.ini.v1, config.ini.v2 etc (I believe the highest number vx is the oldest, then org....
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
rospicino80
Posts: 11
Joined: Fri Jan 24, 2014 12:11 am

Re: Adding Custom Torrent Providers

Post by rospicino80 »

It seems that its working now.

But I really dont know how. Im sorry for that because my experience could be helpful for somebody else.

One last thing: from the AppCentre if I press on SickBeard it will open localhost:7071, but this branch uses 8081... How do I fix that?

Thank you a lot Clinton!
rospicino80
Posts: 11
Joined: Fri Jan 24, 2014 12:11 am

Re: Adding Custom Torrent Providers

Post by rospicino80 »

I managed to fix this just by changing port number in SickBeard General Settings... :P
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Adding Custom Torrent Providers

Post by clinton.hall »

Glad to hear you got it working.
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
totoro81
Posts: 17
Joined: Sat Feb 01, 2014 4:35 pm

Re: Adding Custom Torrent Providers

Post by totoro81 »

Hello,

I have an AS-202TE and I installed SickeBeard through the AppCentral.
I followed the instructions in this thread to get another fork working, but it was unsuccessful. The terminal shows me this:

SickBeard prestartup checks... (Fri Jan 31 22:43:25 CET 2014)
Cheetah found...
Starting SickBeardTraceback (most recent call last):
File "SickBeard.py", line 354, in <module>
main()
File "SickBeard.py", line 274, in main
sickbeard.initialize(consoleLogging=consoleLogging)
File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/__init__.py", line 926, in initialize
newznabProviderList = providers.getNewznabProviderList(newznabData)
File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/providers/__init__.py", line 64, in getNewznabProviderList
providerList = filter(lambda x: x, [makeNewznabProvider(x) for x in data.split('!!!')])
File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/providers/__init__.py", line 94, in makeNewznabProvider
name, url, key, enabled = configString.split('|')
ValueError: too many values to unpack
Done (Fri Jan 31 22:43:34 CET 2014)


Have you any idea of whats goes wrong?

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

Re: Adding Custom Torrent Providers

Post by clinton.hall »

Try removing the files in the config folder... Then after restarting, edit the config.ini to change the port to 7071
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
totoro81
Posts: 17
Joined: Sat Feb 01, 2014 4:35 pm

Re: Adding Custom Torrent Providers

Post by totoro81 »

it worked!
but I had to stop sickbeard from appcentral, change the config.ini and then start it again.

thank you!
Post Reply

Return to “SickBeard”