Move docs images
@@ -156,8 +156,10 @@ Steps to run Jellyfin using Podman are almost identical to Docker steps:
|
||||
```sh
|
||||
dnf install -y podman
|
||||
```
|
||||
|
||||
Installing
|
||||
podman volume create jellyfin-cache
|
||||
|
||||
```
|
||||
|
||||
Or create two directories on the host and use bind mounts:
|
||||
@@ -868,28 +870,28 @@ You need to replace the `<uid>:<gid>` placeholder below with the correct values
|
||||
|
||||
For [Synology](https://www.synology.com/en-us/dsm), Jellyfin is installed using Docker.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Create the container.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Use Advanced Settings to add mount points to your media and config.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Host Mode is required for HdHR and DLNA. Use bridge mode if running multiple instances.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Browse to `http://SERVER_IP:8096` to access the web client.
|
||||
|
||||
@@ -10,22 +10,22 @@ Click on the Admin Panel Icon in the top right corner (1)
|
||||
Click 'Live TV' (2) under the 'Live TV' section
|
||||
Click the '+' button (3) next to 'Tuner Devices'
|
||||
|
||||

|
||||

|
||||
|
||||
Click 'Detect My Devices' from the 'Live TV Tuner Setup' page that opens
|
||||
Jellyfin will search and hopefully find your tuner automatically:
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the device you'd like to set up then set any options then click 'Save'
|
||||
|
||||

|
||||

|
||||
|
||||
## Add a TV Tuner to Jellyfin (Manual Setup)
|
||||
|
||||
You can set up your tuners manually if they were not automatically discovered. Click the 'Tuner Type' pull down. Choose between 'HD Homerun', 'M3U Tuner', and 'Other'
|
||||
|
||||

|
||||

|
||||
|
||||
### HDHomeRun Specific Options
|
||||
|
||||
@@ -37,7 +37,7 @@ You can set up your tuners manually if they were not automatically discovered.
|
||||
|
||||
To set a favorite, go to the [HDHomeRun website](http://my.hdhomerun.com), select your tuner and then click on the grey star next to the channel name to change the star to yellow. The yellow star indicates a favorited channel. In this example, only the channels with yellow stars will be imported into Jellyfin
|
||||
|
||||

|
||||

|
||||
|
||||
### M3U Tuner Specific Options
|
||||
|
||||
@@ -60,7 +60,7 @@ This tuner allows you to add IPTV channel to Jellyfin by using the appropriate M
|
||||
|
||||
Guide data is necessary for scheduling tv recordings and for browsing what's currently playing and what will air later. Follow these steps once you have a tuner device set up. Click on the Admin Panel Icon in the top right corner, Click 'Live TV' (2) under the 'Live TV' section, Click the '+' button next to 'TV Guide Data Providers' :
|
||||
|
||||

|
||||

|
||||
|
||||
Choose between 'Schedules Direct' and 'XMLTV'. You currently cannot use both at the same time.
|
||||
|
||||
@@ -76,10 +76,10 @@ This option allows for downloading of guide data in the [XMLTV](http://wiki.xmlt
|
||||
|
||||
Guide data from the 'TV Guide Data Providers' will need to be mapped to the physical channel from the tuner. Click the '...' next to the guide provider you set up and select 'Map Channels'
|
||||
|
||||

|
||||

|
||||
|
||||
The list of physical channels will be displayed. Click the pencil icon to the right of the channel and then select the corresponding channel from the guide provider to map the channel. Do this for all channels. Click the left arrow at the top left of the window to exit and save the information.
|
||||
|
||||

|
||||

|
||||
|
||||
The guide data will now automatically imported. You can check that the data has been imported correctly by going to the 'Live TV Guide' page from the main Jellyfin web page on your server.
|
||||
|
||||
@@ -11,7 +11,7 @@ In `Dashboard > General`, the "Custom CSS" field can be used to override current
|
||||
|
||||
If you have little or no experience with CSS, various resources and tutorials can be found online. Using the tweaks and examples below makes it quite easy to get started with making your own changes to your Jellyfin instance.
|
||||
|
||||

|
||||

|
||||
|
||||
## General Information About CSS
|
||||
|
||||
@@ -67,7 +67,7 @@ This will affect the played/watched indicator. Replace the hex color with any va
|
||||
|
||||
### Indicators Without Tweak
|
||||
|
||||

|
||||

|
||||
|
||||
### Green Indicators
|
||||
|
||||
@@ -75,7 +75,7 @@ This will affect the played/watched indicator. Replace the hex color with any va
|
||||
.playedIndicator { background: #5dd000; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Transparent And Dark Indicators
|
||||
|
||||
@@ -84,7 +84,7 @@ This will affect the played/watched indicator. Replace the hex color with any va
|
||||
.playedIndicator {background: #00000058;}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Remove Home Icon from Header
|
||||
|
||||
@@ -195,7 +195,7 @@ Enlarges the tab buttons, suggested, genres, etc. By default they are really tin
|
||||
|
||||
**The enlarged tab buttons and transparent menu look like this:**
|
||||
|
||||

|
||||

|
||||
|
||||
### Minimalistic Login Page
|
||||
|
||||
@@ -214,7 +214,7 @@ This looks even better together with the transparent top menu!
|
||||
#loginPage .raised.cancel.block.btnForgotPassword.emby-button {display: none}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Stylized Episode Previews
|
||||
|
||||
@@ -227,7 +227,7 @@ The episode previews in season view are sized based on horizontal resolution. Th
|
||||
.secondary.listItem-overview.listItemBodyText {height: 61px; margin: 0;}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Stylized and Smaller Cast & Crew Info
|
||||
|
||||
@@ -253,7 +253,7 @@ This will drastically change the style of cast info into something very similar
|
||||
#castContent .cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light {margin:auto;}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Pictureless Cast & Crew
|
||||
|
||||
@@ -273,7 +273,7 @@ div.personCard > :first-child > :first-child { display: none; }
|
||||
.itemDetailPage .textActionButton { text-align: left; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Custom Background Color
|
||||
|
||||
@@ -298,7 +298,7 @@ This modifies the colors of the cast, search and user buttons in the top right.
|
||||
.headerRight { color: yellow; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Console Panel Custom Color
|
||||
|
||||
@@ -308,7 +308,7 @@ Modifies the color of the left menu panel.
|
||||
.mainDrawer-scrollContainer { color: yellow; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### General Page Custom Color
|
||||
|
||||
@@ -316,7 +316,7 @@ Modifies the color of the left menu panel.
|
||||
.dashboardGeneralForm { color: yellow; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Custom Border Color
|
||||
|
||||
@@ -332,7 +332,7 @@ This will affect the border color of highlighted (selected) text fields and drop
|
||||
.emby-input:focus, .emby-textarea:focus, .emby-select-withcolor { border-color: #ffffff !important; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Full Header Tweak
|
||||
|
||||
@@ -340,7 +340,7 @@ This will affect the border color of highlighted (selected) text fields and drop
|
||||
.skinHeader, .mainDrawer, .emby-input, .emby-textarea, .emby-select, .navMenuOption-selected, .cardBox, .paperList { background: #ff9475; }
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Disable Image Carousel for Libraries
|
||||
|
||||
@@ -383,7 +383,7 @@ This will make it so libraries and media fit neatly onto the homepage with no le
|
||||
|
||||
An example of a color theme.
|
||||
|
||||

|
||||

|
||||
|
||||
```css
|
||||
.skinHeader, .mainDrawer, .emby-input, .emby-textarea, .emby-select, .navMenuOption-selected, .cardBox, .paperList {
|
||||
@@ -423,7 +423,7 @@ An example of a color theme.
|
||||
|
||||
### Floating Now Playing Controls
|
||||
|
||||

|
||||

|
||||
|
||||
```css
|
||||
/* fixed height for the bottom row */
|
||||
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 421 KiB |
|
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 776 KiB |
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |