|
Configuration 1 - Centered Positioning, Background Blur, Higher Scaling, No Offset
|
Configuration 2 - Custom Positioning, No Blur, Lower Scaling, Custom Offset
|
Configuration 1
Configuration 2
https://raw.githubusercontent.com/Fovty/HoverTrailer/master/manifest.json
Recommended companion plugin: install File Transformation (v2.2.1.0+) first. HoverTrailer auto-detects it and injects the client script through it instead of modifying files on disk.
Playback
Positioning modes
Sizing
Background blur
Behavior options
https://raw.githubusercontent.com/Fovty/HoverTrailer/master/manifest.json
.dll file to your Jellyfin plugins directory:
%ProgramData%\Jellyfin\Server\plugins\HoverTrailer/var/lib/jellyfin/plugins/HoverTrailer/config/plugins/HoverTrailer(hover: none)).[HoverTrailer] lines.If you see Access to the path '/usr/share/jellyfin/web/index.html' is denied, install the File Transformation plugin (see the recommendation under Manifest URL) — HoverTrailer will detect it and stop touching the web directory.
Fix file permissions:
docker exec -it jellyfin find / -name index.html
docker exec -it --user root jellyfin chown jellyfin:jellyfin /jellyfin/jellyfin-web/index.html
docker restart jellyfin
Or bind-mount the file:
docker cp jellyfin:/jellyfin/jellyfin-web/index.html /path/to/jellyfin/config/index.html
# then in docker-compose.yml:
volumes:
- /path/to/jellyfin/config/index.html:/jellyfin/jellyfin-web/index.html
git clone https://github.com/Fovty/HoverTrailer.git
cd hovertrailer
# StyleCop warnings are treated as errors in CI; suppress locally:
dotnet build --configuration Release --property:TreatWarningsAsErrors=false
Contributions welcome — fork, branch, PR. Match the existing code style, update docs alongside any configuration change, and test across browsers / Jellyfin versions.
This project is licensed under the MIT License - see the LICENSE file for details.
Note: This plugin is not officially affiliated with Jellyfin or Netflix. It's a community-developed enhancement for the Jellyfin media server.
C#
81.7%
HTML
18.3%
|
Configuration 1 - Centered Positioning, Background Blur, Higher Scaling, No Offset
|
Configuration 2 - Custom Positioning, No Blur, Lower Scaling, Custom Offset
|
Configuration 1
Configuration 2
https://raw.githubusercontent.com/Fovty/HoverTrailer/master/manifest.json
Recommended companion plugin: install File Transformation (v2.2.1.0+) first. HoverTrailer auto-detects it and injects the client script through it instead of modifying files on disk.
Playback
Positioning modes
Sizing
Background blur
Behavior options
https://raw.githubusercontent.com/Fovty/HoverTrailer/master/manifest.json
.dll file to your Jellyfin plugins directory:
%ProgramData%\Jellyfin\Server\plugins\HoverTrailer/var/lib/jellyfin/plugins/HoverTrailer/config/plugins/HoverTrailer(hover: none)).[HoverTrailer] lines.If you see Access to the path '/usr/share/jellyfin/web/index.html' is denied, install the File Transformation plugin (see the recommendation under Manifest URL) — HoverTrailer will detect it and stop touching the web directory.
Fix file permissions:
docker exec -it jellyfin find / -name index.html
docker exec -it --user root jellyfin chown jellyfin:jellyfin /jellyfin/jellyfin-web/index.html
docker restart jellyfin
Or bind-mount the file:
docker cp jellyfin:/jellyfin/jellyfin-web/index.html /path/to/jellyfin/config/index.html
# then in docker-compose.yml:
volumes:
- /path/to/jellyfin/config/index.html:/jellyfin/jellyfin-web/index.html
git clone https://github.com/Fovty/HoverTrailer.git
cd hovertrailer
# StyleCop warnings are treated as errors in CI; suppress locally:
dotnet build --configuration Release --property:TreatWarningsAsErrors=false
Contributions welcome — fork, branch, PR. Match the existing code style, update docs alongside any configuration change, and test across browsers / Jellyfin versions.
This project is licensed under the MIT License - see the LICENSE file for details.
Note: This plugin is not officially affiliated with Jellyfin or Netflix. It's a community-developed enhancement for the Jellyfin media server.
C#
81.7%
HTML
18.3%