Skip to content

[1.1.12]

Compare
Choose a tag to compare
@jvlflame jvlflame released this 20 Feb 08:27

Added

  • More flexible metadata file naming in settings
    • poster-file-string="poster"
    • thumbnail-file-string="fanart"
    • trailer-file-string="<ID>-trailer"
    • nfo-file-string="<ID>"
    • screenshot-folder-string="extrafanart"
    • screenshot-img-string="fanart"
    • actorimg-folder-string=".actors"

Changed

  • Console output now includes timestamps
  • Condensed warning output on files failed to sort

Fixed

  • Files not failing to sort when genres are null

If you want to roll forward your existing settings file, add these lines under [General]:

poster-file-string="poster"
thumbnail-file-string="fanart"
trailer-file-string="<ID>-trailer"
nfo-file-string="<ID>"
screenshot-folder-string="extrafanart"
screenshot-img-string="fanart"
actorimg-folder-string=".actors"

Logging functionality will probably come next. Feel free to drop me feedback regarding timestamps in console or any feature requests you may have.