Releases: linuxserver/docker-mylar3
v0.4.9.3-ls9
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
- IMP: Added pause-detector (and readd to queue) to SABnzbd CDH handling. Will now handle if SABnzbd is in paused mode during a send. When SABnzbd is unpaused, will auto-requeue all items that were sent to SABnzbd via Mylar so that they can be automatically post-processed sequentially (it won't redownload them again if SABnzbd aleady downloaded them)
- IMP: Added additional CDH handlers to CDH for SABnzbd (queue_paused, failed_in_sab, unhandled status) for more descriptive handling of errors
- IMP: providers that don't require search iteration due to issue numbering (DDL, experimental) will now stop being used after the first iteration of a search term (ie. 1, 01, 001 will stop it after the first iteration of 1 since it's not needed).
- FIX: fixed pull-list attempting to poll week 0, 2020 instead of week 52, 2020 or week 1, 2021 (resulted in empty pull-list)
- FIX: pull_refresh value in ini will now be written out after each pull refresh
- FIX: corrected incorrect url check for DDL in order to get some additional values when parsing search results for matching values.
- FIX: if a DDL download failed during a download, or never initiated properly (probably due to CF popping up), filename would be invalid and it would not give available options in the GUI
- FIX: corrected Failed color status in DDL history view
- FIX: If SABnzbd was in the middle of a status update (ie. Queuing, Waiting, w/e) and Mylar was attempting to check the history, would find the nzo_id but with an invalid status and wouldn't retry so the send to the post-processor wouldn't initiate
- FIX:(#579) Locmove option would fail when trying to update the paths in an existing Mylar3 database
- FIX: changed some INFO level logging to DEBUG level to try and minimize some search spam
- IMP: Adding in information on locmove & new_comdir
- IMP: Update README.md to include docker link
- FIX: forgot to include the statusChange code that's called via the API from an earlier commit (PR#257)
- FIX:(#568) Added additional filters to experimental search to allow for header formats of: YYYY-MM-DD-(Indie/Marvel/DC) [nn/nn]
- FIX:(#570) Pack titles without a # sign would not be properly parsed as a pack when using DDL provider.
- FIX: If incorrect volume was parsed previously from CV, would never update to correct volume unless manually entered.
- FIX: duplicate checker would fail during post-processing if item was not in the location specified and killed the queue.
- FIX:(#565) When searching for a One-Shot with an issue number of not 1 and comparing search results, would not correctly match to the given issue number (that isn't an issue 1)
- FIX: If CF was active when the RSS fires off with DDL enabled, it would cause the RSS feed to traceback due to not getting back a valid response.
v0.4.9.2-ls9
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
- FIX: (#548) Properly detecting variations of unicode dashes and represent them as a single dash when comparing/matching/etc
- IMP: (#257) API method changeStatus added to allow for mass changing of status' by comicid
- FIX: (#538) Attempt to fix some mktime conversion problems that are occurring when the publication date is prior to 1970 AND on a different timezone?
- FIX: (#553) incorrect variable used to reference file location
- FIX: Pull-list may show every issue on the pull as Snatched instead of Skipped
- IMP: recheckFiles API method added to allow for batch rechecking of series based on comicid
- OPDS: Added next/previous page check, and encoding filenames for web-viewer (@nymitr)
ee5741a0-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX: fix for the Wanted page not properly displaying if the future upcoming watch list had a NULL value in the IssueDate field
dbb3197e-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX: corrected incorrect url check for DDL in order to get some additional values, FIX: if a DDL download failed during a download, or never initiated properly (probably due to CF popping up), filename would be invalid and it would not give available options in the GUI, FIX: corrected Failed color status in DDL history view
d1d6989a-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX:(#579) Locmove option would fail when trying to update the paths in an existing Mylar3 database
c7db9865-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
Update look4untaggedcbzs.py
Washing my mouth out with soap.
bc2e31ea-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
Add backup_on_start to checked_configs
880aa24a-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX: changed some INFO level logging to DEBUG level to try and minimize some search spam
86c92b94-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX: #498 py3 hangover for autoProcessComics when working with NZBGet
82651573-ls1
LinuxServer Changes:
Release nightly
tag based on commits to upstream python3-dev
branch.
mylar3 Changes:
FIX: forgot to include the statusChange code that's called via the API from an earlier commit (PR#257)