github linuxserver/docker-mylar3 v0.6.0-ls38

latest releases: nightly-9e283397-ls429, v0.8.0-ls156, v0.8.0-ls155...
2 years ago

LinuxServer Changes:

Rebase to alpine 3.14. Remove pathlib.py.

mylar3 Changes:

Improvements
IMP: SSE event handlers added to GUI to allow for dynamic notifications throughout program regardless of screen - data will now be reflected in real-time (or very close to it). Only the index, history and series detail pages done currently...
IMP: Refresh Queue and Add Series Queue implemented in order to queue up multipes in the background
IMP: Folder Cache will be checked during each post-processing run in order to see if any matches are present before actual searching. (Folder Cache will be checked for subsequent new items at > 10 minutes since last post-processing run and held in memory)
FIX: page_name field added to all html to denote whether or not dynamic updating is allowable (not all pages currently supported)
IMP: changeBookType API endpoint added to allow for changing booktype of specific id
IMP: directory delete API endpoint added option to delete physical directory (directory_del = True/False)
IMP: refresh API endpoint now accepts comma delimited id list which flows thru the new Refresh Queue
IMP: load_image function added to stream the image to UI instead of loading it (convert to webp for possible faster loading)
IMP: Added publisher image for AWA
IMP: ComicDetail page updated to dynamic loading table which allows for near instant page load regardless of size:

  • annuals section updated to show grouping by series, proper column headers to indicate groupings along with delete options
  • issue detail box redone to be loaded javascript side instead of python side
  • added metatdata_source and metadata_type to issue details box to display depending on issue metadata loaded
  • secondary graphic added to issue status to denote when an issue is located in a secondary destination folder
  • on initial page load, if have counts don't match to what's in folder count - will recheck files automatically on initial load prior to display
  • show cover date and show store date option available depending on what is being shown for issues of a series (will display in corresponding column)
  • filters are dynamic based on what status' are present in issue list (if status doesn't exist, will not show)
  • show filesize for image in MB, not in bytes
  • added series volume watermark to general information tab of series for better visibility
  • redid all buttons to run via javascript for better response control
  • fixed checkbox issue selection so annuals are selected separetely from issues (previous bug)
  • Archived color status changed
    IMP: Removed all references/checks to SABnzbd being 0.8.0 or greater and the info line about ComicRN in the configuration

Fixes
FIX: Storyarc and storyarc detail table layout was overlapping in some portions (adjusted css)
FIX: Removed explisit from findComic API endpoint
FIX: If file returned Failed the read during metatagging, would incorrectly fail the item when it should be corrupt
FIX: Add additional test for more Print editions being incorrectly identified if One-Shot was tagged in the CV description field.
FIX: Correct calculation of image already existing when using alternate covers options and deciding on if a cover is new or not
FIX: Changed mode calls from unqueueissue function to smode
FIX: Remove futurepull functions (not used)
FIX: Fixed auto-want having incorrect sql query
FIX: Corrected changing reading order sequence so it will resequence without error
FIX: Manual_metatagging would not properly resolve issues in secondary folder location
FIX: Manual post-processing location will now be saved (just the last run) upon a successful post-processing run
FIX: Manual / group metatag would fail if issue belonged to an arc due to invalid query
FIX: Remove encryption warning on logon
FIX: Added discord notif to carepackage key removals
FIX: Torrent providers in config would not show as separated
FIX: More accurate/relevant search on index/history page, FIX: history page filter
FIX: Selecting All via dropdowns would show everything but one issue
FIX: (#929) missed some boolean of integer changes for verify in search
FIX: NZBGet would not work if the password contained a ?
FIX: NZBGet Test Connection option in the configuration page was not working correctly
FIX: Updated Annuals Integration option in configuration to better indicate what enabling/disabling does and changed color
FIX: SABnzbd section of configuration would not show Test Connection unless CDH was enabled - reworked the layout abit
FIX: Removed IssueArcID logging warning when post-processing issues that were not part of a story-arc.
FIX: Removed logging of CT metatagging output/errors (it's handled with better wording already)
FIX: Corrected so that instead of a boolean string (which will always return True), will be the boolean of an integer of a string.
FIX: Experimental hitting non-https for some reason when retrieving RSS feed.
FIX: Filter SABnzbd queue by nzo_id instead of search name
FIX: Magnet support for uTorrent (Thnx @eb3095)
FIX: Remove lib/pathlib - should not be included
FIX: Don't join secondary location path if it's not present
FIX: Sending to client via CDH would fail with empty nzb error
FIX: Fixed incorrect (this) references in configuration page
FIX: Blank cover image will be displayed if series detail page has no image
FIX: When recreating the pull, would throw a repoll error when data was stale / non-existent
FIX: Adjusted the auto-want check for the pull to not run if the weekly pull being generated is in the future.

Don't miss a new docker-mylar3 release

NewReleases is sending notifications on new releases.