Duplicate website/docs/applications/media-serving/pytivo.md history in roles/pytivo/docs/ history.

This commit is contained in:
Anarion Dunedain 2023-03-28 13:53:50 +02:00
parent e53297d72c
commit 57f8175b0d

View file

@ -0,0 +1,32 @@
---
title: "PyTivo"
---
Project Homepage:
<https://github.com/lucasnz/pytivo>
Docker Homepage:
<https://hub.docker.com/r/pinion/docker-pytivo>
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
Desktop. <http://pytivo.org/>
## Usage
Set `pytivo_enabled: true` in your `group_vars/all.yml` file. The PyTivo
web interface can be found at <http://ansible_nas_host_or_ip:9032>.
## Specific Configuration
PyTivo needs to be configured for use. Your ansible-nas media is
available to share via:
* /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).