Skip to content

2.5.8

Compare
Choose a tag to compare
@jvlflame jvlflame released this 28 Sep 03:29

Added

  • Setting sort.movesubtitles to automatically detect and move subtitle files (#197)
    • This feature assumes that the root movie path is in its own contained folder with the subtitle files. Sorting files while using a flat directory structure will most likely not work as intended
    • Detects .ass, .ssa, .srt, .smi, .vtt
  • DeepL translator support (Thanks @Toastyice #302)
    • Can be enabled by using settings:
      • "sort.metadata.nfo.translate.module": "deepl"
      • "sort.metadata.nfo.translate.deeplapikey": ""
    • It requires a DeepL developer API key which allows 500,000 characters a month for free

Fixed

  • Suppress SYSLIB0014 error when importing custom webscraper class (Thanks @Andor233)
  • The GUI code editor now properly displays the correct custom location paths when clicking the Edit button (#301)