From 9941831407ac1f09f4639c3de6cbbd3003214ea7 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Wed, 24 Jul 2024 23:20:02 -0600 Subject: [PATCH] - Add notes about Jellyfin and Emby (in)compatibility --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3826893..eb6bf7f 100644 --- a/README.md +++ b/README.md @@ -311,3 +311,15 @@ Schedule as frequently as needed for your schedule (ex: hourly, daily, weekly, e ## Shout out to places to get Pre-Roll - + +--- + +## FAQ + +**Can this work with Jellyfin?** + +Jellyfin has an [Intros plugin](https://github.com/jellyfin/jellyfin-plugin-intros) that already replicates this functionality, in terms of setting rules (including based on schedule, as well as based on the about-to-play media item) for prerolls. I recommend using that plugin instead. + +**Can this work with Emby?** + +Emby has a [Cinema Intros plugin](https://emby.media/support/articles/Cinema-Intros.html) with a similar ["list of videos" option](https://emby.media/support/articles/Cinema-Intros.html#custom-intros). Currently, there is **no way** to update this setting via Emby's API, so there is no way to automate this process. I am in communication with the Emby development team to see if this feature can be added.