claym
|
28558585fe
|
added settings.json to support vs code cause it's actually an ide
|
2019-02-14 15:33:51 -05:00 |
claym
|
8710e44a2c
|
added comic title and volume to entry > title name.
|
2019-02-14 15:33:34 -05:00 |
Arathen
|
a73fe47166
|
FIX: Combine qBittorrent add-paused action with the initial add-torrent to fix pauses occasionally being lost. Revise the way args are passed to the QBT add torrent method.
|
2019-02-14 14:22:43 -05:00 |
barbequesauce
|
86ef093076
|
IMP: Allow StoryArc datatables config to endure long term
|
2019-02-14 14:19:55 -05:00 |
evilhero
|
041231a74b
|
FIX: Experimental searches would not honour one-shot issues being searched without an issue number
|
2019-02-14 14:14:47 -05:00 |
evilhero
|
40b466c31e
|
FIX: fix for on-snatch notification message being messed up
|
2019-02-12 19:32:33 -05:00 |
evilhero
|
1b2a2f5da3
|
IMP: Added qBitorrrent test connection option and added some additional error logging
|
2019-02-12 16:28:42 -05:00 |
evilhero
|
1f895fd32d
|
FIX: Changed qbitorrent loadaction from radio option to dropdown option
|
2019-02-12 10:41:35 -05:00 |
Arathen
|
47ea602422
|
FIX: Change qBt resume_all to a POST operation.
|
2019-02-12 10:13:14 -05:00 |
Arathen
|
96851510a5
|
IMP: Update all qBittorrent WebAPI paths for client v4.1.0+. IMP: New functions to add torrents to qBittorrent by URL and file. IMP: Remove variable to distinguish between old and new WebAPI in qBittorrent
|
2019-02-12 10:13:14 -05:00 |
Arathen
|
954369f7b0
|
IMP: Change qBittorrent start-on-load from two-way force/pause start, to a three-way force/pause/default start. IMP: Add variable to distinguish between old and new WebAPI in qBittorrent
|
2019-02-12 10:13:14 -05:00 |
evilhero
|
d4e930d4a6
|
FIX:(#2195) When adding a TPB/GN series that is missing a html id within the description field would error when attempting to parse the description properly
|
2019-02-11 17:04:28 -05:00 |
evilhero
|
63dc7bf0ba
|
FIX: Post-processing queue was not being initialized if the mylar API was not enabled
|
2019-02-11 11:21:16 -05:00 |
evilhero
|
33c09924f6
|
FIX:(#2184) Possible fix for correct issues being rejected from search results due to an invalid booktype
|
2019-02-07 13:11:02 -05:00 |
evilhero
|
56706f2ac6
|
FIX: Fix for refresh not honouring the alternate_latest_series_covers option properly, FIX: When adding a series, if the series had a start year with a ? in it, would error out, IMP: Added more columns to the ddl_info table
|
2019-02-07 12:46:46 -05:00 |
evilhero
|
6c487d5c54
|
FIX: Added some additional error codes for pull-list retrieval, FIX: Fixed cache-cleanup not indicating how many items were successsfully cleaned
|
2019-02-05 13:14:02 -05:00 |
evilhero
|
e891aa5e27
|
FIX: Fix for 32P logon problems due to security changes
|
2019-02-05 13:12:33 -05:00 |
evilhero
|
1032db735a
|
FIX: Fix for logging error when matching post-processing issues with no issue number
|
2019-02-05 10:09:36 -05:00 |
evilhero
|
5fc5d17a1c
|
FIX: Trying to fix O.
|
2019-02-04 13:54:37 -05:00 |
evilhero
|
ab4e87363e
|
FIX: fixed cache folder being publically exposed, FIX: added .secure folder and move cookies into secured location as required
|
2019-02-03 14:41:11 -05:00 |
evilhero
|
6b6ab8d285
|
FIX: fix for DDL provider throwing an error when searching and no issue number present (ala one-shot issue)
|
2019-02-02 17:11:09 -05:00 |
evilhero
|
99241f700a
|
IMP: Added One-Shot as a type to weekly pull, allows for weekly one-offs to work as expected with one-shot issues, FIX: Fixed dbUpdater start sequence line to be logged so it's not just saying Update Completed
|
2019-02-02 16:18:57 -05:00 |
evilhero
|
5df40f07b6
|
FIX: Fix for logging error during post-processing
|
2019-02-02 16:17:39 -05:00 |
evilhero
|
039ebc3d75
|
FIX: Fix for typo in PostProcessor
|
2019-02-02 00:46:14 -05:00 |
evilhero
|
9ca2c3b47d
|
FIX: Added more verifications (date/volume/year) when story-arc post-processing is being performed
|
2019-02-02 00:33:19 -05:00 |
evilhero
|
cf2c066d22
|
FIX:(#2183) Fix for pack information not being present when searching nzb providers
|
2019-02-01 20:46:03 -05:00 |
evilhero
|
92a60760a0
|
FIX: Get rid of 'Site' error when searching non-torrent/ddl related sites
|
2019-02-01 20:13:58 -05:00 |
evilhero
|
9683646d8c
|
FIX: another variable fix for post-processing
|
2019-02-01 17:30:16 -05:00 |
evilhero
|
350a5c2045
|
FIX: variable fix for post-processing
|
2019-02-01 17:21:20 -05:00 |
evilhero
|
5a98e4f4a2
|
FIX: fix for missed variables in last commit
|
2019-02-01 17:07:54 -05:00 |
evilhero
|
41e5f42471
|
FIX:(#2179) Post-processing item would fail if match would occur on story-arc check, FIX: Fixed some sub-directory problems when doing various types of scans, IMP: Added booktype to filechecker parsing results, FIX: When downloading via DDL, would not adhere to the booktype as a restraint, IMP: Pack support added for DDL (available as a per series option), IMP: Added BookType & Aliases to the arc's section which will impact how issues/series are searched/post-processed/cheked when they're an issue from an arc, IMP: Initial codebase for the a queue manager section, IMP: Write DDL-Queue data to the sql table so that stalled/broken downloads can be resumed/deleted etc eventually, FIX: If a filename didn't have a valid issue number and it is a Print Edition, will now throw a warning indicating other options to try instead of causing a traceback, IMP: Updated snatch notifications so the notification header will just say 'Issue Snatched' with a brief description, FIX: Removed multiple import db lines from the helpers module, IMP: cleanup_cache variable (true/false) added to config section which will initiate a cleanup of items in the cache directory on startup which will remove items that are no longer needed, IMP: Changed some logging string concatenation lines to try and avoid traceback errors due to logging
|
2019-02-01 16:25:24 -05:00 |
evilhero
|
2220d04755
|
FIX:(#2181) Fix for incorrect sub-path when manually post-processing issues
|
2019-01-31 13:40:15 -05:00 |
evilhero
|
5016fe1b02
|
FIX:(#2179) Fix for post-processing failing when comparing against story arcs
|
2019-01-31 09:30:33 -05:00 |
evilhero
|
43ca4825e5
|
FIX:(#2179) Post-processing item would fail if match would occur on story-arc check, FIX: Fixed some sub-directory problems when doing various types of scans, IMP: Added booktype to filechecker parsing results, FIX: When downloading via DDL, would not adhere to the booktype as a search-result constraint with regards to matching
|
2019-01-30 17:08:30 -05:00 |
Toby Nieboer
|
ccbe865f68
|
Misc typos in init-scripts/systemd/read.me
|
2019-01-29 11:36:30 -05:00 |
Mark Beznos
|
d9aacb147d
|
Update login.css
switched to using https to avoid console warning when mylar served over http
|
2019-01-29 11:33:44 -05:00 |
evilhero
|
c3370af4ae
|
Update issue templates for bug reporting
|
2019-01-29 11:23:39 -05:00 |
evilhero
|
b5e87992f8
|
FIX:(#2088) Fix for search erroring out when searching for issue numbers with decimal places, and/or alpha-numerics within, FIX: Fixed a DDL post-processing problem where it would not pass the full path back to the post-processing call, FIX: Added some more exception logging to aid in future DDL search-related problems
|
2019-01-27 11:46:59 -05:00 |
evilhero
|
42f7e065da
|
FIX: fix for DDL not parsing pack size properly which resulted in search error
|
2019-01-23 15:05:02 -05:00 |
evilhero
|
da2de2feab
|
FIX: Fix for DDL Size incorrectly being parsed
|
2019-01-23 14:17:53 -05:00 |
evilhero
|
bb9f641727
|
FIX: Fix for DDL trying to parse a pack result and not recognizing the 2 size formats
|
2019-01-23 13:42:39 -05:00 |
evilhero
|
02d805d4bd
|
FIX: Fix for DDL attempting to parse issue year from results that did not contain an issue year, FIX: (#2172) Attempt to fix config page not displaying branch history due to non-English locale which resulted in unicode error
|
2019-01-23 13:15:28 -05:00 |
evilhero
|
0cfe3e22e0
|
FIX: When adding TPB/GN series that collects other TPB series, would incorrectly attempt to find an issue number resulting in an error
|
2019-01-23 13:12:54 -05:00 |
evilhero
|
f53ad0fe71
|
FIX:(#2173) Post-Processing via ComicRN/CDH would fail due to invalid reference
|
2019-01-22 22:08:40 -05:00 |
evilhero
|
05f3eb4ad8
|
FIX:(#2156) On Windows, git would return error when viewing configuration page and display None for branch history, FIX: When manual post-processing and SABnzbd was enabled, in some cases would mistakingly try to post-process using some sabnzbd options, IMP: Added the [__ISSUEID__] option for post-processing files that will not pp/scan/etc. Add the issueid to the end of the filename in the format of [__123456__] and Mylar will post-process the issue directly to that issueid and ignore any verification checking (it will also remove the [__123456__] from the filename after post-processing), IMP: Added sabnzbd version to Test SABnzbd output, and if SAB is too low of a version, will remove Completed Download Handling as an option and provide warning indicating as such
|
2019-01-22 10:16:13 -05:00 |
evilhero
|
2bee5d4657
|
FIX: When loading item from ddl queue, would throw an error due to an invalid reference
|
2019-01-17 21:35:27 -05:00 |
evilhero
|
340f4b62b7
|
FIX: Fix for lone unicode character being mistakingly represented as an issue number during some post-processing scans, FIX: set INFO logging lines to DEBUG when performing RSS search
|
2019-01-17 14:42:51 -05:00 |
evilhero
|
319d7f7f54
|
FIX: more general fixes for DDL option, IMP: Added DDL Queue so items hitting the DDL provider option will be queued in sequence for downloading & immediate post-processing thereafter
|
2019-01-17 13:22:36 -05:00 |
evilhero
|
464c8c69b1
|
FIX: small fix for DDL post-processing
|
2019-01-17 09:25:17 -05:00 |
evilhero
|
d08b56a4ff
|
FIX: Fix for manual post-processing failing due to previous commits
|
2019-01-16 17:43:38 -05:00 |