From b335037f5f35cc4e35b11c70652338cb31f43556 Mon Sep 17 00:00:00 2001 From: lamusmaser Date: Thu, 31 Aug 2023 09:30:19 -0600 Subject: [PATCH] Add Plex integration to FAQ. --- mkdocs/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/faq.md b/mkdocs/docs/faq.md index f35ecce..2b07d73 100644 --- a/mkdocs/docs/faq.md +++ b/mkdocs/docs/faq.md @@ -30,7 +30,7 @@ Although there are similarities between these excellent projects and Tube Archiv Part of the scope is to be its own media server, to be able to overcome these limitations, so that's where the focus and effort of this project is. That being said, the nature of self hosted and open source software gives you all the possible freedom to use your media as you wish. - **Jellyfin**: There is an API to API integration available to sync metadata from Tube Archivist to Jellyfin: [tubearchivist/tubearchivist-jf](https://github.com/tubearchivist/tubearchivist-jf). Follow the instructions there. Please contribute to improve this integration. -- **Plex**: Progress is happening on that... +- **Plex**: There is a Plex Scanner and Agent combination that allows integration between Tube Archivist and Plex: [tubearchivist/tubearchivist-plex](https://github.com/tubearchivist/tubearchivist-plex). Follow the instructions there. Please contribute to improve this integration. ## How do I install this natively? This project is a classical Docker application: There are multiple moving parts that need to be able to interact with each other and need to be compatible with multiple architectures and operating systems. Additionally Docker also drastically reduces development complexity which is highly appreciated.