Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| kodi [2022/08/02 07:40] – cleanup atari | kodi [2023/03/31 20:56] (current) – stvhay | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * Make sure Kodi is enabled in the **SYSTEM SETTINGS** -> **KODI SETTINGS** menu | * Make sure Kodi is enabled in the **SYSTEM SETTINGS** -> **KODI SETTINGS** menu | ||
| - | * From this menu, you can associate | + | * From this menu, you can enable |
| - | * Then, when enabled and depending on the configuration options, you can launch Kodi with the {{: | + | * Then, when enabled and depending on the configuration options, you can launch Kodi from the first entry in the **MAIN MENU**. |
| * Once you are in the Kodi interface, to exit and get back to Batocera' | * Once you are in the Kodi interface, to exit and get back to Batocera' | ||
| Line 29: | Line 29: | ||
| Now all will rocks. 8-) | Now all will rocks. 8-) | ||
| + | |||
| + | ===== Enabling Binary Add-ons ===== | ||
| + | |||
| + | When you first run Kodi, many of the binary add-ons that ship with Kodi are not enabled. To view your add-ons, navigate to **Add-ons** then **My add-ons**, which will list all of your add-ons by category. Here is a list of some of the add-ons you might want to enable: | ||
| + | |||
| + | ^ Plugin Category | ||
| + | | Image decoder | ||
| + | | Image decoder | ||
| + | | Look and feel | Screensaver | ||
| + | | Look and feel | Visualisation | ||
| + | | PVR clients | ||
| + | |||
| + | This is not an exhaustive list of binary add-ons, but should get you off to a good start. | ||
| ===== Netflix ===== | ===== Netflix ===== | ||
| Line 68: | Line 81: | ||
| With this in mind, consider that [[: | With this in mind, consider that [[: | ||
| </ | </ | ||
| + | |||
| + | ==== Specific cases ==== | ||
| + | |||
| + | Some NAS vendors support only older versions of SMB. Known examples are: | ||
| + | * **Freebox Revolution** - Set the mininum protocol version to SMBv1. | ||
| + | * **Orange Livebox 2019** - Set the mininum protocol version to SMBv1. | ||
| + | |||
| + | <wrap lo> | ||
| ===== Add the Youtube Kodi add-on ===== | ===== Add the Youtube Kodi add-on ===== | ||
| Line 95: | Line 116: | ||
| {{: | {{: | ||
| - | ==== Specific cases ==== | + | ===== Wait for NAS connection before start ===== |
| - | Some NAS vendors support only older versions of SMB. Known examples are: | + | Batocera can check for if a network server (e.g. NAS, SQL server, etc.) is available or not before starting Kodi. This can avoid situations such as where Kodi might be set to start on boot and starts before the network connection is available, causing a variety of issues (videos not playing, shares not loading correctly, crashing issues, etc.) |
| - | * **Freebox Revolution** - Set the mininum protocol version to SMBv1. | + | |
| - | * **Orange Livebox 2019** - Set the mininum protocol version | + | |
| - | <wrap lo>Source: [[https://kodi.wiki/view/Settings/ | + | Open '' |
| + | |||
| + | <code> | ||
| + | #kodi.network.waithost=192.168.0.50 | ||
| + | </code> | ||
| + | |||
| + | There will be a short summary explaining it and its related key settings. Fill out the values appropriately and uncomment the lines, then save the document. An example might end up looking like this: | ||
| + | |||
| + | < | ||
| + | kodi.network.waithost=192.168.0.10 | ||
| + | kodi.network.waittime=10 | ||
| + | kodi.network.waitmode=wish | ||
| + | </code> | ||
| + | |||
| + | The first two settings are self-explanatory. The third setting, '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
- kodi.1659426005.txt.gz
- Last modified: 4 years ago
- by atari