Antoine Bertin
88b71c8116
Update libs
2012-06-24 23:28:38 +02:00
Ruud
2d05aafc04
Merge branch 'bwq-datadir_option' into develop
2012-06-23 22:32:36 +02:00
Ruud
072219d195
Merge branch 'datadir_option' of https://github.com/bwq/CouchPotatoServer into bwq-datadir_option
2012-06-23 22:32:05 +02:00
bwq
a7bcc9bdfa
Updated the 3 new providers to use imdb_results for is_correct_movie validation and left out the extra_score
...
since a proper imdb match shouldn't be part of the extra_score.
2012-06-23 22:01:13 +02:00
bwq
001dfb9245
Added data_dir option to use a custom data_dir
2012-06-23 20:28:04 +02:00
bwq
27d9225c3f
- fixed UnboundLocalError (forgot to init opener)
2012-06-23 16:49:07 +02:00
bwq
3bf3e4bb7f
- Added a new arg for getCache: 'opener', which is a urllib2 opener with a cookiejar installed
...
- The torrent providers now use getCache with the 'opener' argument which they
get after a succesful login, this way they can always access the site with proper authentication.
2012-06-23 04:24:13 +02:00
bwq
1edf7a1a4f
- added global login func for all torrent providers (all private trackers need cookies)
...
- added global download func (same, downloading also requires cookies)
These 2 functions were necessary to allow the user to download other found releases at a later time.
In the current version this doesn't work because it goes to the url directly, without any cookies
which causes it to download the login page instead of a torrent.
All 3 providers now properly use the cache and have much better error handling.
2012-06-23 00:55:09 +02:00
Ruud
081a4b4643
Redirect fix
2012-06-22 22:30:07 +02:00
Ruud
447c6da619
Merge branch 'refs/heads/master' into develop
2012-06-22 20:54:24 +02:00
Ruud Burger
5ee92cd9b6
Merge pull request #469 from bwq/master
...
Added 3 torrent providers
2012-06-22 09:08:47 -07:00
bwq
b6b219abfd
* Added Kinepolis automation provider (uses optimized search code from the blu-ray.com commit)
...
* Optimized imports
2012-06-22 04:44:28 +02:00
bwq
1c668451aa
* base.py: now gets the proper rating and votes, added new function that gets an imdb movie object for a given title
...
* automation/bluray: added a new automation provider that gets info from blu-ray.com
* imdbapi: added new event so we can search just the imdb api (only one that supplies the information necessary for automation providers since it has imdb votes and rating)
2012-06-22 04:27:22 +02:00
bwq
286fce9afd
Replaced all tabs.
2012-06-22 01:36:47 +02:00
bwq
1a63baaa13
Added 3 torrent providers - SceneAccess, SceneHD and TorrentLeech
2012-06-20 20:26:54 +02:00
Ruud
3a8eb7fdbd
Increase timeout for sending larger files to sab. fix #448
2012-06-16 18:51:14 +02:00
Ruud
31de447a4c
Merge branch 'master' of github.com:RuudBurger/CouchPotatoServer
2012-06-16 18:15:41 +02:00
Ruud Burger
62bec0521b
Use master branch to update master..
2012-06-16 18:14:10 +02:00
Ruud
d3f5f1408e
Update subliminal
2012-06-16 18:12:41 +02:00
Ruud
1c0b83eb75
Merge branch 'refs/heads/develop'
2012-06-16 18:09:34 +02:00
Ruud
79e842951e
Add trailer icon for wanted
2012-06-16 17:50:54 +02:00
Ruud
15c76bf7cb
Trailer support
2012-06-16 17:45:57 +02:00
Ruud
896e0ab322
Unicode fix for logging.partial. fix #366
2012-06-13 16:24:00 +02:00
Ruud
057b941c86
Don't add movies without imdb id
2012-06-13 15:33:19 +02:00
Ruud
ea6b274f02
Improved scoring
2012-06-13 13:08:42 +02:00
Ruud
138286722f
Log chmod error
2012-06-13 12:11:03 +02:00
Ruud
3f95a0911a
Don't proces temp files. fix #437
2012-06-12 21:18:56 +02:00
Ruud
b87c9ebc63
Better scoring and don't download releases with low score
2012-06-12 20:12:14 +02:00
Ruud
67926f92a1
Don't cache empty results
2012-06-12 20:11:40 +02:00
Ruud
aba9d57439
Catch trakt errors
2012-06-12 20:11:16 +02:00
Ruud
ad2126467a
Encode path for makedir and createfile.
2012-06-11 22:52:56 +02:00
Ruud
9c6bb1f2ff
Correctly add m2ts as 1080p movie. fix #317
2012-06-11 21:39:30 +02:00
Ruud
4150dbb60d
Don't save empty filepath and log the error. fix #389
2012-06-11 21:13:06 +02:00
Ruud
15cc545ab1
Wrong cache_key
2012-06-11 17:02:24 +02:00
Ruud
5b2f1248e0
Encoding file paths
2012-06-11 15:30:39 +02:00
Ruud
469d4abcb0
Cleanup
2012-06-11 13:41:39 +02:00
Ruud
e0440d4b11
Try and encode logging messages. fix #403
2012-06-11 12:38:22 +02:00
Ruud
9cb4d8842c
Notify plex and use default ports. fix #392
2012-06-11 10:52:28 +02:00
Ruud
dce5107606
Check dict before deleting. fix #401
2012-06-11 09:55:53 +02:00
Ruud
02855c7b9c
Library update
2012-06-11 09:54:15 +02:00
Ruud
bd5170bc8e
Use file permissions
2012-06-10 22:05:28 +02:00
Ruud
f410ba13f4
Working "full/quick" scan
2012-06-10 21:58:07 +02:00
Ruud
9018d5a585
Get create and modified date to check if unpacking. fix #325
2012-06-10 21:37:39 +02:00
Ruud
e114d871c5
Set movie profile to none when deleting movie. fix #313
2012-06-10 20:43:31 +02:00
Ruud
49a386106f
Use quality size for newzbin. fix #429
2012-06-10 19:14:07 +02:00
Ruud
350185b9fd
Use new movie.list
2012-06-10 18:45:13 +02:00
Ruud
1f496b5209
Use last movie date in imdb automation. fix #410
2012-06-10 17:29:29 +02:00
Ruud
eafffaab76
Folder name change bugs out when using same tag twice. fix #377
2012-06-10 17:08:15 +02:00
Ruud
eeaf4c5ac8
Add movie to manage after download. fix #291 #395
2012-06-10 15:59:30 +02:00
Ruud
483bf33071
Show totals. close #393
2012-06-10 14:12:48 +02:00