Use alternative version (GIT)

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.
phantasmnz
Posts: 54
youtube meble na wymiar Warszawa
Joined: Tue Dec 31, 2013 6:40 am

Re: Use alternative version (GIT)

Post by phantasmnz »

Thanks everyone - particularly Clinton - this is a great thread and helped me solve my problems - the main thing is to remember to also remove the original config file.


Sent from my iPhone using Tapatalk
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Use alternative version (GIT)

Post by clinton.hall »

If anyone wants a package to run SickBeard-TVRage (using echelon's fork https://github.com/echel0n/SickBeard-TVRage) then please try this App
http://bit.ly/1pFr1rW
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
User avatar
renocz
Posts: 59
Joined: Thu Apr 17, 2014 2:39 pm

Re: Use alternative version (GIT)

Post by renocz »

Hi guys,

I tried to install sarakha63 fork using supasteevo method but it didn't work for me :(

I followed the tuto and at the end when i start the service i have this:

Code: Select all

SickBeard prestartup checks... (Mon May  5 18:03:09 CEST 2014)
 Cheetah found...
Starting SickBeardTraceback (most recent call last):
  File "SickBeard.py", line 51, in <module>
    import sickbeard
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/__init__.py", line 32, in <module>
    from sickbeard import providers, metadata
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/metadata/__init__.py", line 22, in <module>
    import xbmc, xbmcfrodo, mediabrowser, synology, ps3, wdtv, tivo
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/metadata/xbmc.py", line 23, in <module>
    import generic
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/metadata/generic.py", line 27, in <module>
    from sickbeard import exceptions, helpers
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/sickbeard/helpers.py", line 50, in <module>
    from lib import subliminal
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/subliminal/__init__.py", line 18, in <module>
    from .api import list_subtitles, download_subtitles
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/subliminal/api.py", line 18, in <module>
    from .core import (SERVICES, LANGUAGE_INDEX, SERVICE_INDEX, SERVICE_CONFIDENCE,
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/subliminal/core.py", line 22, in <module>
    from .videos import Episode, Movie, scan
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/subliminal/videos.py", line 21, in <module>
    import enzyme.core
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/enzyme/core.py", line 25, in <module>
    from strutils import str_to_unicode, unicode_to_str
  File "/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/enzyme/strutils.py", line 27, in <module>
    ENCODING = locale.getdefaultlocale()[1]
  File "/usr/local/AppCentral/python/lib/python2.7/locale.py", line 503, in getdefaultlocale
    return _parse_localename(localename)
  File "/usr/local/AppCentral/python/lib/python2.7/locale.py", line 435, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
 Done (Mon May  5 18:03:11 CEST 2014)
Could you please help me?

Many thanks!

Renaud

NAS: Synology DS210J + 2 To // Asustor AS302T + Western Red 4 To

Other:Raspberry PI XBMC // NUC d34010wyk XBMC 13.0 // Macbook Pro 15" 2013
Iphone 5s // Galaxy S3 // Ipad 3 //Ipad Mini
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Use alternative version (GIT)

Post by clinton.hall »

edit /usr/local/AppCentral/sickbeard/CONTROL/start-stop.sh

add the following line in the top section with the other definitions/exports...

Code: Select all

export LANG=en_US.UTF-8
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
User avatar
renocz
Posts: 59
Joined: Thu Apr 17, 2014 2:39 pm

Re: Use alternative version (GIT)

Post by renocz »

Many thanks Clinton!!!

It works but i had this message:

Code: Select all

/usr/local/AppCentral/python/lib/python2.7/site-packages/Cheetah/Compiler.py:1509: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
  "\nYou don't have the C version of NameMapper installed! "
Is it normal?

/////////////////////EDIT/////////////////////////
I had also this message:

Code: Select all

/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/imdb/parser/http/utils.py:472: UserWarning: unable to use "lxml": No module named lxml.html
  warnings.warn('unable to use "%s": %s' % (mod, str(e)))
/volume1/.@plugins/AppCentral/sickbeard/SickBeard/lib/imdb/parser/http/utils.py:463: UserWarning: falling back to "beautifulsoup"
  warnings.warn('falling back to "%s"' % mod)
[warn] Unable to convert creation_date=u'2013-11-09T12:19:43+02:00' (unicode) to datetime or date
Cheers :)

NAS: Synology DS210J + 2 To // Asustor AS302T + Western Red 4 To

Other:Raspberry PI XBMC // NUC d34010wyk XBMC 13.0 // Macbook Pro 15" 2013
Iphone 5s // Galaxy S3 // Ipad 3 //Ipad Mini
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Use alternative version (GIT)

Post by clinton.hall »

the first is well known and standard... it means without the compiled NameMapper things run from source and therefore can take a little longer... no real issue.

Those other two seem to be check for modules... since the modules aren't present they fall back to defaults, but should still work...
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
User avatar
renocz
Posts: 59
Joined: Thu Apr 17, 2014 2:39 pm

Re: Use alternative version (GIT)

Post by renocz »

Many thanks for your feedback again Clinton!

I tried this fork last night but i'm not 100% satisfied. Yes, it manage both torrent and NBZ very well but it doesn't grab data correctly. For example, for a tv show called believe, it doesn't grab a poster and i have a sickbeard poster instead of the good one but, i don't know why, it put the good data in the folder of the tv show. (and i have systematicly an error when trying to update).

I really want to use a fork for:
-subtitles download,
-retry when failed
- search one kickass torrent and NBZ

does somebody know a good fork to try?

Many thanks!

NAS: Synology DS210J + 2 To // Asustor AS302T + Western Red 4 To

Other:Raspberry PI XBMC // NUC d34010wyk XBMC 13.0 // Macbook Pro 15" 2013
Iphone 5s // Galaxy S3 // Ipad 3 //Ipad Mini
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Use alternative version (GIT)

Post by clinton.hall »

echelon's fork would be the best I've seen... i posted an apkg about 6 posts up...
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
User avatar
renocz
Posts: 59
Joined: Thu Apr 17, 2014 2:39 pm

Re: Use alternative version (GIT)

Post by renocz »

Thanks Clinton, I'll try, i already downloaded your package :)

Cheers!

Renaud

NAS: Synology DS210J + 2 To // Asustor AS302T + Western Red 4 To

Other:Raspberry PI XBMC // NUC d34010wyk XBMC 13.0 // Macbook Pro 15" 2013
Iphone 5s // Galaxy S3 // Ipad 3 //Ipad Mini
User avatar
renocz
Posts: 59
Joined: Thu Apr 17, 2014 2:39 pm

Re: Use alternative version (GIT)

Post by renocz »

Hi all!

I tried Clinton sickbeard-tvrage package and it works pretty well!

Not to many errors in logs but this one is reccurent:

Code: Select all

2014-05-08 10:48:07 CP Server Thread-3 :: "/usr/local/bin/git" fetch origin returned : fatal: Unable to look up github.com (port 9418) (Name or service not known)
2014-05-08 10:48:07 CP Server Thread-3 :: Unable to contact github, can't check for update
Some ideas? I try to check the directory, everything seems to be ok but i'm not familiar with git so....


///////////////////////////////////////////////////////EDIT////////////////////////////////////////////////////
I also have an issue... but what i need is more a how to. I want to post process torrents dowloaded but i don't know how it works and it seems that sickbeard do not do it automaticaly with utorrent or transmission...i think i setup them correctly but i don't know how to "watch" my download folder. I know there is an option in Post-Processing/Post-processing named TV downloaded dir but there is a note saying: NOTE: Use only if not using SABnzbd+ post processing or if SABnzbd+ and Sick Beard are on different PCs. Should i use it ??

Many thanks!

NAS: Synology DS210J + 2 To // Asustor AS302T + Western Red 4 To

Other:Raspberry PI XBMC // NUC d34010wyk XBMC 13.0 // Macbook Pro 15" 2013
Iphone 5s // Galaxy S3 // Ipad 3 //Ipad Mini
Post Reply

Return to “SickBeard”