Small corrections
This commit is contained in:
parent
2459ee1c82
commit
2f1b232023
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
Python (2.7) needs to be installed; additionally, these packages need to be
|
Python (2.7) needs to be installed; additionally, these packages need to be
|
||||||
installed:
|
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
|
appears to be working well; the original
|
||||||
[TiVo File Decoder](http://tivodecode.sourceforge.net) has trouble
|
[TiVo File Decoder](http://tivodecode.sourceforge.net) has trouble
|
||||||
decoding some files and fails silently.
|
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`.
|
* `cookies`: filename of the cookie jar, relative to `~/.tivo`.
|
||||||
* `host`: hostname of the Tivo.
|
* `host`: hostname of the Tivo.
|
||||||
* `ignoreepisodetitle`: Only use the series' title; default *false*. See
|
* `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.
|
* `mak`: the Media Access Key for your Tivo account.
|
||||||
* `minfree`: if there's less space in `targetdir` than these many gigabytes,
|
* `minfree`: if there's less space in `targetdir` than these many gigabytes,
|
||||||
do not download anything.
|
do not download anything.
|
||||||
|
@ -46,12 +46,14 @@ download anything.
|
||||||
* `-v` / `--verbose`: print output to stderr as well as to the log file.
|
* `-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
|
* `-u` / `--update`: load new table of contents irrespective of the age of
|
||||||
the current cached copy.
|
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:
|
`tivomirror` accepts the following commands:
|
||||||
* `list`: list all episodes stored on the Tivo, with an indication of:
|
* `list`: list all episodes stored on the Tivo, with an indication of:
|
||||||
* `download`: episode will be downloaded the next time `mirror` runs.
|
* `download`: episode will be downloaded the next time `mirror` runs.
|
||||||
* `already`: the episode was downloaded successfully previously.
|
* `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.
|
there's no entry for it in the `shows` hash in the config.
|
||||||
* `recording`: this episode is currently being recorded; it can be
|
* `recording`: this episode is currently being recorded; it can be
|
||||||
downloaded after the recording is finished.
|
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
|
`tivodb` can be used to list, add or remove entries from the download database at
|
||||||
`~/.tivo/downloads.db`:
|
`~/.tivo/downloads.db`:
|
||||||
* `-a`: add the named entry to the database.
|
* `-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.
|
* `-l`: list all entries in the database.
|
||||||
|
|
Loading…
Reference in a new issue