mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Update Add-Ons.md
This commit is contained in:
104
Add-Ons.md
104
Add-Ons.md
@@ -5,12 +5,91 @@ This is a Jellyfin add-on that allows you to customise My Media cover arts. This
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### 🖼️ Preview
|
### 🖼️ Presets
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><i>Click here to reveal</i></summary>
|
<summary><i>This is how the covers look without this add-on.</i></summary>
|
||||||
|
|
||||||
<img src="https://github.com/lscambo13/ElegantFin/blob/main/Previews/10.%20My%20Media%20Cover%20Arts.png" style="width:720px;height:auto;"></img>
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>This is how they look with this add-on, by default.</i></summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```
|
||||||
|
@import url("https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/assets/add-ons/custom-media-covers-nightly-min.css");
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>You can also change these covers.</i></summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>You can achieve a minimal design too.</i></summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```
|
||||||
|
@import url("https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/assets/add-ons/custom-media-covers-nightly-min.css");
|
||||||
|
|
||||||
|
:root{
|
||||||
|
--colorOverlayMoviesCover: transparent;
|
||||||
|
--colorOverlayTvshowsCover: transparent;
|
||||||
|
--colorOverlayLivetvCover: transparent;
|
||||||
|
--colorOverlayPlaylistsCover: transparent;
|
||||||
|
--colorOverlayBoxsetsCover: transparent;
|
||||||
|
--colorOverlayMusicCover: transparent;
|
||||||
|
--colorOverlayHomevideosCover: transparent;
|
||||||
|
--colorOverlayBooksCover: transparent;
|
||||||
|
--colorOverlayFoldersCover: transparent;
|
||||||
|
--urlMoviesCover: transparent;
|
||||||
|
--urlTvshowsCover: transparent;
|
||||||
|
--urlLivetvCover: transparent;
|
||||||
|
--urlPlaylistsCover: transparent;
|
||||||
|
--urlBoxsetsCover: transparent;
|
||||||
|
--urlMusicCover: transparent;
|
||||||
|
--urlHomevideosCover: transparent;
|
||||||
|
--urlBooksCover: transparent;
|
||||||
|
--urlFoldersCover: transparent;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```
|
||||||
|
@import url("https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/assets/add-ons/custom-media-covers-nightly-min.css");
|
||||||
|
|
||||||
|
:root{
|
||||||
|
--colorOverlayMoviesCover: transparent;
|
||||||
|
--colorOverlayTvshowsCover: transparent;
|
||||||
|
--colorOverlayLivetvCover: transparent;
|
||||||
|
--colorOverlayPlaylistsCover: transparent;
|
||||||
|
--colorOverlayBoxsetsCover: transparent;
|
||||||
|
--colorOverlayMusicCover: transparent;
|
||||||
|
--colorOverlayHomevideosCover: transparent;
|
||||||
|
--colorOverlayBooksCover: transparent;
|
||||||
|
--colorOverlayFoldersCover: transparent;
|
||||||
|
--urlMoviesCover: var(--cardBackgroundGradient);
|
||||||
|
--urlTvshowsCover: var(--cardBackgroundGradient);
|
||||||
|
--urlLivetvCover: var(--cardBackgroundGradient);
|
||||||
|
--urlPlaylistsCover: var(--cardBackgroundGradient);
|
||||||
|
--urlBoxsetsCover: var(--cardBackgroundGradient);
|
||||||
|
--urlMusicCover: var(--cardBackgroundGradient);
|
||||||
|
--urlHomevideosCover: var(--cardBackgroundGradient);
|
||||||
|
--urlBooksCover: var(--cardBackgroundGradient);
|
||||||
|
--urlFoldersCover: var(--cardBackgroundGradient);
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@@ -26,16 +105,23 @@ This is a Jellyfin add-on that allows you to customise My Media cover arts. This
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### ⚙️ How to modify this add-on?
|
### ⚙️ How to configure this add-on?
|
||||||
|
|
||||||
|
- Remember, you do not need to configure anything if you're happy with the default set of images.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>Click here to reveal.</i></summary>
|
||||||
|
|
||||||
- To configure your theme to use the custom images, you'll need to input a URL pointing to an image in variables starting with '--url' and an overlay color in variables starting with '--color'.
|
- To configure your theme to use the custom images, you'll need to input a URL pointing to an image in variables starting with '--url' and an overlay color in variables starting with '--color'.
|
||||||
|
|
||||||
- The ideal Jellyfin cover sizes are `960px x 540px`, and the colors should be in rgb format i.e. `rbg(128, 128, 128)`.
|
- The ideal Jellyfin cover sizes are `960px x 540px`, and the colors should be in rgb format i.e. `rbg(128, 128, 128)`.
|
||||||
|
|
||||||
- Below are all the configurable variables, but you should remove the entries you do not intend to modify:
|
- Below are all the configurable variables, but you should remove the entries you do not intend to modify:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
|
||||||
<!-- overlay colors; change according to your image. -->
|
<!-- overlay colors; change according to your image. -->
|
||||||
@@ -63,6 +149,10 @@ This is a Jellyfin add-on that allows you to customise My Media cover arts. This
|
|||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
### 🆗 Read this example:
|
### 🆗 Read this example:
|
||||||
Suppose you want to modify the Live TV cover art. You'll have to modify the variables named `--colorOverlayLivetvCover` and `--urlLivetvCover`, so that your final configuration will look something like this:
|
Suppose you want to modify the Live TV cover art. You'll have to modify the variables named `--colorOverlayLivetvCover` and `--urlLivetvCover`, so that your final configuration will look something like this:
|
||||||
|
Reference in New Issue
Block a user