2020-04-22 04:41:58 +00:00
|
|
|
|
|
|
|
# PyTivo
|
|
|
|
|
|
|
|
Project Homepage:
|
2022-07-25 20:18:57 +00:00
|
|
|
<https://github.com/lucasnz/pytivo>
|
|
|
|
|
2020-04-22 04:41:58 +00:00
|
|
|
Docker Homepage:
|
2022-07-25 20:18:57 +00:00
|
|
|
<https://hub.docker.com/r/pinion/docker-pytivo>
|
2020-04-22 04:41:58 +00:00
|
|
|
|
|
|
|
PyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo
|
|
|
|
loads many standard video compression codecs and outputs mpeg2 video to
|
|
|
|
the TiVo. However, pyTivo is able to load MANY more file types than TiVo
|
2022-07-25 20:18:57 +00:00
|
|
|
Desktop. <http://pytivo.org/>
|
2020-04-22 04:41:58 +00:00
|
|
|
|
|
|
|
## Usage
|
2022-07-25 20:18:57 +00:00
|
|
|
|
2020-04-22 04:41:58 +00:00
|
|
|
Set `pytivo_enabled: true` in your `group_vars/all.yml` file. The PyTivo
|
2022-07-25 20:18:57 +00:00
|
|
|
web interface can be found at <http://ansible_nas_host_or_ip:9032>.
|
2020-04-22 04:41:58 +00:00
|
|
|
|
|
|
|
## Specific Configuration
|
2022-07-25 20:18:57 +00:00
|
|
|
|
2020-04-22 04:41:58 +00:00
|
|
|
PyTivo needs to be configured for use. Your ansible-nas media is
|
|
|
|
available to share via:
|
2022-07-25 20:18:57 +00:00
|
|
|
|
2020-04-22 04:41:58 +00:00
|
|
|
* /movies - Where your movies are stored
|
|
|
|
* /music - Where your music is stored
|
|
|
|
* /photos - Where your photos are stored
|
|
|
|
* /podcasts - Where your podcasts are stored
|
|
|
|
* /tv - Where your TV episodes are stored
|
|
|
|
|
|
|
|
Configuration help for PyTivo settings can be found at [Configure_pyTivo](https://pytivo.sourceforge.io/wiki/index.php/Configure_pyTivo).
|