Commit Graph

317 Commits

Author SHA1 Message Date
evilhero aa23a663ba added ability to change priority of SABnzbd downloads 2012-09-28 11:42:25 -04:00
evilhero d1a4495652 added ability to change default directory for individual comics (Edit tab) 2012-09-28 11:39:44 -04:00
evilhero 83ddb15a46 modified ComicRN to fix some problems with renaming with spaces 2012-09-28 01:07:29 -04:00
evilhero d554576b36 fix for nzb not renaming properly in queue 2012-09-27 23:46:49 -04:00
evilhero 7394a8b6b4 fixed small error on search.py 2012-09-27 12:13:48 -04:00
evilhero 626009181b fixed some searching bugs - more results, more logging info, exception handling on retrievals 2012-09-27 12:11:10 -04:00
evilhero a05f62cee7 fix for images on Manage Comics tab (thnx nonliteral for the help) 2012-09-26 23:39:19 -04:00
evilhero 15ed313ed5 fix for weekly pull errors regarding data directory and sqldb 2012-09-26 16:53:08 -04:00
evilhero 9165e731fd indent errors on test/search.py 2012-09-25 00:16:18 -04:00
evilhero 9a5e612e42 fix for pullist error - not referenced 2012-09-24 22:43:58 -04:00
evilhero 502ed74295 fix for test 2012-09-24 22:06:27 -04:00
evilhero 55242bd393 added test/search.py for debugging. will output more details to console to determine where failing on searches and downloads 2012-09-24 17:43:38 -04:00
evilhero 69888df457 removed edit comic tab for the moment 2012-09-24 01:51:05 -04:00
evilhero 8482cba507 several bug fixes - hopefully not breaking something else..new search, better adds, force chk works, other bugs fixed. 2012-09-24 01:17:29 -04:00
evilhero d3660049cc updated ComicRN.py script to allow for character replacment now 2012-09-19 22:16:29 -04:00
evilhero d3b6a06878 graphic novels causing issues - warning message added indicating failure 2012-09-19 10:45:39 -04:00
evilhero 0018876826 wrong version of ComicRN.py - fixed 2012-09-19 10:36:07 -04:00
evilhero d64abf9c02 updated ComicRN.py to latest version - hopefully will fix some problems 2012-09-19 09:57:36 -04:00
evilhero f841017290 fixed problem with localhost being set as SABhost with no http 2012-09-19 09:56:09 -04:00
evilhero a7f766f318 fixed error msg with queuing issues via pullist / want 2012-09-19 00:38:25 -04:00
evilhero df96120d9c added xtra parameter to experimental search for shorter result set, also fixed issue with nzb not sending to sab via experimental 2012-09-19 00:36:14 -04:00
evilhero 3f335725eb fixed issues with scanning/rescanning files - moved entirely from importer.py to updater.py for easier updating 2012-09-18 16:33:09 -04:00
evilhero c313f0b839 some css formatting additions 2012-09-18 16:11:14 -04:00
evilhero 7dcfcd2602 force file check fix for ' in filenames 2012-09-18 16:01:59 -04:00
evilhero dffe34cb76 improved searching results by limiting 2ndary results through filters 2012-09-18 10:42:57 -04:00
evilhero a37ee7638a fixed problem with invalid rss arguement (not used) 2012-09-18 09:58:23 -04:00
evilhero 2c6b80ca5d added mylar.init.d for autostartup on ubuntu 2012-09-18 09:47:01 -04:00
evilhero f5eafcfb72 stupid mistake, fixed again 2012-09-18 09:13:42 -04:00
evilhero 444288357c fixed startup issue, problem with manage tab 2012-09-18 09:07:14 -04:00
evilhero e5c8b10b72 fixed Manage/Manage Comics option 2012-09-18 00:00:43 -04:00
evilhero 4c6de5f139 removed mylar.log from accidental local push / removed version.txt for git updating 2012-09-17 21:40:37 -04:00
evilhero cc7847a353 Merge remote-tracking branch 'origin/master' 2012-09-17 03:19:50 -04:00
evilhero beb93fc0e8 fixed some problems with files not being sent to SAB (again) 2012-09-17 03:16:12 -04:00
evilhero d5fdcf3276 Update README.md 2012-09-17 03:03:14 -03:00
evilhero ab9f2640cb fix for : in comic using filechecker, status goes to Error when can't find search results, attempt at accounting for '-' in Comic Name 2012-09-17 01:12:40 -04:00
evilhero 1550149a99 fixed problem of queue not being renamed after being sent to SAB 2012-09-16 12:55:24 -04:00
evilhero a8ef7ccdc1 account for issue variations (should result in more sucessful search adds), issue 1,000,000 2012-09-16 01:08:42 -04:00
evilhero 6c81414416 fixed some issues with : in searching 2012-09-15 01:01:55 -04:00
evilhero d06627d06a fixed problem with Replace Spaces option not saving 2012-09-14 13:44:32 -04:00
evilhero 5a8c34d387 Recheck files locates # now, added replace with spaces option in config for filenames 2012-09-14 13:29:01 -04:00
evilhero 94e118ada4 added more error-handling and precision when adding 2012-09-13 21:21:21 -04:00
evilhero b290f770af attempted fix for : and & in Comic Titles when adding 2012-09-13 11:43:21 -04:00
evilhero eaed146029 attempted fix for : and & in Comic Titles when adding 2012-09-13 11:27:34 -04:00
evilhero 8a445beecf attempted fix at : and & in Comic Titles when adding 2012-09-13 11:10:03 -04:00
evilhero 52cd2f0aa9 Merge pull request #7 from cragjagged/master
Fixed feedparser error. Added sab pause logic
2012-09-13 06:44:41 -07:00
cragjagged 5bdb577ebf Fixed feedparser error. Added sab pause logic
Added logic to pause\resume sab queue, so queue will stay paused if it
was paused before adding a issue. Also resolved feedparser error when
adding issue
2012-09-13 01:56:21 +01:00
evilhero 25513ccba7 added blackhole functionnality 2012-09-12 14:32:51 -04:00
evilhero 11a6d7221e added pub image to all sets 2012-09-12 14:29:59 -04:00
evilhero 5c75181443 fixed checkbox issues with comic detail page, forgot Recheck Files button 2012-09-12 12:31:46 -04:00
evilhero 5707d06720 a few general fixes, added Recheck Files to comic details 2012-09-12 12:20:47 -04:00