Joel Kåberg
3e28d5a936
use year as identifier for movies
2013-12-15 11:02:57 +01:00
Joel Kåberg
95ff427873
ignore series from omdbapi (for now?)
2013-12-15 10:05:51 +01:00
Joel Kåberg
8ed10037df
Merge pull request #2602 from saxicek/tv_tsh
...
update TorrentShack for tv branch
2013-12-15 00:37:59 -08:00
sax
7a090dd4a2
update TorrentShack for tv branch
2013-12-15 00:08:18 +01:00
Joel Kåberg
49f34cb48d
movie > media
2013-12-14 23:57:20 +01:00
Joel Kåberg
2a76de50dd
Merge branches 'develop' and 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
...
Conflicts:
couchpotato/core/plugins/renamer/main.py
2013-12-14 23:43:29 +01:00
Joel Kåberg
3b0e07100f
Merge pull request #2545 from mano3m/develop_downloaders
...
Downloader and renamer improvements
2013-12-14 14:20:33 -08:00
Joel Kåberg
8adf7fc600
Merge remote-tracking branch 'remotes/origin/develop' into tv
2013-12-14 21:24:07 +01:00
Joel Kåberg
f4c053f56f
fix season search for SCC provider
2013-12-14 21:22:46 +01:00
mano3m
74561500b5
Convert windows path to *nix path in sp
...
Fixes #2594
Note that os.path.normath converts '/' to '\\' on windows machines, but
unfortunately not the other way around...
2013-12-14 21:12:10 +01:00
Joel Kåberg
5cb5a1677d
Merge branch 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
2013-12-14 20:35:03 +01:00
Joel Kåberg
9fb9f0ef5b
Merge pull request #2599 from fuzeman/tv_searcher
...
[TV] Moved matcher to core/media, updated NZBIndex provider
2013-12-13 08:11:10 -08:00
Dean Gardiner
242d69a981
The nzbindex provider now uses the caper usenet parser to get release names from usenet subjects.
2013-12-13 16:31:26 +13:00
Dean Gardiner
eb151a4c5d
Updated Caper to v0.3.1
2013-12-13 15:24:40 +13:00
Ruud
3b519aeac9
nzbmegasearch returns redirected url. fix #2597
2013-12-12 19:58:55 +01:00
mano3m
ea5d274f4d
Add another check
2013-12-11 22:40:01 +01:00
mano3m
f57f2444fe
Improved checking
...
Fixes #2539 ?
2013-12-11 22:11:33 +01:00
Dean Gardiner
2520b19798
Fixed bug in searcher where episode searches would be triggered if a season release has already been snatched at a better quality
2013-12-09 13:33:25 +13:00
Dean Gardiner
319c9e979a
Split ShowMatcher into Episode and Season matchers, updated correctIdentifier method so there should be less false matches now.
2013-12-09 13:32:43 +13:00
Dean Gardiner
93aa5b1920
Updated Caper to v0.2.9
2013-12-09 11:23:57 +13:00
mano3m
fd768df9e5
Tabs to spaces
2013-12-08 17:35:05 +01:00
Joel Kåberg
4db68e4887
update contributing
2013-12-08 13:07:17 +01:00
Dean Gardiner
f648af66a6
Moved matcher plugin to core/media, moved some matcher related functions from ShowSearcher to ShowMatcher
2013-12-08 22:40:39 +13:00
Joel Kåberg
7c4185e1fa
Merge branch 'develop' into tv
2013-12-07 23:40:42 +01:00
mano3m
6d4297a5fb
Extend os.path.sep to all folder checks
...
Expands 50c5044fe8
2013-12-07 22:39:47 +01:00
mano3m
ab413f2f3e
Dont remove historic data when doing a full scan.
...
Fixes #2572
Note that the dashboard already takes care of this and does it the right
way (keeping seeding and ignored releases).
2013-12-07 22:33:34 +01:00
mano3m
574255c4b6
Don't tag .ignore files
2013-12-07 22:33:34 +01:00
mano3m
008ba39856
Add backwards compatibility for the renamer API
2013-12-07 22:33:33 +01:00
mano3m
cff1b3abdb
Provide IDs to check to all downloaders
2013-12-07 22:33:32 +01:00
mano3m
231c5b8ca1
Renamer rename to media
2013-12-07 22:33:31 +01:00
mano3m
640664494e
Increase check_snatched readability
...
- Reduce rested if statements
- Add more comments
2013-12-07 22:31:16 +01:00
mano3m
951b7b8425
Update Synology and Pneumatic
...
As per black hole improvement
2013-12-07 22:31:16 +01:00
mano3m
c9980539f0
Improve black hole support
...
Also scan the 'from' folder if Black hole is used together with another
downloader.
2013-12-07 22:31:15 +01:00
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