Dean Gardiner
e8a2139ecf
Related libraries are now merged into {<type>: [<library>,...]} type
2013-12-02 21:18:48 +13:00
Dean Gardiner
dc57d7b6d1
Added related_libraries to Library model.
2013-12-01 20:25:33 +13:00
Dean Gardiner
0925f1312d
Fixed refresh action - changed show searcher to bind to 'season' and 'episode' media types for '.searcher.single' as well.
2013-12-01 20:22:07 +13:00
Dean Gardiner
efc02f66f5
Changed the IPTorrents show provider into a new season and episode provider, removed grouped cat_ids
2013-12-01 20:20:19 +13:00
Dean Gardiner
d122bd1b43
Removed 'searcher.download' (method was moved to the release plugin)
2013-11-25 19:47:05 +13:00
Dean Gardiner
ab81824f4c
Minor changes to matcher and added extra show searcher logging
2013-11-25 19:29:29 +13:00
Dean Gardiner
4eb73e3609
Renamed Release.movie references to Release.media
2013-11-25 19:28:43 +13:00
Dean Gardiner
6bcb279f0e
Updated Caper library
2013-11-25 17:37:08 +13:00
Dean Gardiner
f446c8ed33
Updated QueryCondenser library
2013-11-25 17:07:54 +13:00
Dean Gardiner
10a34f2b69
Removed the use of the 'searcher.get_media_searcher_id' event
2013-11-25 16:20:03 +13:00
Ruud
cc3ebd79e8
Remove extensions from qualities
2013-11-24 23:17:18 +01:00
Ruud
3e035f84b1
Merge branch 'refs/heads/develop' into tv
...
Conflicts:
couchpotato/core/helpers/variable.py
couchpotato/core/media/_base/searcher/main.py
couchpotato/core/media/movie/searcher/main.py
couchpotato/core/plugins/quality/main.py
couchpotato/core/plugins/release/main.py
couchpotato/core/plugins/renamer/main.py
2013-11-24 23:13:25 +01:00
Ruud
3d5b33856f
Add some quality tests
2013-11-24 22:45:17 +01:00
Ruud
eaf2974f8d
Better frontend notification and GUI updating
2013-11-22 23:00:33 +01:00
Ruud
99e641a30d
Update dashboard when the search ends of added new movie
2013-11-22 16:47:55 +01:00
Ruud
88d6148500
Update libs
2013-11-22 16:09:15 +01:00
Ruud
f53364eb6c
Update Tornado
2013-11-22 16:08:54 +01:00
Ruud
b8f78e311d
Update scheduler module
2013-11-22 15:38:33 +01:00
Ruud
bb6e1e2909
Don't propagate core messages to other notification providers.
2013-11-22 15:17:35 +01:00
Ruud
c62c6664ce
Merge branch 'refs/heads/fuzeman-feature/notifications/pushbullet' into develop
2013-11-22 01:44:41 +01:00
Ruud
8ae4e3be18
Merge branch 'feature/notifications/pushbullet' of git://github.com/fuzeman/CouchPotatoServer into fuzeman-feature/notifications/pushbullet
2013-11-22 01:44:16 +01:00
Ruud
0065ff5086
Indentation cleanup
2013-11-22 01:34:50 +01:00
Ruud
28d073f934
Merge branch 'refs/heads/Damiya-fix2474' into develop
2013-11-22 01:30:10 +01:00
Ruud
df1cb0ae08
Merge branch 'fix2474' of git://github.com/Damiya/CouchPotatoServer into Damiya-fix2474
2013-11-22 01:29:57 +01:00
jchristi
31a1af43d5
Update fedora init file
...
This took me awhile to figure out when trying to install for the first time. Luckily, I had the sickbeard init file to reference.
2013-11-22 01:28:14 +01:00
Kate von Roeder
ab923cc592
Sort directories so that we scan them in alphabetical order as well (keeps things nice and well ordered!)
2013-11-20 18:47:09 -08:00
Kate von Roeder
99947fb135
CSS fix for #1578 part 2 - Change text direction from RTL to LTR, fixing issue where root drives would show up as '\C:'. Weird!
2013-11-20 13:47:40 -08:00
Kate von Roeder
185cb0196a
Fix for #1578 - Depends on stableSort, so added to PR#2500.
...
Object.each is not necessarily alphabetic when iterating an object's properties, so we pull the folders out of the object, add them to an array, and sort that.
2013-11-20 13:36:08 -08:00
Kate von Roeder
309ec50691
Array.sortBy should also use the new stablesort.
2013-11-20 09:15:25 -08:00
Kate von Roeder
f865484182
Add Array.stableSort from mootools forge.
...
Change calls to Array.sort to use new Array.stableSort. Fixes sorting problems on Chrome
2013-11-20 05:47:36 -08:00
Dean Gardiner
ed19fd0254
Added Pushbullet notifications
2013-11-20 22:04:11 +13:00
Ruud
cec88319fe
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
2013-11-19 23:45:28 +01:00
Ruud
d31b7eb72d
Add date and message-id to email notification
2013-11-19 23:45:12 +01:00
Joel Kåberg
b7d93b84dd
option to set download directory in utorrent
2013-11-19 18:59:54 +01:00
Joel Kåberg
4008774908
append label unnecessary
...
just set the full path to the dir
2013-11-19 18:51:28 +01:00
Ruud
accce789ba
Normalize path sp function
2013-11-19 09:16:47 +01:00
Ruud
091b1fefd2
Add category_id to movie add docs
2013-11-19 09:09:29 +01:00
Ruud
899b1f9b96
Add mobile web capable for Android
...
Thanks @Elziah
2013-11-18 23:03:40 +01:00
Ruud
0ce5c51c67
renamer.scan needs some files. fix #2481
2013-11-18 22:56:03 +01:00
Ruud
da760db340
Merge branch 'refs/heads/mano3m-develop_fixes' into develop
2013-11-17 21:18:37 +01:00
Ruud
4242a5cedb
Merge branch 'develop_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_fixes
2013-11-17 21:16:35 +01:00
mano3m
8c41046836
more fixes
2013-11-17 21:10:07 +01:00
mano3m
c5e6ce0e48
Several sp fixes
2013-11-17 18:26:01 +01:00
Ruud
3ad527eb62
Allow 1080p in webrip quality
2013-11-17 00:24:09 +01:00
Ruud
af2a6bf031
Force ETA data not to be to far in the future
2013-11-16 23:58:58 +01:00
Ruud
731419b61f
Better error logging for syno downloader. close #2464
2013-11-16 23:33:23 +01:00
Ruud
0fafd83d76
Do some scoring with scene / nuked. fix #2009
2013-11-16 23:26:46 +01:00
Ruud
003b78a66e
Scene validation
2013-11-16 23:24:05 +01:00
Ruud
4ade857f01
Better string regex between brackets
2013-11-16 23:23:10 +01:00
Ruud
658596659f
Deluge wrong sp wrap. fix #2463
2013-11-16 17:23:51 +01:00