BuiltIn Commands that only update TV Show Library?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Lightbulb  BuiltIn Commands that only update TV Show Library? Post: #1
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 | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
darkscout Offline
Posting Freak
Posts: 2,148
Joined: Jul 2008
Reputation: 12
Post: #2
Like this?
http://forum.xbmc.org/showthread.php?tid=50413
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #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 | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
darkscout Offline
Posting Freak
Posts: 2,148
Joined: Jul 2008
Reputation: 12
Post: #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.

[Image: aeKO.jpeg]
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
find quote