mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
dev: Updated the readme.md and bug report template for clarity
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -22,13 +22,13 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
**Jellyfin Server:**
|
**Jellyfin Server:**
|
||||||
- Version [e.g. 10.10.7]
|
- Version [e.g. 10.10.7]
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop:**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS]
|
||||||
- Browser: [e.g. chrome, safari]
|
- Browser: [e.g. chrome, safari]
|
||||||
- Browser Version: [e.g. 22]
|
- Browser Version: [e.g. 22]
|
||||||
- Screen Resolution [e.g. 1920x1080]
|
- Screen Resolution [e.g. 1920x1080]
|
||||||
|
|
||||||
**Smartphone or TV (please complete the following information):**
|
**Smartphone or TV:**
|
||||||
- Device: [e.g. iPhone6]
|
- Device: [e.g. iPhone6]
|
||||||
- OS: [e.g. iOS8.1]
|
- OS: [e.g. iOS8.1]
|
||||||
- Browser: [e.g. stock browser, safari]
|
- Browser: [e.g. stock browser, safari]
|
||||||
@@ -36,5 +36,7 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
- Jellyfin App Version:
|
- Jellyfin App Version:
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Are you using any plugins or extra CSS configuration**
|
||||||
Add any other context about the problem here.
|
Add any third-party plugins or CSS configuration you use.
|
||||||
|
[e.g. Media Bar, Custom Tabs etc]
|
||||||
|
[e.g. other custom css modifications]
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -95,7 +95,7 @@ https://github.com/user-attachments/assets/bb7f3174-b703-4c98-a23c-e6bb4abba390
|
|||||||
<summary><i>Detailed steps for server-side implementation</i></summary>
|
<summary><i>Detailed steps for server-side implementation</i></summary>
|
||||||
|
|
||||||
1. Open Dashboard from Administration tab in Settings.
|
1. Open Dashboard from Administration tab in Settings.
|
||||||
2. Select General tab from the side bar.
|
2. From the side bar, select the Branding tab if you are on Jellyfin 10.11.X OR the General tab on Jellyfin 10.10.X.
|
||||||
3. Scroll down to find Custom CSS code box under Branding section.
|
3. Scroll down to find Custom CSS code box under Branding section.
|
||||||
4. Paste the custom css in Custom CSS code box.
|
4. Paste the custom css in Custom CSS code box.
|
||||||
5. Click save
|
5. Click save
|
||||||
@@ -130,8 +130,9 @@ https://github.com/user-attachments/assets/bb7f3174-b703-4c98-a23c-e6bb4abba390
|
|||||||
<img width="auto" height="350" alt="image" src="https://github.com/user-attachments/assets/70834545-d1cd-4496-975a-4310030dedd9" />
|
<img width="auto" height="350" alt="image" src="https://github.com/user-attachments/assets/70834545-d1cd-4496-975a-4310030dedd9" />
|
||||||
<img width="auto" height="350" alt="image" src="https://github.com/user-attachments/assets/c3cf2d96-0db0-4acb-bc61-7b08d5445452" />
|
<img width="auto" height="350" alt="image" src="https://github.com/user-attachments/assets/c3cf2d96-0db0-4acb-bc61-7b08d5445452" />
|
||||||
|
|
||||||
|
- Note: this is not needed on Jellyfin 10.11.X anymore
|
||||||
|
|
||||||
- To enable the background wallpaper on the login screen, first tick the 'Enable the splash screen' option in your Jellyfin Dashboard below the Custom CSS Box.
|
- On older Jellyfin versions, to enable the background wallpaper on the login screen, first tick the 'Enable the splash screen' option in your Jellyfin Dashboard below the Custom CSS Box.
|
||||||
- Second, copy and paste the following code at the end in Custom CSS box but don't save yet.
|
- Second, copy and paste the following code at the end in Custom CSS box but don't save yet.
|
||||||
```
|
```
|
||||||
:root{
|
:root{
|
||||||
@@ -223,25 +224,23 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd
|
|||||||
- Microsoft Edge (Chromium)
|
- Microsoft Edge (Chromium)
|
||||||
- Jellyfin Android App v2.6.3
|
- Jellyfin Android App v2.6.3
|
||||||
|
|
||||||
Note: Support for v10.11.0 is a work in progress
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### 🛠️ Troubleshooting
|
### 🛠️ Troubleshooting
|
||||||
<details>
|
<details>
|
||||||
<summary>1️⃣ - <i>How do I check if I am using the latest version of ElegantFin?</i></summary>
|
<summary>1️⃣ - <i>How do I check if I am using the latest version of ElegantFin?</i></summary>
|
||||||
|
|
||||||
- To make sure that you are using the latest version of ElegantFin, check the version number at the bottom in the Dashboard screen.
|
- Check the version number at the bottom in the Settings screen.
|
||||||
- It should be something like ElegantFin v25.07.XX
|
- It should be something like `ElegantFin v25.10.XX`.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>2️⃣ - <i>I see that a newer version is available, but I have not received it yet. Why?</i></summary>
|
<summary>2️⃣ - <i>I see that a newer version is available, but I have not received it yet. Why?</i></summary>
|
||||||
|
|
||||||
- If Dashboard footer shows an old version, it means that your app is still using an old cache.
|
- If the Settings footer shows an old version, it means that you are still using an old cache.
|
||||||
- Once that cache is updated, the new version will be loaded.
|
- Once that cache is updated, the new version will be loaded automatically.
|
||||||
- To get the latest version, you will need to clear cache. There are multiple ways to do it.
|
- There are multiple ways to clear the cache depending on your OS, smartphone or TV. Look online if you don't know.
|
||||||
- On web version, force a hard refresh of the page using CTRL + F5.
|
- On the web version, you can force a hard refresh of the page using CTRL + F5.
|
||||||
- On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder. That should definitely pull the latest version.
|
- On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder. That should definitely pull the latest version.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user