Skip to content

Releases: linuxserver/docker-mylar3

v0.4.9.1-ls6

28 Nov 10:21
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX:(#538) RSS cache would not be referenced properly against newznab providers tagged as [localhost] or [nzbhydra]
  • FIX: fix for DDL throwing challenge errors and killing the queue,
  • FIX: searches doing an extra loop for non-loopable providers (ie. DDL, experimental),
  • FIX: removed timeout after search for non-loopable providers
  • FIX: fixed traceback GUI dialog so that it can delete specific entries
  • FIX: ugly monkeypatch to exception GUI display so screen doesn't have to be refreshed
  • IMP: black + flake8 done to getcomics.py
  • FIX: mako error in opds

v0.4.9.1-ls5

23 Nov 17:04
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX:(#538) RSS cache would not be referenced properly against newznab providers tagged as [localhost] or [nzbhydra]
  • FIX: fix for DDL throwing challenge errors and killing the queue,
  • FIX: searches doing an extra loop for non-loopable providers (ie. DDL, experimental),
  • FIX: removed timeout after search for non-loopable providers
  • FIX: fixed traceback GUI dialog so that it can delete specific entries
  • FIX: ugly monkeypatch to exception GUI display so screen doesn't have to be refreshed
  • IMP: black + flake8 done to getcomics.py
  • FIX: mako error in opds

v0.4.9-ls5

21 Nov 10:20
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • Try / Except handling around the main aspects of the search and weeklypull modules, which should make every traceback therein not queue-ending (meaning even after the error, the searches can continue as if they never happened).

  • Added a special popup in the Logs tab (History / View Logs / Exceptions / Tracebacks) where all recorded tracebacks are logged - ability to view specifics, delete entries, and view log snippets pertaining to that specific traceback error, just prior to the error occuring.

  • Fixed a problem with DDL provider being lower-cased which might have resulted in some missed searched calls.

  • Formatted entire search.py file with black to conform to a soft-line limit of 88.

  • linted search.py with flake8

  • Changed table name from exceptions to exceptions_log

  • FIX: startup logger problems on non-English systems, fixed a carepackage problem for new installations

  • FIX: (#525) SABNZBD host address incorrectly referenced

  • FIX: small OPDS fixes

(plus a shitstorm of git merges to get everything back in sync between the 2 branches again)

v0.4.9-ls4

03 Nov 17:42
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • Try / Except handling around the main aspects of the search and weeklypull modules, which should make every traceback therein not queue-ending (meaning even after the error, the searches can continue as if they never happened).

  • Added a special popup in the Logs tab (History / View Logs / Exceptions / Tracebacks) where all recorded tracebacks are logged - ability to view specifics, delete entries, and view log snippets pertaining to that specific traceback error, just prior to the error occuring.

  • Fixed a problem with DDL provider being lower-cased which might have resulted in some missed searched calls.

  • Formatted entire search.py file with black to conform to a soft-line limit of 88.

  • linted search.py with flake8

  • Changed table name from exceptions to exceptions_log

  • FIX: startup logger problems on non-English systems, fixed a carepackage problem for new installations

  • FIX: (#525) SABNZBD host address incorrectly referenced

  • FIX: small OPDS fixes

(plus a shitstorm of git merges to get everything back in sync between the 2 branches again)

v0.4.8-ls3

26 Oct 16:59
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX: log_level in config.ini will now honoured. If -v or -q is specified on execution, that will over-ride the config value

  • IMP: Lessen some of the removal restrictions in carepackage so the logs are a bit more readable

  • FIX:(#505) Fixes webviewer throwing a large X on new image load (just the cover)

  • FIX:(#513) Fix for LR issues not being detected during post-processing runs

v0.4.7-ls3

19 Oct 15:04
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX:(#496) when parsing filenames (search / post-processing / refresh) would incorrectly parse some items in the filename as if they belonged to an issue exception listing

  • IMP: Updated parsing / polling CV to include LR issue numbering

  • IMP: Added global issue exceptions list so adding future alpha issue numbering is slightly easier

  • FIX: (as per a small portion of #476) Fixed incorrect qbittorrent initialization, and added initialization for TMP_PROV and EXT_IP globally

  • Fixed setting the tools.sessions.timeout value

  • Fixed some janky css paths and js paths for webviewer

  • FIX:(#488) make sure to set/check the default value for dupe_constraint on startup

  • FIX:(#480) Allow for Omega and Alpha numbering

  • FIX:(#485) If padding was not enabled, would still try to padd some values incorrectly

  • FIX: fix for file parser not properly detecting filenames using _ as a space delmiter and also including a # sign to desginate an issue number

  • FIX: fix for search results icon not showing up regardless of interface used

  • FIX:(#480) CV titles that had a ’ instead of a ' would not match up properly

v0.4.6-ls3

10 Oct 09:16
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX:(#471) Fix for annuals not being post-processed

  • FIX: viewing downloaded annuals on the series detail page (via the i icon) - just added the correct table

  • FIX: fix for DDL not searching for one-shot issues properly (especially one-off's via the pullist)

  • FIX: fix for one-off post-processing error

  • Updated lib.rarfile to the newest stable version (v4.0).

  • Updated requirements.txt to include rarfile>=4.0

  • FIX: fix for AgeRating writing blank value to metadata when AgeRating isn't set

v0.4.6-ls2

04 Oct 13:50
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • FIX:(#471) Fix for annuals not being post-processed

  • FIX: viewing downloaded annuals on the series detail page (via the i icon) - just added the correct table

  • FIX: fix for DDL not searching for one-shot issues properly (especially one-off's via the pullist)

  • FIX: fix for one-off post-processing error

  • Updated lib.rarfile to the newest stable version (v4.0).

  • Updated requirements.txt to include rarfile>=4.0

  • FIX: fix for AgeRating writing blank value to metadata when AgeRating isn't set

v0.4.5-ls1

28 Sep 12:28
Compare
Choose a tag to compare

LinuxServer Changes:

Initial release.
mylar3 Changes:

FIX:(#449) hyphens in filenames during refresh/rescan causing traceback error

FIX:(#451) Fixes FeedParser 6.0.0 not working, will still work with < 6