Janez Troha
a60b227e81
for_search, imdb_match added to class
13 years ago
Janez Troha
dfd522d7b9
fixing some lint errors
13 years ago
Janez Troha
95383bf74d
pylint rules file, disabling
# C0111 Missing docstring
# I0011 Warning locally suppressed using disable-msg
# I0012 Warning locally suppressed using disable-msg
# W0704 Except doesn't do anything Used when an except clause does nothing but "pass" and there is no "else" clause
# W0142 Used * or * magic* Used when a function or method is called using *args or **kwargs to dispatch arguments.
# W0212 Access to a protected member %s of a client class
# W0232 Class has no __init__ method Used when a class has no __init__ method, neither its parent classes.
# W0613 Unused argument %r Used when a function or method argument is not used.
# W0702 No exception's type specified Used when an except clause doesn't specify exceptions type to catch.
# R0201 Method could be a function
# W0614 Unused import XYZ from wildcard import
# R0914 Too many local variables
# R0912 Too many branches
# R0915 Too many statements
# R0913 Too many arguments
# R0904 Too many public methods
13 years ago
Ruud
4e10fddf95
Cleanup up bluray.com and kinopolis providers
13 years ago
Ruud
30dd68720e
Merge branch 'bwq-bluray_rss' into develop
13 years ago
Ruud
c069b01913
Merge branch 'bluray_rss' of https://github.com/bwq/CouchPotatoServer into bwq-bluray_rss
13 years ago
Janez Troha
42641c520a
removing cachedump from publichd
13 years ago
Janez Troha
d8eabf635a
Magnet type for TPB and transmssion support
13 years ago
Janez Troha
99a4763c4b
fix typo in publichd
13 years ago
Janez Troha
e19af816b0
Removed transmissionrpc and replaced with custom lightweight lib
13 years ago
Janez Troha
7e7f319609
Piratebay with multiple domains
13 years ago
Janez Troha
7b53c4cde1
Using urllib2 for details
13 years ago
Janez Troha
c486395028
Merge branch 'master' of https://github.com/RuudBurger/CouchPotatoServer
13 years ago
Ruud
d562559562
Json & decode errors. fix #494
13 years ago
Ruud
b7f1d28347
Do some default encoding on start. fix #520
13 years ago
Janez Troha
c6c754f179
Cache for detail page, more logging exception handling and cleaning the search string
13 years ago
Janez Troha
615a781be4
Merge branch 'master' of https://github.com/RuudBurger/CouchPotatoServer
13 years ago
Janez Troha
9befc5afdd
PublicHD torrent site
13 years ago
Janez Troha
d4db8f903e
Add gitignore for compiled files
13 years ago
Ruud
4a3d481e16
Encode logs. fix #496
13 years ago
Ruud
d4c7a22be9
Log didn't fit on one line
13 years ago
Ruud
1cbcad7a12
Notifications stick to bottom
13 years ago
Ruud
6162ea9f42
Give feedback if no update
13 years ago
Ruud
f15351aa73
Not restarting after update
13 years ago
Ruud
c274867571
Use settings datadir again. fix #518
13 years ago
Ruud
6c8b6a749f
Message didn't animate in Firefox
13 years ago
Ruud
c87a84e668
Styling cleanup
13 years ago
Ruud
cf3041c848
Simple growl-like notifications
13 years ago
Ruud
3b441d2942
Encode html entities in log
13 years ago
Ruud
0fc5c42aba
Give error when datadir in appdir
13 years ago
Ruud
89d3b9b72a
Log plex error. closes #512
13 years ago
Ruud
cdb6dfe70c
Always do votecount as int. fix #513
13 years ago
Ruud
8354f9c144
Only notify once on update. fix #515
13 years ago
Ruud
9200912767
Jsonencode namespace options. fix #514
13 years ago
Ruud
75bf561f5f
Header background color was transparent while scrolling in iOS
13 years ago
Ruud
45d6aa1a0a
Add delay for Safari before starting notification listener
13 years ago
Ruud
97940b3f67
Don't break but try next release
13 years ago
Ruud
891dbe8ab4
Header to-top link fix
13 years ago
Ruud
ce920f4bd4
nzb -> usenet
13 years ago
Ruud
a37467e3b5
Fedora startup script. close #506
13 years ago
Ruud
af6f9473c4
Simplified preferred method
13 years ago
Ruud
fa37a116b0
Merge branch 'bwq-torrent_nzb_preference' into develop
13 years ago
Ruud
6c0ae664d8
Merge branch 'torrent_nzb_preference' of https://github.com/bwq/CouchPotatoServer into bwq-torrent_nzb_preference
13 years ago
Ruud
82acebb3c4
3d transform bugs out safari. fix #452
13 years ago
Ruud
2618956dc0
Properly ignore releases
13 years ago
Ruud
56566d70bc
Add new check to see if it's a .rar file. fix #474
13 years ago
bwq
14bc341f57
Here we go :)
13 years ago
Ruud
020e507f46
Trying to get profile id from wrong object. fix #420
13 years ago
Ruud
aae64d8123
Don't try and edit non-existing movies
13 years ago
Ruud
41a3a9011f
Delete 4 week old notifications on start
13 years ago