1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00
Commit graph

1191 commits

Author SHA1 Message Date
verbumfeit
6ee257a1d6 Add missing space in Telegram notification 2018-02-27 14:24:25 -05:00
verbumfeit
e898240421 Eliminate repetition in Telegram notification
Removal of unnecessary status argument
2018-02-27 14:24:25 -05:00
verbumfeit
96127ea42a Eliminate repetition in Telegram notification 2018-02-27 14:24:25 -05:00
verbumfeit
e1e2916f07 Fix chmod/chown for single file 2018-02-27 14:11:32 -05:00
barbequesauce
cd5bbfe74b FIX: #1861 move notif from attachment to msg body
FIX: #1861 move notif from attachment to msg body
2018-02-26 11:50:17 -05:00
evilhero
8de481431d IMP:(#1689) Added rename option to the Manage Comics dropdown selection, FIX: Removed spam logging line from search displaying at INFO level, IMP: Added a few exception/catch spots when importing and using the 'do not move' option for better troubleshooting 2018-02-26 11:45:33 -05:00
evilhero
4042b9b053 FIX: fix for some id / nzbhydra2 problems when generating the id for reference, which would cause invalid url's in some cases, FIX: added a cleanup routine for post-processing individual issues via api call 2018-02-24 18:02:14 -05:00
evilhero
a1709db0a7 FIX: (#1864) Fix for cleanup not removing original location of file & folder, regardless of method, FIX: Choose Download from weekly pull would not return valid results if series had a Volume listed on the page, IMP: Fix for 32p referencing incorrect search results if publisher was set, FIX: other small code changes that would cause various errors on some systems, but I can't remember them all atm - cause, snow. 2018-02-23 13:32:01 -05:00
evilhero
8081a50d4d FIX: fix for stray readinglist references that has been changed to storyarcs on initialization 2018-02-21 14:55:23 -05:00
evilhero
6a45836ed5 FIX: just trying to clean up the login stuff...again 2018-02-21 14:54:29 -05:00
evilhero
397290d8ee FIX:(#1862) I hate you, windows. 2018-02-21 13:51:25 -05:00
evilhero
413da0f46c FIX: Fix for retry issue throwing a config error when trying to resnatch a torrent snatched to a client 2018-02-21 10:15:05 -05:00
evilhero
cc7d0a31fe FIX:(#1861) Freespace check would not run on Windows-based OS 2018-02-21 10:11:36 -05:00
evilhero
7919ac9feb FIX: Fix for typo in post-processor would result in key error 2018-02-21 09:46:03 -05:00
evilhero
edbed3b106 FIX: one more attempt at forms login + from_page 2018-02-18 17:18:11 -05:00
evilhero
74dca7d696 FIX: another attempt at the forms page + from_page problem 2018-02-18 17:08:50 -05:00
evilhero
a300fc26ed FIX: Another attempt at the forms auth + from_page problem 2018-02-18 16:55:00 -05:00
evilhero
a90efefeb4 FIX: fix for forms login not honouring from_page 2018-02-18 16:49:33 -05:00
evilhero
a68ec6bb78 FIX: fix for not having requests installed when using ComicRN - autoProcessComics updated to accomodate legacy fall-back mode via api 2018-02-18 16:46:06 -05:00
evilhero
9c93d29c81 FIX: Added catch exception to having a blank publisher name as a result of a failed refresh sequence 2018-02-18 13:57:22 -05:00
evilhero
4cce202fe4 FIX: fix for previous commit/typo 2018-02-18 11:32:35 -05:00
evilhero
f2d4926947 FIX: if refresh series would fail, creates None values for latest date that causes problems thereafter 2018-02-18 11:14:59 -05:00
evilhero
cfdacb4501 FIX: When updating series covers using alternate_latest_series_covers option, will now update the image on screen immediately after a Refresh, FIX: Removed unnecessary logging lines from serach results showing full results 2018-02-17 23:23:07 -05:00
evilhero
d12e4d779d FIX:(#1857) When adding new comic would error if cover.jpg was to be placed in series directory 2018-02-17 23:11:48 -05:00
barbequesauce
8568c41baf Possible fix for issue #1855
Should be tested more thoroughly
2018-02-17 18:02:27 -05:00
evilhero
0873be54fd FIX: fix for not monitoring any storyarcs present on the upcoming tab 2018-02-16 17:46:58 -05:00
evilhero
da9f7c6521 FIX: fix for series cover being set to None on refresh 2018-02-16 17:01:07 -05:00
evilhero
cbb04d523e FIX: fix for throwing error on startup when no user/pass enabled, FIX: Choose specific download option was broken for non-watchlisted items on the weekly pull 2018-02-16 16:41:44 -05:00
evilhero
17f8c8d72b FIX: Fix for search links returning an invalid id 2018-02-16 16:04:52 -05:00
evilhero
0ff38c164e IMP: Added Choose specific Download option to manually select from result list on Upcoming/Details/Weekly tabs, IMP: Added Wanted storyarcs to the overall Wanted section so now will search as per global options (storyarc issues can be displayed optionally on Wanted tab), IMP: Added custom url option for image banners/posters for storyarcs, IMP: updated Cherrypy, FIX: Fixed ComicRN not working when forms authentication used - in conjunction updated autoProcessComics to 2.0 which now uses apikey instead of user/pass, IMP: Alternate Series Covers option for alternating existing series image to the most current issue image, IMP: Added overall series total to series page for reference, IMP: Search workflow completely changed to accomodate more than one indexer - now will simultaneously sumbit initial request to each provider, wait 30s submit additional as required at 30s intervals, FIX: Removed TPSE as an option and relabelled to just Public Torrents, IMP: Added direct backlog search to WWT option (pack support will follow), FIX: Removed line about configparser being required for ComicTagger usage, IMP: Test code in place for newzab testing, FIX: Fixed layout problem with torrents that are in auto-snatch status on weekly tab, IMP: backend code improvements to allow for better alias usage and annual linking directly from WS, IMP: Updated systemd init-scripts with read.me, IMP: When post-processing, will now check for available destination free space before actually moving files, IMP: Will copy during metatagging to cache folder instead of move being an option so cleanup is cleaner if something fails, FIX: Changed readinglist table to storyarcs for clarity, IMP: When post-processing issues, will now only update the one issue status and adjust totals accordingly (instead of doing a complete rescan of the series), FIX: Clear out empty ID's from the Failed DB on startup, IMP: Initial code-run at REST API interface, FIX: Fixed some matching problems with 32p due to case, IMP: removed apikeys from log entries that were accidentally logging, IMP: When searching 32p, if items get packed up - will now delete the cached reference so new items of the same can be located, IMP: ForceSearch option switched to scheduler so simultaneous runs should not occur, FIX: Fixed manual metatagging error that would occur if multiple destination directories existed 2018-02-16 14:57:01 -05:00
evilhero
a012d503a8 FIX: fix for weeklypull not dropping stale entries or when switching btwn different alt_pull methods due to fallback 2018-02-15 13:56:12 -05:00
evilhero
9d90f42655 FIX: fix for weekly pull not deleting stale entries when recreating pull-list 2018-02-15 13:01:26 -05:00
barbequesauce
ba2c9ed2f6 Fix Torzanb typo
Fix Torzanb typo
2018-02-06 10:38:15 -05:00
evilhero
2d97824c89 FIX:(#1842) Forms Login did not respect http_root option 2018-01-16 12:35:34 -05:00
evilhero
a2f3fb7d67 (#1834) Added login page as an optional authentication method (thnx to 2mny for the Proof of concept & help) 2018-01-14 22:28:42 -05:00
evilhero
ad74051985 FIX: Fixed problems with NZBHydra v2 downloads using incorrect URL reference 2018-01-12 13:27:56 -05:00
evilhero
828ddb0124 FIX: removed some config logging lines 2018-01-12 09:47:32 -05:00
evilhero
1d253a1c3c FIX:(#1841) Legacy mode for 32P was broken due to previous config changes 2018-01-12 09:46:02 -05:00
evilhero
4e66e093a7 FIX: fix for This Week tab Previous/Next week arrows not referencing the correct week properly 2018-01-05 22:24:20 -05:00
evilhero
8f40463dc0 FIX:(#1835) Fix for '-' not being removed during search queries to ensure all the matches get retrieved for analysis 2018-01-04 13:35:37 -05:00
Tim Curtin
6912487570 Config module requires integer for log_level 2018-01-02 22:58:14 -05:00
LordJay23
a13a112f6d Typo in API 2018-01-02 22:55:33 -05:00
LordJay23
92ee4be87e API - addStoryArc, getStoryArc API Reference Update OPDS minor fix for custom story arcs 2018-01-02 22:55:33 -05:00
LordJay23
750657bea1 API - addStoryArc 2018-01-02 22:55:33 -05:00
DarkSir23
002d96e4af OPDS Recents Fix 2017-12-29 21:48:18 -05:00
evilhero
f62f937b4a FIX:(#1570) After initiating a Wipe NZBlog command, the nzblog table that is recreated is missing a column which will trigger an error when performing a post-processing run 2017-12-20 09:43:04 -05:00
LordJay23
ba005073ab OPDS - Location location location 2017-12-14 09:15:55 -05:00
LordJay23
c8a4c9837d OPDS - Annuals in Recents Fix 2017-12-13 10:45:49 -05:00
evilhero
b29a732f28 FIX:(#1796) When renaming issues, if issue number was not a non-padded number and annuals were enabled would not return valid results, FIX: (#1796) When searching against CV with multiple common terms, would improperly remove characters without adjusting for previous changes 2017-12-13 10:40:43 -05:00
evilhero
6f133be1ef FIX:(#1796) When performing mass import or a large import via selection, would thread each import which would result in a db lock/error in some cases when there was a combination of files with and without metadata, FIX: Search results would include some common words when filtering, got rid of them, FIX: Total parse counter during an import would not reset to 0 on subsequent imports resulting in inflated numbers 2017-12-11 13:49:40 -05:00