Commit Graph

2348 Commits

Author SHA1 Message Date
Janez Troha a60b227e81 for_search, imdb_match added to class 2012-07-03 12:32:12 +02:00
Janez Troha dfd522d7b9 fixing some lint errors 2012-07-03 12:17:59 +02:00
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
2012-07-03 12:17:26 +02:00
Ruud 4e10fddf95 Cleanup up bluray.com and kinopolis providers 2012-07-02 23:38:10 +02:00
Ruud 30dd68720e Merge branch 'bwq-bluray_rss' into develop 2012-07-02 22:49:39 +02:00
Ruud c069b01913 Merge branch 'bluray_rss' of https://github.com/bwq/CouchPotatoServer into bwq-bluray_rss 2012-07-02 22:49:30 +02:00
Janez Troha 42641c520a removing cachedump from publichd 2012-07-02 13:36:37 +02:00
Janez Troha d8eabf635a Magnet type for TPB and transmssion support 2012-07-02 13:30:35 +02:00
Janez Troha 99a4763c4b fix typo in publichd 2012-07-02 13:23:28 +02:00
Janez Troha e19af816b0 Removed transmissionrpc and replaced with custom lightweight lib 2012-07-02 13:22:53 +02:00
Janez Troha 7e7f319609 Piratebay with multiple domains 2012-07-02 00:44:53 +02:00
Janez Troha 7b53c4cde1 Using urllib2 for details 2012-07-02 00:25:22 +02:00
Janez Troha c486395028 Merge branch 'master' of https://github.com/RuudBurger/CouchPotatoServer 2012-07-01 23:35:27 +02:00
Ruud d562559562 Json & decode errors. fix #494 2012-07-01 13:48:38 +02:00
Ruud b7f1d28347 Do some default encoding on start. fix #520 2012-07-01 11:30:47 +02:00
Janez Troha c6c754f179 Cache for detail page, more logging exception handling and cleaning the search string 2012-07-01 02:38:54 +02:00
Janez Troha 615a781be4 Merge branch 'master' of https://github.com/RuudBurger/CouchPotatoServer 2012-07-01 01:57:47 +02:00
Janez Troha 9befc5afdd PublicHD torrent site 2012-07-01 01:51:36 +02:00
Janez Troha d4db8f903e Add gitignore for compiled files 2012-07-01 01:51:09 +02:00
Ruud 4a3d481e16 Encode logs. fix #496 2012-07-01 01:25:11 +02:00
Ruud d4c7a22be9 Log didn't fit on one line 2012-07-01 01:16:29 +02:00
Ruud 1cbcad7a12 Notifications stick to bottom 2012-07-01 00:56:37 +02:00
Ruud 6162ea9f42 Give feedback if no update 2012-07-01 00:49:07 +02:00
Ruud f15351aa73 Not restarting after update 2012-07-01 00:48:44 +02:00
Ruud c274867571 Use settings datadir again. fix #518 2012-07-01 00:43:34 +02:00
Ruud 6c8b6a749f Message didn't animate in Firefox 2012-06-30 22:32:19 +02:00
Ruud c87a84e668 Styling cleanup 2012-06-30 22:06:53 +02:00
Ruud cf3041c848 Simple growl-like notifications 2012-06-30 21:25:36 +02:00
Ruud 3b441d2942 Encode html entities in log 2012-06-30 19:58:53 +02:00
Ruud 0fc5c42aba Give error when datadir in appdir 2012-06-30 19:03:53 +02:00
Ruud 89d3b9b72a Log plex error. closes #512 2012-06-30 15:42:58 +02:00
Ruud cdb6dfe70c Always do votecount as int. fix #513 2012-06-30 15:30:58 +02:00
Ruud 8354f9c144 Only notify once on update. fix #515 2012-06-30 15:09:27 +02:00
Ruud 9200912767 Jsonencode namespace options. fix #514 2012-06-30 13:31:21 +02:00
Ruud 75bf561f5f Header background color was transparent while scrolling in iOS 2012-06-29 14:37:02 +02:00
Ruud 45d6aa1a0a Add delay for Safari before starting notification listener 2012-06-29 14:36:32 +02:00
Ruud 97940b3f67 Don't break but try next release 2012-06-29 14:35:59 +02:00
Ruud 891dbe8ab4 Header to-top link fix 2012-06-28 23:51:17 +02:00
Ruud ce920f4bd4 nzb -> usenet 2012-06-28 23:24:55 +02:00
Ruud a37467e3b5 Fedora startup script. close #506 2012-06-28 23:23:25 +02:00
Ruud af6f9473c4 Simplified preferred method 2012-06-28 23:14:27 +02:00
Ruud fa37a116b0 Merge branch 'bwq-torrent_nzb_preference' into develop 2012-06-28 22:57:28 +02:00
Ruud 6c0ae664d8 Merge branch 'torrent_nzb_preference' of https://github.com/bwq/CouchPotatoServer into bwq-torrent_nzb_preference 2012-06-28 22:57:09 +02:00
Ruud 82acebb3c4 3d transform bugs out safari. fix #452 2012-06-27 23:26:04 +02:00
Ruud 2618956dc0 Properly ignore releases 2012-06-27 23:02:52 +02:00
Ruud 56566d70bc Add new check to see if it's a .rar file. fix #474 2012-06-27 22:26:54 +02:00
bwq 14bc341f57 Here we go :) 2012-06-27 22:25:41 +02:00
Ruud 020e507f46 Trying to get profile id from wrong object. fix #420 2012-06-27 16:56:29 +02:00
Ruud aae64d8123 Don't try and edit non-existing movies 2012-06-27 16:44:14 +02:00
Ruud 41a3a9011f Delete 4 week old notifications on start 2012-06-27 16:34:51 +02:00