Dumb question, but how do you set up that option? To replace TV SD rips with DVD SD rips?stephenm00 wrote: I have some shows set up to replace the TV SD rip with a DVD SD rip when it become available. The problem is that many DVD SD rips are smaller then the TV SD rips they are replacing so the mover script fails. Is there a way to disable this option so that it does not check the size?
Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
-
- Newbie
- Posts: 11
- Joined: January 27th, 2008, 8:32 pm
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC
Fixed
Last edited by stephenm00 on April 21st, 2017, 9:18 am, edited 1 time in total.
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Ohhhhhhhhhhhhhhhhh boy.stephenm00 wrote:http://code.google.com/p/sickbeard/wiki/QualitySettingsHomerboy wrote:Dumb question, but how do you set up that option? To replace TV SD rips with DVD SD rips?stephenm00 wrote: I have some shows set up to replace the TV SD rip with a DVD SD rip when it become available. The problem is that many DVD SD rips are smaller then the TV SD rips they are replacing so the mover script fails. Is there a way to disable this option so that it does not check the size?
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
The boys is right:stephenm00 wrote: I have some shows set up to replace the TV SD rip with a DVD SD rip when it become available. The problem is that many DVD SD rips are smaller then the TV SD rips they are replacing so the mover script fails. Is there a way to disable this option so that it does not check the size?
Existing result: 1
There is already a file that's bigger at \\SPRINGFIELD\VIDEOS\TV Shows\30 Rock\Season 1\S01E01 - Pilot.avi - not processing this episode.
Renaming the parent folder to indicate that the post process was failed: \\Springfield\Videos\TV Shows\TV.SHOW.S01E01.DVDRip.XviD-TOPAZ -> \\Springfield\Videos\TV Shows\_UNDERSIZED_TV.SHOW.S01E01.DVDRip.XviD-TOPAZ
Processing failed for \\Springfield\Videos\TV Shows\TV.SHOW.S01E01.DVDRip.XviD-TOPAZ\tpz-30rock101.avi
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Sick Beard is still junk into /dev/ram on my Qnap
I made the change to config.ini (cache_dir = /share/MD0_DATA/Qweb/sickbeard-cachetvdb) as suggested earlier in this thread and noticed a big improvement, however its still junk into it to fast for my liking,
Any other suggestions?
I made the change to config.ini (cache_dir = /share/MD0_DATA/Qweb/sickbeard-cachetvdb) as suggested earlier in this thread and noticed a big improvement, however its still junk into it to fast for my liking,
Any other suggestions?
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
rosarch wrote: Sick Beard is still junk into /dev/ram on my Qnap
I made the change to config.ini (cache_dir = /share/MD0_DATA/Qweb/sickbeard-cachetvdb) as suggested earlier in this thread and noticed a big improvement, however its still junk into it to fast for my liking,
Any other suggestions?
Really? How much and how fast? I have been running SB for 30 days with 58 shows and it hasn't caused any issues on my Qnap since making those changes.
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Logging in to QnapReally? How much and how fast? I have been running SB for 30 days with 58 shows and it hasn't caused any issues on my Qnap since making those changes.
Sun Jul 4 22:28:57 BST 2010
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 119.3M 4.7M 96% /
Started Sick-Beard (normaly it is run in background but disabled it due to its memory usage)
Sun Jul 4 22:30:52 BST 2010
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 119.5M 4.5M 96% /
Went to one show and ran rename episodes (only 4 seasons with about 10 episodes in each)
Sun Jul 4 22:42:35 BST 2010
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 119.6M 4.3M 97% /
Then went to one show and downloaded an episode I don't already have.
Sun Jul 4 22:44:02 BST 2010
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram 124.0M 119.8M 4.1M 97% /
When I stop Sick Beard memory usage is stable.
I did have a separate issue where Sick Beard crashes each night but fixed this by running it with the nohup command in the background, however it only lasts two days before all memory is used due to all the processing it does in the early hours
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Will try disabling logging to file to see if that fixes it....
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
That has fixed it, after I disabled logging /dev/ram has stayed the same after lots of testing
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
hello i have just updated the source and now i am getting this error
Error loading NZBs'R'US URL: (, IOError('socket error', error(10061, 'No connection could be made because the target machine actively refused it')), ) - [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
Error loading NZBs.org URL: (, IOError('socket error', error(10061, 'No connection could be made because the target machine actively refused it')), ) - [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
AA
AAIOError: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
AA raise error, msg
AA File "C:\Python26\lib\socket.py", line 514, in create_connection
AA self.timeout)
AA File "C:\Python26\lib\httplib.py", line 716, in connect
AA self.connect()
AA File "C:\Python26\lib\httplib.py", line 735, in send
AA self.send(msg)
AA File "C:\Python26\lib\httplib.py", line 776, in _send_output
AA self._send_output()
AA File "C:\Python26\lib\httplib.py", line 904, in endheaders
AA h.endheaders()
AA File "C:\Python26\lib\urllib.py", line 344, in open_http
AA return getattr(self, name)(url)
AA File "C:\Python26\lib\urllib.py", line 205, in open
AA return opener.open(url)
AA File "C:\Python26\lib\urllib.py", line 86, in urlopen
AA f = urllib.urlopen(searchURL)
AA File "F:\Sick-Beard\sickbeard\providers\nzbmatrix.py", line 213, in _doSearch
AA itemList = _doSearch(nzbMatrixSearchString)
AA File "F:\Sick-Beard\sickbeard\providers\nzbmatrix.py", line 89, in findEpisode
AA curFoundResults = curProvider.findEpisode(episode, manualSearch=manualSearch)
AA File "F:\Sick-Beard\sickbeard\search.py", line 197, in findEpisode
Jul-05 20:07:21 ERROR CP Server Thread-2 :: Error while searching NZBMatrix, skipping: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
Jul-05 20:07:04 INFO CP Server Thread-2 :: Sleeping 10 seconds to respect NZBMatrix's rules
Jul-05 20:07:04 ERROR CP Server Thread-2 :: Unable to load RSS feed from NZBMatrix, skipping: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
any idea ?
thanks
oh running windows 7 x64
Error loading NZBs'R'US URL: (, IOError('socket error', error(10061, 'No connection could be made because the target machine actively refused it')), ) - [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
Error loading NZBs.org URL: (, IOError('socket error', error(10061, 'No connection could be made because the target machine actively refused it')), ) - [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
AA
AAIOError: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
AA raise error, msg
AA File "C:\Python26\lib\socket.py", line 514, in create_connection
AA self.timeout)
AA File "C:\Python26\lib\httplib.py", line 716, in connect
AA self.connect()
AA File "C:\Python26\lib\httplib.py", line 735, in send
AA self.send(msg)
AA File "C:\Python26\lib\httplib.py", line 776, in _send_output
AA self._send_output()
AA File "C:\Python26\lib\httplib.py", line 904, in endheaders
AA h.endheaders()
AA File "C:\Python26\lib\urllib.py", line 344, in open_http
AA return getattr(self, name)(url)
AA File "C:\Python26\lib\urllib.py", line 205, in open
AA return opener.open(url)
AA File "C:\Python26\lib\urllib.py", line 86, in urlopen
AA f = urllib.urlopen(searchURL)
AA File "F:\Sick-Beard\sickbeard\providers\nzbmatrix.py", line 213, in _doSearch
AA itemList = _doSearch(nzbMatrixSearchString)
AA File "F:\Sick-Beard\sickbeard\providers\nzbmatrix.py", line 89, in findEpisode
AA curFoundResults = curProvider.findEpisode(episode, manualSearch=manualSearch)
AA File "F:\Sick-Beard\sickbeard\search.py", line 197, in findEpisode
Jul-05 20:07:21 ERROR CP Server Thread-2 :: Error while searching NZBMatrix, skipping: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
Jul-05 20:07:04 INFO CP Server Thread-2 :: Sleeping 10 seconds to respect NZBMatrix's rules
Jul-05 20:07:04 ERROR CP Server Thread-2 :: Unable to load RSS feed from NZBMatrix, skipping: [Errno socket error] [Errno 10061] No connection could be made because the target machine actively refused it
any idea ?
thanks
oh running windows 7 x64
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I'm still at a loss as to where to put episode and or seasonal "extras"
I've put in:
/SHOW NAME/Season #/Extras/
/SHOW NAME/Extras/
/SHOW NAME/Season #/
but SB never seems to see them.
I've put in:
/SHOW NAME/Season #/Extras/
/SHOW NAME/Extras/
/SHOW NAME/Season #/
but SB never seems to see them.
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Thanksmidgetspy wrote: Season 0/0x01.avi
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I've rewritten and updated my Sick Beard install guide for anyone that's interested.
It can be found here: http://www.ainer.org/?p=747.
Cheers!
It can be found here: http://www.ainer.org/?p=747.
Cheers!
Ainer
SABnzbd+, Sick Beard, Episode Butler, & other Usenet related guides for Ubuntu (and similar) at http://Ainer.org.
VDPAU, Commercial Gaming, & other guides, info, and news for Ubuntu (and similar) at http://Anihil.org.
SABnzbd+, Sick Beard, Episode Butler, & other Usenet related guides for Ubuntu (and similar) at http://Ainer.org.
VDPAU, Commercial Gaming, & other guides, info, and news for Ubuntu (and similar) at http://Anihil.org.
-
- Newbie
- Posts: 11
- Joined: January 27th, 2008, 8:32 pm
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC
Fixed
Last edited by stephenm00 on April 21st, 2017, 9:18 am, edited 1 time in total.