Ruud
be46ed12ac
get identifier helper
2014-03-19 23:06:27 +01:00
Ruud
f4e373447e
File not properly send to Sabnzbd
2014-03-19 22:37:44 +01:00
Ruud
3f0a0f552b
Keep dict keys and only make array if all are ints in request params
2014-03-18 22:59:39 +01:00
Ruud
12c08154c5
Optimize imports
2014-03-12 21:41:29 +01:00
Ruud
e3f6df7120
Convert sp to unicode
2014-03-09 23:47:33 +01:00
Ruud
f5d29eafe0
Extend title helper
2014-03-08 22:14:54 +01:00
Ruud
9f4ea662da
Use natural sorting
...
Conflicts:
couchpotato/core/helpers/request.py
2014-03-08 12:30:47 +01:00
Ruud
9e7e29f03f
Merge branch 'refs/heads/develop' into nosql
2014-03-07 19:14:02 +01:00
Ruud
7af1d00ea2
Allow passwords inside nzb name
2014-03-07 18:10:17 +01:00
Ruud
d16dd7c75d
Use proper sorting
2014-03-06 21:30:59 +01:00
Ruud
6437079be3
Merge branch 'refs/heads/develop' into nosql
...
Conflicts:
couchpotato/core/media/__init__.py
couchpotato/core/notifications/trakt/main.py
2014-02-16 15:56:18 +01:00
Ruud
886a271d19
Use correct ordering for request arrays. fix #2810
2014-02-16 09:42:47 +01:00
Ruud
f7e1a2a5eb
nosql
2014-02-09 15:57:08 +01:00
Ruud
c3bc9c8591
Nosql
2014-02-08 17:58:45 +01:00
Ruud
99252074be
More nosql
2014-02-02 20:41:14 +01:00
Sami Haahtinen
15a19949b8
Fix rTorrent connectivity
...
The combination of cleanHost and rTorrent.connect issues caused rTorrent
connections to fail. This update fixes cleanHost() so that it can
actually cope with SSL based hosts and finishes the migration to
cleanHost() in connect()
Conflicts:
couchpotato/core/helpers/variable.py
2014-01-26 19:26:15 +02:00
Ruud
88c328af8e
Improved manage scanning
...
Expire after db get
2014-01-24 22:33:22 +01:00
Ruud
3101926e9b
removeDuplicate helper
2014-01-24 15:42:29 +01:00
Ruud
c9e0910c55
Can't use len() on filter iterator. fix #2762
2014-01-24 15:29:24 +01:00
Ruud
d65667ce16
Don't force add basic auth to url
2014-01-24 14:50:54 +01:00
Ruud
29a34fef8c
py3k port helpers
2014-01-20 23:58:54 +01:00
Ruud
799299c7cc
Code cleanup
2014-01-19 19:15:58 +01:00
mano3m
6388d97c5c
Store username and pass in cleanhost
...
Fixes #2727
2014-01-18 12:39:59 +01:00
Ruud
cdc6c036aa
Merge branch 'develop_cleanhost' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_cleanhost
2014-01-15 19:31:45 +01:00
Ruud
f8820c06fe
Normcase in folder compare
2014-01-13 21:53:38 +01:00
Ruud
6e9c36a503
Lowercase compare
2014-01-12 20:31:59 +01:00
Ruud
c9e9fe86aa
Don't normcase in sp function
2014-01-12 20:25:45 +01:00
mano3m
05c41460c2
Downloader cleanHost
...
Extend the use of clean host (add more checks and features) and make the settings more dummy proof.
2014-01-12 00:52:32 +01:00
mano3m
e69421226b
Remove leading '//' from *NIX paths
...
Fixes #2506 , #2021
2013-12-29 23:42:55 +01:00
mano3m
f08d34b816
Add a trailing separator for windows drive path
...
Fixes #2581 , #2526
2013-12-29 23:25:53 +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
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
Ruud
accce789ba
Normalize path sp function
2013-11-19 09:16:47 +01:00
mano3m
fa1baa73e8
Introduce path cleaning
...
A new function sp is introduced. It does the same as ss but also cleans
the path.
2013-11-02 10:15:50 +01:00
Dean Gardiner
1788440a5c
Cleaned up usage of helper functions
...
Conflicts:
couchpotato/core/media/show/searcher/main.py
couchpotato/core/plugins/matcher/main.py
2013-10-16 15:40:25 +13:00
Ruud
ce68a37441
Zero fill imdb ids found
2013-10-14 22:24:23 +02:00
Ruud
1377b6315c
Allow imdb id with int of 4-7
2013-10-14 22:05:32 +02:00
Dean Gardiner
34c69786de
Merge base/movie searcher changes from branch 'tv' into develop
2013-10-12 14:25:00 +13:00
Ruud
2d3fc03a00
Revert back to UTF8 when ss encoding fails. fix #2220
2013-09-21 13:56:17 +02:00
Ruud
69a9fa1193
Simplify string before checking on imdb
2013-09-20 18:08:27 +02:00
Ruud
c8ab6a06fb
ASCII encode md5 string. closes #2167
2013-09-19 23:39:15 +02:00
Ruud
c75ac51eb7
Try the info dict to get title. fix #2206
2013-09-19 23:29:21 +02:00
Ruud
156da670e8
Encode before checking imdb content. fix #2186
2013-09-17 20:43:41 +02:00
Ruud
7fd14e0283
Code cleanup
2013-09-02 21:59:06 +02:00
Ruud
3e28cd5c95
local ip checking helper
2013-09-02 15:27:18 +02:00
Ruud
3baf12d3e4
Make sure cleanhost only has one trailing slash
2013-09-02 14:54:54 +02:00
Ruud
bb8e8a0df5
Merge branch 'develop_seed_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed_fixes
2013-08-24 13:22:29 +02:00
Ruud
cef5b04eb1
Return unique imdb list
2013-08-24 12:14:15 +02:00
Ruud
a0ccff23a3
Remove duplicate spaces
2013-08-13 16:08:34 +02:00
Ruud
b8bed627a8
Add possible title with some char replacements
2013-08-13 16:08:21 +02:00