Skip to content

Releases: pymedusa/Medusa

Release 1.0.11

14 Jan 16:42
b9292f9
Compare
Choose a tag to compare

Improvements

  • Put showid search results on top
  • Change missing directory log level to debug

Fixes

  • Fix parsing for shows that have year in the title

Release 1.0.10

15 Dec 09:52
0b9b58d
Compare
Choose a tag to compare

Improvements

  • Add TVNZ 1 logo
  • Add compatibility to Python 3.11
  • Allow to add scene exception to force exact show title match

Fixes

  • Set english language in requests header for Addic7ed subs provider
  • Avoid error when post-processing path is None
  • Fix error log when ffmpeg doesn't detect audio or video

Release 1.0.9

11 Oct 19:31
e4b480c
Compare
Choose a tag to compare

Improvements

  • Always get current version on startup (10925)
  • Remove copy fallback when hardlink failed (10952)
  • Change log level to info for episodes not in DVD order (10872)
  • Update M-net logo (10937)

Fixes

  • Normalize the imdb_id (10923)
  • Replace non-UTF8 chars instead of error for Plexmatch file (10948)
  • Fix Download Handler log filter (10953)

Release 1.0.8

06 Sep 09:19
f690170
Compare
Choose a tag to compare

Fixes

  • Catch exception when we can't translate a title to imdb_id. (10912)
  • Authenticate websocket connections. (10914)

Release 1.0.7

26 Aug 12:51
d7b29dc
Compare
Choose a tag to compare

Improvements

  • Add ffmpeg to docker build for postprocessing

Fixes

  • Add encoding when working with plexmatch file
  • Fix anidb cache key causing exceptions
  • Various smaller fixes

Release 1.0.6

25 Jul 15:54
400903a
Compare
Choose a tag to compare

Improvements

  • Remove the Download field from the display-show table. Isn't used anymore. (10813)

Fixes

  • Fixed borders in tables where display: flex is used on a table cell. (10813)
  • Fix keys for caching recommended shows in recommended.dbm. (10827)
  • Fix using download handler with deluge / deluged. (10828)
  • History page: Fix filtering by multiple fields (10832)
  • Fix error when parsing files without subs (10837)

Release 1.0.5

06 Jul 15:22
cb13ff9
Compare
Choose a tag to compare

Fixes

  • Only auto change the status of an episode, when directly triggered through the web ui. (10806)

Release 1.0.4

05 Jul 12:40
848c295
Compare
Choose a tag to compare

Improvements

  • Added connection (lost) indicator on the Medusa log (10774)
  • Extend subtitle file parsing to allow for titles with language name. (10782)
  • Auto change status episode to Wanted, when running a forced search for the episode. 10796)

Fixes

  • Homepage: Fix loading shows from localCache (10779)
  • Fix Erai-raws formatted anime release guessit parsing (10791)
  • Fix switching branch (10798)

Release 1.0.3

10 Jun 19:33
6313f26
Compare
Choose a tag to compare

Improvements

  • Change log to debug when metadata image can't be retrieved
  • Update MediaInfo for Windows and MacOSX
  • Update Docker image to Python version 3.10

Fixes

  • Fix NullReferenceError on testRename page when postprocessing method is symlink
  • Fix a specific guessit test

Release 1.0.2

31 May 20:09
ad2c7ad
Compare
Choose a tag to compare

Fixes

  • Downgrade Typing Extensions lib to support Python 3.6