Skip to content

v1.7.1

Compare
Choose a tag to compare
@CollinHeist CollinHeist released this 06 Jun 20:00
· 1141 commits to master since this release
40d4590

Major Changes

  • Create reality TV/logo-based title card type
    • New card_type identifiers logo and reality tv
    • Requires "extras" to specify logo and background, like:
      extras:
        logo: /path/to/some/logo.png
        background: green # any color
    • Example of the card:
  • Added global option to disable season subfolders
    • New hide_season_holders option under options in global preferences
    • Affects both normal media directories and archives

Major Fixes

  • Create modules/.objects/ directory during module loading (causing error for docker container)

Minor Changes

  • Add ability to require kanji for a series using the anime card type
    • If the require_kanji extra is provided, cards of that series will not be made if no kanji was found/given
    • Example specification would be:
      extras:
        require_kanji: true

Minor Fixes

N/A