diff --git a/README.md b/README.md index f9dcf1b..a34408e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Python (2.7) needs to be installed; additionally, these packages need to be installed: -* py27-yaml +* `py27-yaml` -tivodecode needs to be available on the path. [mackworth/tivodecode-ng](https://github.com/mackworth/tivodecode-ng) +`tivodecode` needs to be available on the path. [mackworth/tivodecode-ng](https://github.com/mackworth/tivodecode-ng) appears to be working well; the original [TiVo File Decoder](http://tivodecode.sourceforge.net) has trouble decoding some files and fails silently. @@ -18,7 +18,7 @@ config file can contain the following keys: * `cookies`: filename of the cookie jar, relative to `~/.tivo`. * `host`: hostname of the Tivo. * `ignoreepisodetitle`: Only use the series' title; default *false*. See - also command line paramter `-i`. + also command line paramter `-T`. * `mak`: the Media Access Key for your Tivo account. * `minfree`: if there's less space in `targetdir` than these many gigabytes, do not download anything. @@ -46,12 +46,14 @@ download anything. * `-v` / `--verbose`: print output to stderr as well as to the log file. * `-u` / `--update`: load new table of contents irrespective of the age of the current cached copy. +* `-T` / `--ignoreepisodetitle`: Only use the series' title for the download + file name, not the combination of series and episode titles. `tivomirror` accepts the following commands: * `list`: list all episodes stored on the Tivo, with an indication of: * `download`: episode will be downloaded the next time `mirror` runs. * `already`: the episode was downloaded successfully previously. - * `not included': the series has not been selected for download, that is, + * `not included`: the series has not been selected for download, that is, there's no entry for it in the `shows` hash in the config. * `recording`: this episode is currently being recorded; it can be downloaded after the recording is finished. @@ -67,5 +69,5 @@ download anything. `tivodb` can be used to list, add or remove entries from the download database at `~/.tivo/downloads.db`: * `-a`: add the named entry to the database. -* `-d': delete the named entry from the database. +* `-d`: delete the named entry from the database. * `-l`: list all entries in the database.