mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
first commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<h1 align="center">Jellyfin Theme Songs Plugin</h1>
|
||||
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>
|
||||
|
||||
<p align="center">
|
||||
Jellyfin Skin Manager is a plugin that helps you to download and install skins;
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Build Process
|
||||
1. Clone or download this repository
|
||||
2. Ensure you have .NET Core SDK setup and installed
|
||||
3. Build plugin with following command.
|
||||
```sh
|
||||
dotnet publish --configuration Release --output bin
|
||||
```
|
||||
4. Place the resulting .dll file in a folder called ```plugins/Merge versions``` under the program data directory or inside the portable install directory
|
||||
|
||||
|
||||
"# jellyfin-plugin-skin-manager"
|
||||
Reference in New Issue
Block a user