This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved native installation steps to a separate file
- Loading branch information
1 parent
68b6594
commit c27087f
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Native installation | ||
|
||
## Requirements | ||
|
||
* Jellyfin 10.8.0 beta 2 (beta 3 may also work, untested) | ||
* Compiled [jellyfin-web](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros) interface with intro skip button | ||
* [chromaprint](https://github.com/acoustid/chromaprint) (only versions 1.4.3 and later have been verified to work) | ||
|
||
## Instructions | ||
|
||
1. Install the `fpcalc` program | ||
1. On Debian based distributions, this is provided by the `libchromaprint-tools` package | ||
2. Compiled binaries can also be downloaded from the [GitHub repository](https://github.com/acoustid/chromaprint/releases/tag/v1.5.1) | ||
2. Download the latest modified web interface from the releases tab and either: | ||
1. Serve the web interface directly from your Jellyfin server, or | ||
2. Serve the web interface using an external web server | ||
3. The corresponding source code can be found in this [fork](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros) | ||
3. Follow the plugin installation steps from the readme |