Skip to content

Releases: fracpete/kodi-nfo-generator

Release v0.0.15

28 Sep 20:33
Compare
Choose a tag to compare
  • added experimental extraction of episode information from JSON (if available), which take precedence over information from HTML tags
  • added experimental --multi_episodes flag, which outputs a multi-episode.nfo file with all the episode details rather than one .nfo per episode
  • the --episode_pattern option now allows specifying multiple patterns (e.g., ?x??* and ??x??*)

Release v0.0.14

07 Mar 19:48
Compare
Choose a tag to compare
  • now checking whether aria-label attribute is present in rating tag for series (#7)

Release v0.0.13

26 Aug 08:43
Compare
Choose a tag to compare
  • now only downloading episode data for seasons that are also on disk rather than all available ones

Release v0.0.12

19 Aug 21:57
Compare
Choose a tag to compare
  • unescaping HTML entities in the JSON data when loading it (eg ')

Release v0.0.11

19 Aug 04:31
Compare
Choose a tag to compare
  • seasons can be extracted now from button-based navigation, as well as the older style "select"-based one.
  • episode data can be extract from episode-item-wrapper tags as well now

Release v0.0.10

16 Apr 09:56
Compare
Choose a tag to compare
  • using @type in JSON data to check whether episode data available (i.e., when TVSeries)

Release v0.0.9

05 Jan 23:27
Compare
Choose a tag to compare
  • using download-missing no longer generates Ignoring unhandled fanart type: download-missing message when fanart already present (just an output bug).
  • improved checks for existing .nfo files to reduce IMDB requests
  • added kodi-nfo-rename tool for renaming files using regular expressions (e.g., files of TV shows)
  • the kodi-nfo-gen tool now has additional options for matching episode files rather than using hardcoded defaults: --episode_pattern, --season_group, --episode_group.

Release v0.0.8

04 Jan 03:55
Compare
Choose a tag to compare
  • added kodi-nfo-guess tool that performs online database searches for directories that miss meta-files, like .imdb, which the kodi-nfo-gen tool uses as input.

Release v0.0.7

03 Jan 01:32
Compare
Choose a tag to compare
  • adding user-agent to request headers now (#6)
  • only making IMDB request when --overwrite flag present or .nfo not present, to avoid making too many calls to IMDB
  • the --delay no longer applies when not writing a file
  • fixed TV show .nfo generation (#1)
  • added download-missing choice for downloading fanart only when it is missing locally (download always performs a download)

Release v0.0.6

18 Aug 01:23
Compare
Choose a tag to compare
  • not all movie meta-data contains the actor field, now checking whether present (#4)