evilhero
|
312e699ef1
|
FIX:(#1893) In maintenance mode, when performing an import into a fresh install, the pull refresh date would not be populated due to the weekly pull not initializing on startup
|
2018-03-17 22:25:24 -04:00 |
evilhero
|
7a1af7c174
|
FIX:(#1893) json import fails in some cases, due to GUI reference
|
2018-03-17 11:25:44 -04:00 |
evilhero
|
96b5ec55c8
|
FIX: fix for environment variables being retained incorrectly over time
|
2018-03-16 16:12:45 -04:00 |
evilhero
|
7fe9fa7e78
|
IMP: Added nzo_id reference to on-snatch call for sabnzbd snatches
|
2018-03-16 14:15:45 -04:00 |
evilhero
|
4508f62b5b
|
FIX: fixed api call to allow for direct post-processing against a given issueid or comicid (if a directory)
|
2018-03-16 11:12:31 -04:00 |
evilhero
|
df887bdb63
|
FIX:(#1890) Original file not being deleted from download location upon successful post-processing
|
2018-03-15 13:39:41 -04:00 |
evilhero
|
effdf4b5dd
|
IMP: Added issueid/comicid API to forceProcess API call which will allow for post-processing direcly against an issueid, or a series (if comicid alone is provided) if a directory is provided as the nzb_folder (ie. a pack)
|
2018-03-12 15:37:38 -04:00 |
evilhero
|
9b91a3ec83
|
FIX:(#1787) Added more specific error logging messages to version check
|
2018-03-11 11:51:52 -04:00 |
evilhero
|
e060f37c8e
|
IMP: Added maintenance mode to command line option. Allows for exporting/importing of either json file/db files, as well as updating Mylar without having to load the GUI which sometimes causes problems, FIX: Removed extra Mark as Skipped option from appearing on comic details page, FIX: Added series cover fallback for alternate issue images if issue images were not populated yet, FIX: Removed some unneeded logging lines during weekly pull check
|
2018-03-09 14:08:25 -05:00 |
Barbeque Sauce
|
3ffec19628
|
FIX: it's a key, dummy
|
2018-03-09 12:30:23 -05:00 |
Barbeque Sauce
|
506435c598
|
Added DateAdded, ReleaseDate to OPDS titles
Added DateAdded, ReleaseDate to OPDS titles
|
2018-03-09 12:30:23 -05:00 |
evilhero
|
b47b5351d4
|
FIX: Fix for searching for series with a '+' in them not returning any results
|
2018-03-09 11:47:55 -05:00 |
barbequesauce
|
0442d808c9
|
More details in how log entries are made
More details in how log entries are made: add in the filename & function which is logging something right before the line number
|
2018-03-08 16:16:59 -05:00 |
barbequesauce
|
131cbb3eae
|
Added code line numbers to log formats
Added code line numbers to log formats to ease/speed up troubleshooting.
|
2018-03-08 16:16:59 -05:00 |
evilhero
|
a8c2edf33a
|
FIX: corrected incorrect variable reference for story arc options
|
2018-03-08 16:14:36 -05:00 |
evilhero
|
284ddb822c
|
FIX:(#1881) When Manual metatagging (either individual/series) would delete the metatagged .cbz file if the original was also a .cbz
|
2018-03-07 16:29:19 -05:00 |
evilhero
|
1803db9e53
|
FIX: StoryArc Options / Readinglist / Weekly Folder Options were not saving properly (would reset to default on restart)
|
2018-03-07 16:11:59 -05:00 |
evilhero
|
dbb36711bb
|
FIX: misspelt logo location
|
2018-03-07 14:08:13 -05:00 |
evilhero
|
5553e940a0
|
FIX: When dupchecking and file-size was being returned as 0, would result in an assumed archived status and not post-process - now will recheck existing series dir if required, and run dupechk thereafter, FIX: Post-process was not updating file-size of post-processed issue
|
2018-03-07 10:02:48 -05:00 |
evilhero
|
c6c31b3588
|
FIX:(#1689) When mass renaming, issue count would tally across series instead of being limited to just the given series
|
2018-03-06 14:33:57 -05:00 |
evilhero
|
45ce2bd993
|
FIX:(#1880) Gzip module was not being called when trying to download image
|
2018-03-06 14:29:09 -05:00 |
evilhero
|
ae3aa9f75b
|
FIX:(#1880) When adding a series, would sometimes generate a NameError
|
2018-03-05 12:35:15 -05:00 |
evilhero
|
e35e36efd1
|
FIX:(#1879) When searching for Story-Arcs, would return an error message in some instances due to an improper variable mismatch, FIX: Story-Arc search results would always return the Year as being None
|
2018-03-05 12:25:36 -05:00 |
evilhero
|
feaf102ed3
|
FIX: Fix for marking a Snatched Download as Failed and having it return an error to the GUI, but still process the Failed request
|
2018-03-02 21:21:11 -05:00 |
evilhero
|
e75ca44453
|
FIX: Removed Choose Download option from Upcoming, Weekly and Manage Issues tabs due to massive slowdown of resources, FIX: Corrected One-Off option not appearing on Weekly Pull, FIX: Retry option available on Weekly Pull again for Snatched watchlisted issues, FIX: Auto-Snatch option will only show on Weekly Pull if auto-snatch is enabled and item snatched was via torrent
|
2018-03-02 03:14:02 -05:00 |
evilhero
|
3e9d7a87a7
|
FIX:(#1876) When adding file to uTorrent via snatch, Mylar would successfully add but return an error due to an invalid format
|
2018-03-02 02:08:49 -05:00 |
evilhero
|
1c1d5550b5
|
FIX:(#1875) Manual meta-tagging would not remove cbr file from original location
|
2018-03-01 17:02:57 -05:00 |
evilhero
|
6f4b5688a4
|
FIX: fix for auto-snatch not being clickable on weeklypull, IMP: Took publisher logo workflow and moved it from html into helpers.py, IMP: Added/Updated some of the publisher logos, FIX: Corrected mis-match table entry on choose download option, FIX: Refresh Series will now reload the screen after completion, FIX: Removed some unnecessary logging lines from cmtagmylar
|
2018-03-01 14:49:30 -05:00 |
evilhero
|
9ec0df5fb0
|
FIX: fix broken image icon on weekly pull
|
2018-03-01 14:28:51 -05:00 |
evilhero
|
24512d60de
|
FIX: Fix for storyarcs not honoring the storyarc directory option when toggled off on arc detail pages (which would also call errors during post-processing). It is a global setting, and as such is only available for toggling now on the story arc main page, FIX: Story arc settings were not being updated when clicking on the Update button
|
2018-03-01 11:44:29 -05:00 |
evilhero
|
79a1fd7aec
|
IMP: config.ini option (show_icons) to either show icons / show only text on weeklypull
|
2018-02-28 11:43:33 -05:00 |
evilhero
|
1304866298
|
FIX: When adding a story arc, if storyarc dir in cache location was not present wouls throw error
|
2018-02-27 18:07:00 -05:00 |
verbumfeit
|
38e01091f3
|
Removed unnecessary return statement
|
2018-02-27 18:03:41 -05:00 |
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 |