From 8503b3a9cca7c081d85f37c86589343c3349966b Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sun, 26 May 2024 20:40:54 +0000 Subject: [PATCH] add official applications to the declaration we are often asked about this, so add it to the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6d628..e7af6cc 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ These parameters can be configured by opening the plugin settings * Docker - the container is being run as a non-root user while having been built as a root user, causing the web files to be owned by root. To solve this, you can remove any lines like `User: 1000:1000`, `GUID:`, `PID:`, etc. from the jellyfin docker compose file. * Install from distro repositories - the jellyfin-server will execute as `jellyfin` user while the web files will be owned by `root`, `www-data`, etc. This can likely be fixed by adding the `jellyfin` user (or whichever user executes the jellyfin server) to the same group that owns the jellyfin-web folders. **You should only do this if they are owned by a group other than root**. - +- The official Android and Android TV app do not support the skip button. For these apps, you will need to use the autoskip option. Please note that there is currently an [issue](https://github.com/jumoog/intro-skipper/issues/168) with autoskip not working because the apps never receive the seek command from Jellyfin. ## Installation (MacOS) 1. Build ffmpeg with chromaprint support using brew: