From 57f8175b0d5b279a454a2f73b0185c840f23a66f Mon Sep 17 00:00:00 2001 From: Anarion Dunedain Date: Tue, 28 Mar 2023 13:53:50 +0200 Subject: [PATCH] Duplicate website/docs/applications/media-serving/pytivo.md history in roles/pytivo/docs/ history. --- roles/pytivo/docs/pytivo.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 roles/pytivo/docs/pytivo.md diff --git a/roles/pytivo/docs/pytivo.md b/roles/pytivo/docs/pytivo.md new file mode 100644 index 00000000..c3344a23 --- /dev/null +++ b/roles/pytivo/docs/pytivo.md @@ -0,0 +1,32 @@ +--- +title: "PyTivo" +--- + +Project Homepage: + + +Docker Homepage: + + +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. + +## Usage + +Set `pytivo_enabled: true` in your `group_vars/all.yml` file. The PyTivo +web interface can be found at . + +## 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).