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)



- lansing - 2011-03-07 03:59

Firstly, got to say I am loving Sickbeard. I upgraded to 481 and the new "add existing show" / "add new show" thing is great! Love it remembers the base directory too (I know that was a requested feature!).

I had an issue with the show Anthony Bourdain's No Reservations. When I added it Season 7 episode 1 had just come out, but, because it was locked on the tv database, season 7 was missing and season 8 showed the same as season 6. After a few days I grabbed season 7 episode 1 and added it to the directory and re-freshed files. It was then unlocked in tvdb shortly after and someone updated the episode info for season 7. I tried doing a full update/ rescan of files, but, no mater how long I waited (figured the api might take some time to update) or what I tried refreshing it wouldn't update. I just removed the show and re-added it and it worked perfectly. Just so I know for the future, what does the "force full update" do exactly? I guess it doesn't refresh the tvdb listing? Is there a way to do that/ or should there be a way to do that, for old episodes or does it only re-fresh going forward?


- HenryFord - 2011-03-07 09:46

dannycorker Wrote:This isn't about the codec etc, it's about the source, which is needed in the filename. From reading codec info, how is a skin supposed to work out if it's looking at a 350mb tv rip or a 350mb dvd rip?
Well, you can just tell XBMC to read the Metadata of the files, then you would not need the "SDTV" in the filename, because the XBMC as well as the skin will rely on that data and not the filename.

A skin does not know the difference between "tvrip" and "dvdrip" as you mentioned before and hence will asume no such thing. You will get the message "SD"-Content, but you won't get the flag "DVD" if it is a dvdrip.

As mentioned the whole process in redevelopement, but you have to wait a while, because it will only be pushed when ready.


- thesuffering - 2011-03-07 15:59

thesuffering Wrote:i posted this in the iOS forum, but im not sure if its an apple tv 2 problem or sick beard, so ill post here too:

my main htpc is serving all my media and gets tv shows automatically via sickbeard. i have the library shared via mysql. any new shows i have used SAB and SB to download and sort do show up in my library, but fail to play when i click on them. they will play on the main htpc, just not on the atv2.

all shows that werent recently downloaded/added via sickbeard play just fine via the atv2.
my log is here:
http://pastebin.com/57bfsgC1
whats happening? i have tried restarting both the atv2 and xbmc

any ideas?

this did turn out to be a permissions issue. the only way i was able to fix it was go into the security tab of each file, add the user "Everyone" and give it the permissions.

is there any reason why only those shows downloaded via SB have this issue? anyway it could be resolved?


- HenryFord - 2011-03-07 16:16

thesuffering Wrote:this did turn out to be a permissions issue. the only way i was able to fix it was go into the security tab of each file, add the user "Everyone" and give it the permissions.
You do use Windows 7/Vista? This is because the SMB-Sharing in Vista/7 is broken by default. Microsoft wants to push the usage of homegroups (which is obviously not possible with the apple tv) and disables the SMB-Shares by default.
This is a heavy issue in Windows, but Microsoft does not want to resolve this. So, it is quite a hassle to get SMB working properly.

Quote:is there any reason why only those shows downloaded via SB have this issue? anyway it could be resolved?
This could be due to the fact that SB has no Admin-Priviliges (it runs in the user-space and with the permissions of the user) by default and cannot set the permissions properly. Maybe running Sab as an admin resolves the issue? Try it, and please report back.

If that does not work, check your already existing files which weren't aqquired through SB - do they have the "Everyone"-Permission already set, or do they work without them? Try to spot a difference between the Permission-Sets.


- thesuffering - 2011-03-07 18:48

HenryFord Wrote:You do use Windows 7/Vista? This is because the SMB-Sharing in Vista/7 is broken by default. Microsoft wants to push the usage of homegroups (which is obviously not possible with the apple tv) and disables the SMB-Shares by default.
This is a heavy issue in Windows, but Microsoft does not want to resolve this. So, it is quite a hassle to get SMB working properly.

This could be due to the fact that SB has no Admin-Priviliges (it runs in the user-space and with the permissions of the user) by default and cannot set the permissions properly. Maybe running Sab as an admin resolves the issue? Try it, and please report back.

If that does not work, check your already existing files which weren't aqquired through SB - do they have the "Everyone"-Permission already set, or do they work without them? Try to spot a difference between the Permission-Sets.
i will try running SAB/SB as admin and see if it makes any difference. when i download manually, either via my media server or via my laptop and then send over via the network, it gets the permission everyone automatically. SB seems to be the only one with that issue, but like i said ill give admin a try and see how it goes.


- xeonicxpression - 2011-03-07 19:30

Sickbeard shouldn't need admin privileges. It's Sabnzbd that downloads and creates the files. It's worth a shot, but seeing as how sickbeard only moves files and renames files, I wouldn't think it would need admin rights to do that.


- thesuffering - 2011-03-07 20:34

xeonicxpression Wrote:Sickbeard shouldn't need admin privileges. It's Sabnzbd that downloads and creates the files. It's worth a shot, but seeing as how sickbeard only moves files and renames files, I wouldn't think it would need admin rights to do that.

after giving SAB admin rights it still doesnt work right.


- thesuffering - 2011-03-07 20:56

thesuffering Wrote:after giving SAB admin rights it still doesnt work right.

also, to expand upon this, files downloaded via sab via couchpotato or nzbmatrix rss feed do work fine.


- HenryFord - 2011-03-08 15:16

xeonicxpression Wrote:Sickbeard shouldn't need admin privileges. It's Sabnzbd that downloads and creates the files. It's worth a shot, but seeing as how sickbeard only moves files and renames files, I wouldn't think it would need admin rights to do that.
Yeah, right - but I was not talking about the actual "movement" of the file but about the settings for network-propertys (in order to modify those you have to be either admin or the owner of the file with the sufficent priviliges). I do not know exactly how Sabnzbd handles those priviliges in windows, because I use Linux most of the time.
It just has to be a windows issue, I just can't grasp where this is coming from.

@thesuffering: Could you explain step by step what you do when you
a) send a file over the network which you downloaded manually (how _exactly_ do you do that?)
b) send a file over the network which was downloaded through sabnzbd/sickbeard.

How is it with files you downloaded manually via Sabnzbd? Say that you take a video file and you download it through sabnzbd (without a category) and with sickbeard: Does it work with the manually downloaded file? If so, there would be a problem with Sickbeard messing up the setting of the file.


- thesuffering - 2011-03-08 18:37

HenryFord Wrote:Yeah, right - but I was not talking about the actual "movement" of the file but about the settings for network-propertys (in order to modify those you have to be either admin or the owner of the file with the sufficent priviliges). I do not know exactly how Sabnzbd handles those priviliges in windows, because I use Linux most of the time.
It just has to be a windows issue, I just can't grasp where this is coming from.

@thesuffering: Could you explain step by step what you do when you
a) send a file over the network which you downloaded manually (how _exactly_ do you do that?)
b) send a file over the network which was downloaded through sabnzbd/sickbeard.

How is it with files you downloaded manually via Sabnzbd? Say that you take a video file and you download it through sabnzbd (without a category) and with sickbeard: Does it work with the manually downloaded file? If so, there would be a problem with Sickbeard messing up the setting of the file.

a)if i download a show via my laptop and then go into my htpc share "TV Shows" drop the show in to the correct folder and then update my library in xbmc. works 100%
b)if i tell sickbeard to automatically download a file on my htpc and then sort it to the right directory, it downloads and moves it to the right place, and updates my library but when xbmc on my apple tv tries to play it it wont work until i fix the file permissions.
Movies I have downloaded manually with sabnzbd DO work.