BuiltIn Commands that only update TV Show Library?
#1
Lightbulb 
Many of us are using Sickbeard, which can send a trigger to update the library. This is a fantastic feature. However, I would love this trigger to only update the TV-show-library and not movies and music. Any way to add a feature that allows to update only the TV library and not the movie library?
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Reply
#2
Like this?
http://forum.xbmc.org/showthread.php?tid=50413
Reply
#3
darkscout Wrote:Like this?
http://forum.xbmc.org/showthread.php?tid=50413

Understand from the "master of SB" that this doesn't do the trick. Link to the thread below. Any other way to achieve this?

http://forum.xbmc.org/showthread.php?tid=63591&page=195
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Reply
#4
It does work. It doesn't work the way you asked it.

When SickBeard does a library update it does
UpdateLibrary(videos,path/to/Tv/show/season)

If that fails, it does
UpdateLibrary(videos).

If all you want to do is update your TV library, all you need to do is update the base paths.
UpdateLibrary(videos,path/to/tv).

So no you can't tell it to just only do TV shows.
You can tell it to just do certain paths, paths which may or may not include your TV directory.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
BuiltIn Commands that only update TV Show Library?0