Skip to content

Releases: fredmorcos/tvrank

tvrank-0.3.0

01 Jan 15:16
Compare
Choose a tag to compare
  • More cleanups in the storage system
  • Simpler and cleaner internals
  • A new option --force-update to force the update of internal databases
  • Simultaneous database downloads
  • Show results for both movies and series
  • Separate sub-commands for querying movies and series directories
  • Rudimentary partial word/keyword-based searching
  • Support special characters, e.g. é when searching with e
  • Print useful information to stderr even if logging is disabled
  • Support for tvrank.json files:

The tvrank.json file can be put under the toplevel directory of a title and can contain
e.g. the title ID for exact identification. This is useful when there are multiple matches
for a single title name and year.

The format of the tvrank.json file is as follows:

{
    "imdb": {
        "id": "ttXXXXXXXX"
    }
}

where "ttXXXXXXXX" is the IMDB title id shown under the IMDB ID column.

tvrank-0.2.0

30 Nov 21:07
Compare
Choose a tag to compare
  • Rework the storage system
  • Simplify the library API
  • Offer API hooks for UI updates

tvrank-0.1.0

23 Nov 12:57
Compare
Choose a tag to compare
  • 0.1.0
    • Initial release
    • Can query movies and series
    • Supports single title queries and directory scanning
    • Only IMDB TSV dumps are currently supported