Ruud
4206c2b0dd
Just mark all notifications read. closes #466
2012-06-27 16:22:51 +02:00
Ruud
d98ffbf7da
Renaming option bugs out when empty
2012-06-27 16:02:08 +02:00
Ruud
63a7ba85f3
Notify on update. closes #486
2012-06-26 23:06:22 +02:00
Ruud
ea1b0c2816
Remove history table
2012-06-26 23:01:21 +02:00
Ruud
b854d5f47a
Merge branch 'develop' of https://github.com/Diaoul/CouchPotatoServer into Diaoul-develop
2012-06-26 22:26:05 +02:00
Ruud
f288cbed7a
Stop renamer on 'exists'
2012-06-26 22:21:02 +02:00
Ruud
f45a6f928c
Rename dir on fail
2012-06-25 22:45:09 +02:00
Ruud
bd8a5f5b93
Added longer timeout for slower hardware
2012-06-25 22:24:02 +02:00
Ruud
f1942377b5
Added longer timeout for slower hardware
2012-06-25 22:23:08 +02:00
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