Ruud
f8820c06fe
Normcase in folder compare
11 years ago
Ruud
6e9c36a503
Lowercase compare
11 years ago
Ruud
c9e9fe86aa
Don't normcase in sp function
11 years ago
mano3m
05c41460c2
Downloader cleanHost
Extend the use of clean host (add more checks and features) and make the settings more dummy proof.
12 years ago
mano3m
e69421226b
Remove leading '//' from *NIX paths
Fixes #2506 , #2021
12 years ago
mano3m
f08d34b816
Add a trailing separator for windows drive path
Fixes #2581 , #2526
12 years ago
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...
12 years ago
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
12 years ago
Ruud
accce789ba
Normalize path sp function
12 years ago
mano3m
fa1baa73e8
Introduce path cleaning
A new function sp is introduced. It does the same as ss but also cleans
the path.
12 years ago
Dean Gardiner
1788440a5c
Cleaned up usage of helper functions
Conflicts:
couchpotato/core/media/show/searcher/main.py
couchpotato/core/plugins/matcher/main.py
12 years ago
Ruud
ce68a37441
Zero fill imdb ids found
12 years ago
Ruud
1377b6315c
Allow imdb id with int of 4-7
12 years ago
Dean Gardiner
34c69786de
Merge base/movie searcher changes from branch 'tv' into develop
12 years ago
Ruud
2d3fc03a00
Revert back to UTF8 when ss encoding fails. fix #2220
12 years ago
Ruud
69a9fa1193
Simplify string before checking on imdb
12 years ago
Ruud
c8ab6a06fb
ASCII encode md5 string. closes #2167
12 years ago
Ruud
c75ac51eb7
Try the info dict to get title. fix #2206
12 years ago
Ruud
156da670e8
Encode before checking imdb content. fix #2186
12 years ago
Ruud
7fd14e0283
Code cleanup
12 years ago
Ruud
3e28cd5c95
local ip checking helper
12 years ago
Ruud
3baf12d3e4
Make sure cleanhost only has one trailing slash
12 years ago
Ruud
cef5b04eb1
Return unique imdb list
12 years ago
Ruud
a0ccff23a3
Remove duplicate spaces
12 years ago
Ruud
b8bed627a8
Add possible title with some char replacements
12 years ago
mano3m
fd95364d5f
uTorrent ratio issue fixed
The tryFloat function returns 0 if it is fed with a float(!). This resulted in the seed_ratio being set to 0 on first/automatic download. When manually downloading, it did work as the ratio is stored as a string.
12 years ago
Ruud
58c446de2d
Make string param boolean
12 years ago
Ruud
fb90f6591b
Get array arguments as list. fix #1875
12 years ago
Ruud
9eea42b121
Get array arguments as list. fix #1875
12 years ago
Ruud
9bb99319ba
SplitString don't clean
12 years ago
Ruud
171083b2f1
Remove empty values from splitString. fix #1795
12 years ago
Ruud
6e0857c6c1
Remove Flask dependencies
12 years ago
Ruud
067d6e8514
Put link and symlink in helpers
12 years ago
Ruud
2c64641a1b
Prepend lists when merging event objects
12 years ago
Ruud
1e1abf407c
Dashboard
12 years ago
Ruud
9f0746a668
Encoding issues. fix #974
13 years ago
Ruud
65570ba479
Improve name searching. closes #1137
13 years ago
Ruud
2361057e4c
Allow multiple getImdb
13 years ago
Ruud
a02257a906
Enable both nzb and torrent by default
Use default user download dir and enable blackhole
13 years ago
Ruud
3ffc6e122e
Double genres because of trailing spaces
13 years ago
Ruud
ce0bf7b51a
Standardized checking snatched
13 years ago
Ruud
b121a2e827
Add traceback to unicode encoding
13 years ago
Ruud
a3895dd176
Use float for size calculation. fix #643
13 years ago
Ruud
b3e709c6c5
Properly encode before md5. fix #580
13 years ago
Ruud
8d1e343f7b
TryInt returns 0 on fail
13 years ago
Ruud
5b2f1248e0
Encoding file paths
13 years ago
Ruud
e0440d4b11
Try and encode logging messages. fix #403
13 years ago
Ruud
3790b04de4
FreeBSD init
commit 0bd182ebb5d9da183d7d3950c77418cf02dd8706
Merge: 5fac3d7
dadbd0f
Author: Ruud <ruud@crashdummy.nl>
Date: Thu May 31 20:21:17 2012 +0200
Merge branch 'master' of https://github.com/jallakim/CouchPotatoServer into jallakim-master
Conflicts:
init/freebsd
commit 5fac3d708d
Merge: 0ba2e57
95e5282
Author: Ruud <ruud@crashdummy.nl>
Date: Thu May 31 19:30:18 2012 +0200
Merge branch 'refs/heads/develop'
commit dadbd0f1fd
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 22:35:27 2012 +0200
Useless Use of Cat Award (-:
commit 9fe11355a9
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 22:30:26 2012 +0200
Ooops. PORT and CPAPI got mixed around in FreeBSD init-script.
commit e39be8970c
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 22:25:46 2012 +0200
Cosmetics again.
commit 5cca98db31
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 22:22:54 2012 +0200
Check that settings.conf exists in FreeBSD init-script
commit d1e98602d8
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 22:16:47 2012 +0200
FreeBSD init-script fetches variables from CP's settings.conf
commit 42dbe607cf
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 16:02:46 2012 +0200
Should work for all FreeBSD versions now.
commit f0bcf6a0f5
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 15:17:53 2012 +0200
Don't 'import sys' before we need it
commit 8e13fcd0d1
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 15:09:58 2012 +0200
Cosmetics! (-:
commit 04af454c03
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 15:05:32 2012 +0200
Added /data/ to .gitignore
Used as data-dir if CouchPotato is installed on FreeBSD.
commit 055d47d7b4
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 15:04:36 2012 +0200
Fixed getDataDir so that it works for FreeBSD9.
Assumes that '/usr/local/couchpotato/' is where CouchPotato resides.
commit 4859f1b9f2
Author: Joachim Tingvold <joachim@tingvold.com>
Date: Wed May 30 15:03:26 2012 +0200
Fixed the FreeBSD init-script.
commit 0ba2e579f9
Merge: fdf0d2d
a2a3896
Author: Ruud <ruud@crashdummy.nl>
Date: Sun May 20 23:50:54 2012 +0200
Merge branch 'master' of github.com:RuudBurger/CouchPotatoServer
commit fdf0d2d5b4
Author: Ruud Burger <ruud@crashdummy.nl>
Date: Thu Apr 26 10:57:34 2012 +0300
Use master branch to update master..
commit a2a3896b1f
Merge: 5017b01
19640a9
Author: Ruud <ruud@crashdummy.nl>
Date: Sun May 20 19:57:05 2012 +0200
Merge branch 'refs/heads/develop'
commit 5017b01934
Merge: d4a5483
f2f524c
Author: Ruud <ruud@crashdummy.nl>
Date: Tue May 15 23:23:25 2012 +0200
Merge branch 'master' of github.com:RuudBurger/CouchPotatoServer
commit d4a5483fa0
Author: Ruud Burger <ruud@crashdummy.nl>
Date: Thu Apr 26 10:57:34 2012 +0300
Use master branch to update master..
commit f2f524c4e4
Merge: 577aed3
edbeb02
Author: Ruud <ruud@crashdummy.nl>
Date: Tue May 15 23:16:12 2012 +0200
Merge branch 'refs/heads/develop'
commit 577aed3a75
Merge: cb975f6
176f4b0
Author: Ruud <ruud@crashdummy.nl>
Date: Mon May 14 23:36:53 2012 +0200
Merge branch 'refs/heads/develop'
commit cb975f6180
Merge: 3e369c5
a71fb1a
Author: Ruud <ruud@crashdummy.nl>
Date: Mon May 14 20:23:05 2012 +0200
Merge branch 'refs/heads/develop'
commit 3e369c5838
Merge: d89130d
0847ffd
Author: Ruud <ruud@crashdummy.nl>
Date: Sun May 13 12:56:37 2012 +0200
Merge branch 'refs/heads/develop'
commit d89130dc30
Merge: ee5e1d1
c34f392
Author: Ruud <ruud@crashdummy.nl>
Date: Sat May 12 00:36:03 2012 +0200
Merge branch 'refs/heads/develop'
commit ee5e1d19d1
Merge: 7d2eb23
b2be9ef
Author: Ruud <ruud@crashdummy.nl>
Date: Wed May 9 22:19:29 2012 +0200
Merge branch 'refs/heads/develop'
commit 7d2eb2376f
Merge: 40ff984
ba8fef3
Author: Ruud Burger <ruud@crashdummy.nl>
Date: Mon May 7 13:35:13 2012 -0700
Merge pull request #228 from sirchia/twitterDirectMessage
Added support for direct messages in twitter notifications
commit 40ff984e19
Merge: 1f3e22c
7ca509c
Author: Ruud <ruud@crashdummy.nl>
Date: Mon May 7 22:26:55 2012 +0200
Merge branch 'refs/heads/develop'
commit ba8fef3c87
Author: Riccardo Sirchia <sirchia.r@gmail.com>
Date: Sun May 6 18:02:51 2012 +0200
Added support for direct messages in twitter notifications
commit 1f3e22c4ed
Merge: 89315cb
74226f0
Author: Ruud <ruud@crashdummy.nl>
Date: Fri May 4 17:27:36 2012 +0200
Merge branch 'refs/heads/develop'
commit 89315cb291
Merge: 829b3cf
f6de117
Author: Ruud <ruud@crashdummy.nl>
Date: Fri May 4 17:27:12 2012 +0200
Merge branch 'refs/heads/develop'
commit 829b3cfb3b
Merge: e3cc15d
1345e98
Author: Ruud <ruud@crashdummy.nl>
Date: Wed May 2 21:40:01 2012 +0200
Merge branch 'refs/heads/develop'
commit e3cc15d2b6
Merge: ca87f2c
c161bdd
Author: Ruud <ruud@crashdummy.nl>
Date: Sun Apr 29 00:00:14 2012 +0200
Merge branch 'refs/heads/develop'
commit ca87f2c231
Merge: e929af7
c7bc0f4
Author: Ruud <ruud@crashdummy.nl>
Date: Sat Apr 28 23:14:18 2012 +0200
Merge branch 'refs/heads/develop'
commit e929af76d0
Merge: b22763b
d1c2869
Author: Ruud Burger <ruud@crashdummy.nl>
Date: Fri Apr 27 02:04:35 2012 -0700
Merge pull request #152 from garlandkr/master
Removed group setting for init
commit d1c2869f2c
Author: Ken Garland <garlandkr@gmail.com>
Date: Thu Apr 26 23:30:33 2012 -0300
Removed RUN_AS for group, don't assume the default group is the same as the username. Specifying group is not needed anyways.
commit b22763b37d
Author: Ruud Burger <ruud@crashdummy.nl>
Date: Thu Apr 26 10:57:34 2012 +0300
Use master branch to update master..
13 years ago
Ruud
98c8a47dd0
IE9 fixes
13 years ago
Ruud
f874e9c4e3
Always return application/json
13 years ago