Update page 'Home'

Jannik 2019-03-16 00:31:37 +01:00
parent f84b575cbe
commit 0b5f875621
1 changed files with 92 additions and 50 deletions

42
Home.md

@ -36,6 +36,48 @@ Here is a example of this file:
}
```
## Series support
The series support is divided in two parts.
1. Series support for local files
If you want HomeFlix to automatically detect the series correctly you must use the following **folder** structure:
* **Main Film-Directory**
* Film 1
* Film 2
* **Series Name**
* **Season 1**
* Episode 1
* Episode 2
* **Season 2**
* Film 3
2. Series support for streaming
If you want to add a new series using the HomeFlix streaming support, you have to use the following scheme:
```
{
[
{
"title":"Caminandes",
"season":"1",
"episode":"1",
"streamUrl":"http://www.caminandes.com/download/01_llama_drama_1080p.mp4"
},
{
"title":"Caminandes",
"season":"1",
"episode":"2",
"streamUrl":"http://www.caminandes.com/download/02_gran_dillama_1080p.mp4"
},
{
"title":"Caminandes",
"season":"1",
"episode":"3",
"streamUrl":"http://www.caminandes.com/download/03_caminandes_llamigos_1080p.mp4"
}
]
}
```
## FAQ
* HomeFlix isn't starting after update.
* Delete the _config.xml_ file and start HomeFlix again **(your settings will be deleted!)**.