Joel Kåberg
357166414c
use .get() and added more options
2013-11-21 22:20:45 +01:00
Joel Kåberg
e1a311de40
initial couchtarter provider (torrent newznab)
...
initial ground work based on newznab provider
needs UI changes: http://i.imgur.com/4MiJUH5.png (need to add ratio and
seed hours also)
untested code
2013-11-21 19:55:36 +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
b4275639f5
Merge branch 'refs/heads/develop'
2013-11-19 09:17:24 +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
d6709469f6
Merge branch 'refs/heads/develop'
2013-11-17 21:20:13 +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
Ruud
3e43e3fc4c
Merge branch 'refs/heads/develop'
2013-11-17 20:02:20 +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
e622e68701
Merge branch 'refs/heads/develop'
2013-11-17 00:07:01 +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
a90a4d1bc2
Merge branch 'refs/heads/develop'
2013-11-16 17:24:09 +01:00
Ruud
658596659f
Deluge wrong sp wrap. fix #2463
2013-11-16 17:23:51 +01:00
Ruud
165676407a
Merge branch 'refs/heads/develop'
2013-11-16 14:39:58 +01:00
Ruud
59e6d68416
Use correct config name for bithdtv
2013-11-16 14:39:51 +01:00
Ruud
e6d76db250
Merge branch 'refs/heads/mano3m-develop_scan_basefolder' into manual_scan
2013-11-16 14:29:54 +01:00
Ruud
3b3288c53d
Manual scan folder cleanup
2013-11-16 14:29:34 +01:00
Ruud
16cf220741
Merge branch 'develop_scan_basefolder' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_scan_basefolder
...
Conflicts:
couchpotato/core/plugins/renamer/main.py
2013-11-16 13:45:06 +01:00
Ruud
5131cb0ae1
Merge branch 'refs/heads/develop'
2013-11-16 13:32:37 +01:00
Ruud
db4f7a216a
SP function wrapping whole variables
2013-11-16 13:32:00 +01:00
Ruud
3f8b97feb9
Merge branch 'refs/heads/mano3m-develop_clean_path' into develop
2013-11-16 12:57:35 +01:00
Ruud
a27673eaa4
Merge branch 'develop_clean_path' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_clean_path
2013-11-16 12:57:21 +01:00
Ruud
8e3291a1b0
bithdtv, Import correct functions
2013-11-16 12:49:39 +01:00
Ruud
89c04902e8
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
2013-11-16 12:47:57 +01:00
Ruud
e29b100374
Don't try to unicode None object
2013-11-16 12:47:18 +01:00
Shatil Rafiullah and Ruud
941d4414ce
Changed to using getattr() so films lacking sets/collections are also handled.
2013-11-16 12:43:07 +01:00
Shatil Rafiullah and Ruud
dc830324ae
Added XBMC collection (set) categorization capability.
2013-11-16 12:43:02 +01:00
Ruud
3f37fc1e11
Move proxy getter to global torrent provider
2013-11-16 12:39:43 +01:00
Ruud
3442129610
Merge branch 'refs/heads/cptjhmiller-develop' into develop
2013-11-16 12:16:42 +01:00
Ruud
e9d29f10c1
Cleanup KAT import
2013-11-16 12:16:37 +01:00
Joel Kåberg
8996dd34c2
fix ident in bithdtv
2013-11-16 12:01:29 +01:00