LinuxServer Changes:
Rebase to alpine 3.15.
mylar3 Changes:
Improvements
IMP: Change out urllib for requests in CT, use params instead of string url
IMP: CT would fail to metatag issues due to invalid UA (use auto-generate random UA)
IMP: Log CT errors as unsuccessful when metatagging and do not complete as if was successful
IMP: Bump CT version to 1.3.5
IMP: -cp
(--clearprovidertable
) added to maintenance CLI. Command will drop the provider_searches table in case the table becomes corrupt with bad data or multiple providers causing a startup error
IMP: Config value of clear_provider_table (True/False) to allow clear the table on startup for docker users (will auto-change to False if previously set to True on successful run (ie. provider table is cleared).
Fixes
FIX: Cleaned up the args.parse calls on startup
FIX: Adjusted the os.execv list on restart so it calls the proper arguments
FIX: Hotio docker image would fail to start cleanly - resulting in error when viewing pull
FIX: PS pre/extra scripts variables would not be sent in proper format
FIX: Issues that aren't on the watchlist, but are part of a story-arc & snatched via DDL would not post-process
FIX: Post-processing pre-script should run prior to metatagging not after.
FIX: Compare length of result substring against length of comic name (thnx @kcpants)
FIX: Update comicvinetalker.py (Remove reference to urllib) (thnx @btxgit)
FIX: (#1114) experimental error due to camelcase when unable to search
FIX: changeStatus
API endpoint to work with annuals
FIX: series.json would not update on refreshes called from the weeklypull
FIX: (#1125) config port value not being honoured