tvrank-0.8.0
-
The
title
sub-command has been renamed tosearch
. -
The
movies-dir
andseries-dir
sub-commands have been renamed toscan-movies
and
scan-series
, respectively. -
Documentation updates to the
db
module. -
This release fixes an issue with the
mark
sub-command writing in correcttvrank.json
files. The incorrecttvrank.json
files looked like this:{ "imdb": { "id": { "title_id": "ttXXXXX" } } }
While the correct
tvrank.json
files should like this:{ "imdb": { "id": "ttXXXXXX" } }
-
This release also fixes an issue (#54) with IMDB IDs that end with non-numeric
characters being accepted. Example:ttXXXXXabc
where XXXX are digits.