Ruud Burger
7eb802b42a
Merge pull request #2501 from mano3m/develop_xbmc
...
XBMC metadata update
2013-12-07 13:17:03 -08:00
Ruud Burger
2f4f3ce0fe
Merge pull request #2578 from mano3m/develop_fnmatch
...
Fix fnmatch
2013-12-07 13:14:13 -08:00
mano3m
824ac86d18
Fix fnmatch
...
fnmatch does not accept regular expressions as presumed in
0c4851e436 See
http://docs.python.org/2/library/fnmatch.html
This patch actually completely broke tagging. All we need to do is make
sure any [ or ] used is conbverted into [[] or []].
Fixes #2557 and #2362
2013-12-07 22:11:16 +01:00
mano3m
4553726423
[Notifications][XBMC] Add always do a full scan option to XBMC
...
Fixes #2498 (at least partially)
2013-12-07 15:09:30 +01:00
mano3m
f0bde7316d
[Metadata][XBMC] Update new actors to actor_roles
2013-12-07 15:09:23 +01:00
Joel Kåberg
0fb06a3fd3
Merge pull request #2577 from fuzeman/tv_searcher
...
[TV] Season pack matching, better show search triggering
2013-12-07 01:10:27 -08:00
Dean Gardiner
1e39d643a8
Searching for a show now triggers searching for all the seasons, Season searches that fail to find anything now trigger individual episode searches.
2013-12-07 21:23:10 +13:00
Dean Gardiner
69d58663ef
Profile and categories on seasons and episodes are now set to the same value as the Show
2013-12-07 21:21:15 +13:00
Dean Gardiner
e59b53fab2
Searching is now deferred until the entire show has been loaded into the database
2013-12-07 18:48:26 +13:00
Dean Gardiner
a66f6f0166
Fixed reference to 'movie.restatus' (should be 'media.restatus'), minor formatting changes
2013-12-07 18:11:06 +13:00
Dean Gardiner
1344f03b16
Fixed matcher bug when matching resolution on ['480p', None]
2013-12-07 18:11:05 +13:00
Dean Gardiner
a23c409939
Updated Caper to v0.2.6
2013-12-07 18:11:05 +13:00
Dean Gardiner
a6b1cc833f
Added more TV qualities for testing (arh.. bit of a mess)
2013-12-07 18:11:04 +13:00
Joel Kåberg
d2c7e3ef56
update Nzbindex for tv branch
2013-12-06 12:55:02 +01:00
Joel Kåberg
6c87008d7b
update Nzbclub for tv branch
2013-12-06 12:46:36 +01:00
Joel Kåberg
6b3af21e45
update Binsearch for tv branch
2013-12-06 12:38:54 +01:00
Joel Kåberg
5a5cc0005c
Merge pull request #2574 from fuzeman/tv_searcher
...
[TV] Matching, serialization and UI notification fixes
2013-12-06 03:18:04 -08:00
Joel Kåberg
d65117c0e3
update TorrentPotato for tv branch
2013-12-06 12:16:58 +01:00
Dean Gardiner
d8884bb655
Changed '.searcher.single' call to use search_dict for media serialization
2013-12-06 23:58:47 +13:00
Dean Gardiner
afe9aed2eb
Fixed bug where media default_dict contained related and root library attributes.
2013-12-06 23:58:45 +13:00
Dean Gardiner
01e64e989e
Updated Caper to v0.2.5 - fixes 'H 264' tag bug
2013-12-06 23:58:44 +13:00
Dean Gardiner
9496df9e9d
Fixed a bug where matching show names with a year would fail
2013-12-06 23:58:43 +13:00
Joel Kåberg
8b4c67b977
update Yify for tv branch
2013-12-06 11:44:59 +01:00
Joel Kåberg
f77a8f5573
update PassThePopcorn for tv branch
2013-12-06 11:40:58 +01:00
Joel Kåberg
de8aefebb7
update Bit-HDTV for tv branch
2013-12-06 11:03:24 +01:00
Joel Kåberg
8f0d22a6f2
update TPB for tv branch
2013-12-06 10:46:08 +01:00
Joel Kåberg
721190028b
not needed
2013-12-06 09:34:02 +01:00
Joel Kåberg
50e565142e
typo
2013-12-06 09:27:02 +01:00
Joel Kåberg
bead3e2b07
update PublicHD for tv branch
2013-12-06 09:26:20 +01:00
Joel Kåberg
71aa0cbb9a
use buildUrl
2013-12-06 09:09:53 +01:00
Joel Kåberg
8de19cbd52
fixes
2013-12-06 08:19:13 +01:00
Joel Kåberg
8573832ff7
fixes
2013-12-06 08:05:34 +01:00
Joel Kåberg
7c1d3f8762
fixes
2013-12-06 08:05:15 +01:00
Joel Kåberg
9cd1adcdee
fixes
2013-12-06 08:04:58 +01:00
Joel Kåberg
f017ac9dca
use searcher.get_search_title
2013-12-06 07:46:50 +01:00
Joel Kåberg
907704e45f
fix self.getSearchTitle()
2013-12-06 07:44:16 +01:00
Joel Kåberg
b17f937389
use include_identifier
2013-12-06 07:40:15 +01:00
Joel Kåberg
f591c56dd4
Merge pull request #2570 from fuzeman/tv_searcher
...
[TV] WEB-DL matcher fix, updated 'searcher.get_search_title'
2013-12-05 22:14:24 -08:00
Dean Gardiner
2fd54901e7
Added optional parameter 'include_identifier' to the 'searcher.get_search_title' event handler.
2013-12-06 14:04:00 +13:00
Dean Gardiner
1bf6c5a82e
Changed 'searcher.get_search_title' to accept a 'library' instead of the 'media' as a parameter.
2013-12-06 13:53:56 +13:00
Dean Gardiner
45484461b5
Adjusted Matcher.chainMatch to support 'WEB DL' tags
2013-12-06 13:50:01 +13:00
Dean Gardiner
aa394f59ae
Updated Caper to v0.2.4
2013-12-06 13:50:00 +13:00
Joel Kåberg
717111f5d2
cleanup Newznab provider
2013-12-05 21:11:45 +01:00
Joel Kåberg
e3461dc35f
updated TorrentDay for tv branch
2013-12-05 17:13:34 +01:00
Joel Kåberg
9b834f62a9
updated Torrentleech for tv branch
2013-12-05 16:55:34 +01:00
Joel Kåberg
935938474c
SCC Provider: remove debug info
2013-12-05 16:23:07 +01:00
Joel Kåberg
6573196186
update SCC for tv branch
2013-12-05 16:21:58 +01:00
Joel Kåberg
9a07f2ed65
use searcher.get_search_title and library.identifier (not present in movie library module?)
2013-12-05 15:40:21 +01:00
Joel Kåberg
613ff3b729
updated newznab provider for tv branch. see inline comments
2013-12-05 14:09:35 +01:00
Ruud Burger
def62fc865
Merge pull request #2568 from fuzeman/tv_searcher
...
[TV] Fixed bug with Library serialization when adding shows
2013-12-05 00:42:13 -08:00