github linuxserver/docker-mylar3 nightly-989816b3-ls326

latest releases: nightly-9e283397-ls443, v0.8.0-ls170, v0.8.0-ls169...
pre-release19 months ago

LinuxServer Changes:

Move unrar to /usr/bin for backwards compatibility.

mylar3 Changes:

FIX: rechecking Story-Arc directory fails on missing issue numbers

The "Search for Missing Search for Watchlist matches/Recheck Files"
button throws an error when a file in the story-arc dir doesn't have an
issue number (e.g. one-shots). The exception thrown:

 File "/app/mylar3/mylar/logger.py", line 337, in new_run
   old_run(*args, **kwargs)
 File "/usr/lib/python3.10/threading.py", line 953, in run
   self._target(*self._args, **self._kwargs)
 File "/app/mylar3/mylar/webserve.py", line 1581, in addStoryArc
   self.ArcWatchlist(storyarcid)
 File "/app/mylar3/mylar/webserve.py", line 5166, in ArcWatchlist
   temploc = tmpfc['issue_number'].replace('_', ' ')
'NoneType' object has no attribute 'replace'

Don't miss a new docker-mylar3 release

NewReleases is sending notifications on new releases.