Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide

  Thread Rating:
  • 16 Votes - 4.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Oakey Offline
Member
Posts: 59
Joined: Jan 2008
Reputation: 0
Post: #3461
Guys, I've noticed some TV shows are now being released as x264 (half the file size, twice the quality), however, on NZBMatrix these are in the TV: SD category. Can Sickbeard be configured to snatch only these nzb's as at the moment it's hit and miss as to which release they pick.

[Image: widget]
find quote
saitoh183 Offline
Fan
Posts: 613
Joined: Jul 2011
Reputation: 8
Location: Canada
Post: #3462
just use SD as type to look for. SB has been updated to find those when you choose SD. Dont forget that old content will still be Xvid...its only new stuff that have the new format

[Image: watched-clearlogo.jpg]

If my replies help you, please click on my reputation :) thanks :)
find quote
noner Offline
Senior Member
Posts: 115
Joined: May 2011
Reputation: 0
Post: #3463
Looked through my history out of curiosity this afternoon, and realized that SB has not downloaded anything from Nzbmatrix, all the recent snatches have been from the sickbeard index. So I went digging through my logs, and this has been showing up

Code:
Apr-15 16:43:30 WARNING  SEARCHQUEUE-BACKLOG-71256 :: Unknown exception while loading URL https://rss.nzbmatrix.com/rss.php?username=xxxx&ssl=1&term=%2B%28%22The+Daily+Show+2012+04%22%2C%22The+Daily+Show+with+Jon+Stewart​+2012+04%22%29&apikey=xxxx&subcat=6%2C41&scenename=1&english=1&maxage=1400&page=download: Traceback (most recent call last):
  File "/home/xxxx/sickbeard/sickbeard/helpers.py", line 147, in getURL
    result = usock.read()
  File "/usr/lib64/python2.7/socket.py", line 351, in read
    data = self._sock.recv(rbufsize)
  File "/usr/lib64/python2.7/httplib.py", line 533, in read
    return self._read_chunked(amt)
  File "/usr/lib64/python2.7/httplib.py", line 576, in _read_chunked
    raise IncompleteRead(''.join(value))
IncompleteRead: IncompleteRead(409 bytes read)

Various errors such as this are in the log each time SB attempts to read the rss feed from Nzbmatrix.

Im running this on a Fedora system, updated to the latest git master
find quote
Oakey Offline
Member
Posts: 59
Joined: Jan 2008
Reputation: 0
Post: #3464
(2012-04-14 00:11)saitoh183 Wrote:  just use SD as type to look for. SB has been updated to find those when you choose SD. Dont forget that old content will still be Xvid...its only new stuff that have the new format

I have but there are still two versions of every release, the x264 one and the older type, which SB picks is hit and miss. I'd prefer x264 if possible

[Image: widget]
find quote
saitoh183 Offline
Fan
Posts: 613
Joined: Jul 2011
Reputation: 8
Location: Canada
Post: #3465
Well since updating to the latest version i have always caught x264. Most shows aired after 2012 are in new format and if its before 2012 you will most likely get xvid quality for SD setting. You could also set quality to unknown (seems that works as well to pick x264.mp4 format)

[Image: watched-clearlogo.jpg]

If my replies help you, please click on my reputation :) thanks :)
find quote
vinistois Offline
Fan
Posts: 467
Joined: Mar 2010
Reputation: 12
Post: #3466
what if the quality is set to HD? Will it still get x264 format files?
find quote
HenryFord Offline
Posting Freak
Posts: 1,000
Joined: Jan 2010
Reputation: 14
Post: #3467
(2012-04-18 07:57)vinistois Wrote:  what if the quality is set to HD? Will it still get x264 format files?
Yes, but with a resolution of 720p (and mkv is the container instead of mp4) Wink

Need help? Check out my XBMC Eden Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

[Image: all-fanart.jpg]
find quote
Oakey Offline
Member
Posts: 59
Joined: Jan 2008
Reputation: 0
Post: #3468
And the file size is about 600Mb

[Image: widget]
find quote
cable_guy Offline
Senior Member
Posts: 229
Joined: Aug 2008
Reputation: 0
Post: #3469
Hi guys, can anyone help me please?

At some point recently my Sickbeard has stopped moving the downloaded episodes to their final destination, is there a way of troubleshooting this please?

Keep Original Files, Rename Episodes and Scan and Process are all checked in the "post processing" menus.

Bedroom rig: HP N40L Microserver - 6GB DDR3, 250GB internal boot drive with XBMC 12.2 XBMCbuntu, 2TB external USB storage drive

Lounge rig: Acer Aspire Revo R3610 - 2GB DDR2, XBMC OpenElec 3.0.2 installed on internal 250GB drive
find quote
Srgt_Trash Offline
Junior Member
Posts: 2
Joined: Jul 2010
Reputation: 1
Location: Ottawa, Canada
Post: #3470
(2012-04-23 22:24)cable_guy Wrote:  Hi guys, can anyone help me please?

At some point recently my Sickbeard has stopped moving the downloaded episodes to their final destination, is there a way of troubleshooting this please?

Keep Original Files, Rename Episodes and Scan and Process are all checked in the "post processing" menus.

Same for me here, Sickbeard stopped moving completed downloads since last week.

After poking in the logs, it seems that it might be caused by some funky unicode characters...
Here are the logs:
Quote:AA
AAUnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 101: ordinal not in range(128)
AA st = os.stat(s)
AA File "/usr/lib/python2.7/genericpath.py", line 41, in isdir
AA if os.path.isdir( self.file_path ):
AA File "/home/charles/xbmc/addons/sickbeard/sickbeard/postProcessor.py", line 697, in process
AA process_result = processor.process()
AA File "/home/charles/xbmc/addons/sickbeard/sickbeard/processTV.py", line 104, in processDir
AA returnStr += processDir(ek.ek(os.path.join, dirName, curFolder), recurse=True)
AA File "/home/charles/xbmc/addons/sickbeard/sickbeard/processTV.py", line 93, in processDir
AA processTV.processDir(sickbeard.TV_DOWNLOAD_DIR)
AA File "/home/charles/xbmc/addons/sickbeard/sickbeard/autoPostProcesser.py", line 41, in run
AA self.action.run()
AA File "/home/charles/xbmc/addons/sickbeard/sickbeard/scheduler.py", line 71, in runAction
Apr-23 21:06:07 DEBUG POSTPROCESSER :: Traceback (most recent call last):
Apr-23 21:06:07 ERROR POSTPROCESSER :: Exception generated in thread POSTPROCESSER: ascii
Apr-23 21:06:07 INFO POSTPROCESSER :: Processing /home/charles/torrents_shared/Completed/Prision Break - Season 3 (95MB EP MKV)/Episode 01 - Orientación.mkv (None)
Apr-23 21:06:07 DEBUG POSTPROCESSER :: sickbeard.db: SELECT * FROM tv_shows
Apr-23 21:06:07 DEBUG POSTPROCESSER :: Processing folder /home/charles/torrents_shared/Completed/Prision Break - Season 3 (95MB EP MKV)
Apr-23 21:06:07 DEBUG POSTPROCESSER :: Recursively processing a folder: Prision Break - Season 3 (95MB EP MKV)
Apr-23 21:06:07 DEBUG POSTPROCESSER :: sickbeard.db: SELECT * FROM tv_shows

Looks like the "ó" character in "Episode 01 - Orientación.mkv" is the culprit (unicode: U+00F3).
I'm running Sickbeard on a Ubuntu Server 11.10 VM, latest commit.

Supposedly the issue was already fixed in Dec 2010 (issue 942) ... my guess is a recent change brought it back somehow.

Hope it helps!
find quote
Post Reply