Ruud
99e77e409a
Spring cleanup
11 years ago
Ruud
be46ed12ac
get identifier helper
11 years ago
Ruud
f4e373447e
File not properly send to Sabnzbd
11 years ago
Ruud
12c08154c5
Optimize imports
11 years ago
Ruud
f5d29eafe0
Extend title helper
11 years ago
Ruud
dc0ea5b3f6
Use proper sorting
11 years ago
Ruud
7af1d00ea2
Allow passwords inside nzb name
11 years ago
Ruud
d16dd7c75d
Use proper sorting
11 years ago
Ruud
99252074be
More nosql
11 years ago
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
11 years ago
Ruud
88c328af8e
Improved manage scanning
Expire after db get
11 years ago
Ruud
3101926e9b
removeDuplicate helper
11 years ago
Ruud
c9e0910c55
Can't use len() on filter iterator. fix #2762
11 years ago
Ruud
d65667ce16
Don't force add basic auth to url
11 years ago
Ruud
29a34fef8c
py3k port helpers
11 years ago
Ruud
799299c7cc
Code cleanup
11 years ago
mano3m
6388d97c5c
Store username and pass in cleanhost
Fixes #2727
11 years ago
Ruud
f8820c06fe
Normcase in folder compare
11 years ago
Ruud
6e9c36a503
Lowercase compare
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.
11 years ago
mano3m
f08d34b816
Add a trailing separator for windows drive path
Fixes #2581 , #2526
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
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
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
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
9bb99319ba
SplitString don't clean
12 years ago
Ruud
171083b2f1
Remove empty values from splitString. fix #1795
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
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
a3895dd176
Use float for size calculation. fix #643
13 years ago
Ruud
8d1e343f7b
TryInt returns 0 on fail
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