Paul Bramhall
2870dfc0d8
Use 7 letter IMDB ID's unless title has an 8 char long IMDB ID.
IMDB still returns 7-char ID's on older titles when searching, simply
blanketin to 8 chars all the time (even if IMDB support 8-char padded
ID's) will ultimately fail lookups on other services.
This allows us to default to a 7-char ID, padded with zero's to ensure
that it still works as expected, but ultimately allow newer 8-char ID's
as-and-when required for neweer titles.
5 years ago
Ruud Burger
8a55eb4b21
8 digit imdb pt 2
5 years ago
Clinton Hall
9472e93aa6
Add 8 digit imdb_id
5 years ago
ferensz
352fa7c93d
internally used symlinking method fixed
In the symlink helper method the hardlinking OS call were used instead of the symlinking.
9 years ago
firsttris
fd366c0dfb
Fix encoding on all UTF8 Systems
10 years ago
Ruud
fb0ba3893e
Log pyopenssl version
10 years ago
Ricardo Padilha
42d508bc38
Do not overwrite $HOME variable if present
10 years ago
Ruud
ab118ea580
Windows special chars not returning any folders
11 years ago
Ruud
da9d2b5ed8
Check free diskspace before starting moving files
fix #3893
11 years ago
Dean Gardiner
058846f54f
Added "find" helper function
11 years ago
Ruud
7afc524a9f
Freespace Windows not working. fix #3535
11 years ago
Ruud
bb19b380b4
Don't start CP when less then 100MB is available. fix #3502
11 years ago
Ruud
3941076c06
Forgot to add the separator to test
11 years ago
Ruud
5c586fbf30
Update isSubFolder test
11 years ago
Ruud
e659aba176
Clean .pyc files before starting
11 years ago
Ruud
6691c8ddd7
Convert underscore method to proper camelcase
11 years ago
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