XBMC Community Forum
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591)



- danz0l - 2011-03-18 14:20

HenryFord Wrote:Maybe the link is not correct, just update yourself - you should be good to go.

What link do you get? Sometimes the update-routine does not work that well, I always prefer to do a manual update.

Its worked perfectly up to now and this is only the second time i have had a hitch. Link is

http://github.com/midgetspy/Sick-Beard/compare/53c8afef758623ff3830af23db77c2dd6e1c409d...96be9b14d6b93fa31756196fc4b057a0bce31​bc1


- HenryFord - 2011-03-18 16:15

This part is not correct:
danz0l Wrote:53c8afef758623ff3830af23db77c2dd6e1c409d
That commit does not exist, so you get the error message. Try a manual update in order to update to the correct and current tag:
Quote:96be9b14d6b93fa31756196fc4b057a0bce31bc1

After that, the update routine should work again. The problem seems to be, that the current version of yours is not being recognized properly.


- danz0l - 2011-03-18 16:29

Thanks.

I take it i just download the archive from git and overwrite ? been a while since i manually updatedSmile

All sorted. Just did a fresh git pull then copied my config and database over.


- thesuffering - 2011-03-18 21:29

HenryFord Wrote:Yeah, this would be a way, but it's far to complicated Wink
If you want to run the "start" command in a hidden-window, that is not a problem at all (the primary console-window from the bat-file won't open). Just change the command to:
Code:
start /wait /b 'path to sickbeard-pp-script (the exe)'
This way - if you would run the bat-file manually - it would pop up only one window. Sabnzbd hides the first window that will pop up if you run the script, so you shouldn't see any of it.

It *should* exit by itself, but sometimes sab has a problem with that (or rather windows, but that is not the point here...) and the script hangs in the background and the download gets never finished by sab. You could use "exit" at the end of file... if it still hangs in the background (just check in the taskmanager after you downloaded something with sab) use "exit /b".

you wouldnt happen to know which file actually handles the post processing, do you? looking through the folders but im not sure which one it is


- HenryFord - 2011-03-19 15:03

thesuffering Wrote:you wouldnt happen to know which file actually handles the post processing, do you? looking through the folders but im not sure which one it is
It should be "sabToSickBeard.exe", and normally it is located in "AutoProcess TV"-subfolder of sickbeard.


- thesuffering - 2011-03-19 18:12

HenryFord Wrote:It should be "sabToSickBeard.exe", and normally it is located in "AutoProcess TV"-subfolder of sickbeard.
I thought sabtosickbeard was something else. In fact the scan and process in sickbeard configuration says do not use scan and process if I'm using sabtosickbeard with sabnzbd.


Add New Show - mra6368 - 2011-03-20 12:08

In latest commit the add new show does not work.


- donabi - 2011-03-20 14:41

If anyone wants to use SickBeard with german TV-Shows:
Here is my (german) guide
http://www.xbmcnerds.com/index.php?page=Thread&postID=5094#post5094


- Rannd - 2011-03-21 07:04

Anyone having issues with SickBeard not finding these shows?

Police Women of Cincinnati
Street Customs

I check my search site for NZB files and they are named correctly but Sickbeard refuses to fetch them


- HenryFord - 2011-03-21 09:15

Rannd Wrote:I check my search site for NZB files and they are named correctly but Sickbeard refuses to fetch them
Retention?

thesuffering Wrote:I thought sabtosickbeard was something else. In fact the scan and process in sickbeard configuration says do not use scan and process if I'm using sabtosickbeard with sabnzbd.
Yah, there are two ways to handle it:
1. You check the options "scan and process"
2. You use the script "sabtosickbeard.exe"

If you use the first option, Sickbeard will monitor the specified path for new files to appear and then checks them.
The second option is to run a dedicated script after the download is finished. Sabnzbd will run the script after the download is finished + unpacked. This way Sickbeard has not to check wether a folder is still unpacking and it does not monitor the files. So, use the script after a download finishes and sickbeard will see it. But be aware: You _have_ to deactivate the "Scan and Process"-Option for the folder.
If you want sickbeard to monitor the specified path, the bat-script would not do any good. As for the most cases the acl-cahnges will occur before the new file got moved by sickbeard.

I hope it is clear what I mean...

So, my suggestions:
1. Create the bat-file like instructed
2. Deactivate sickbeard's "scan and process"
3. Instruct Sab to run the bat-script you created
4. Everything should be good to go.