Updated Home (markdown)

Jannik 2016-09-09 20:53:31 +02:00
parent 8a38fff171
commit 36be0ce165
1 changed files with 25 additions and 0 deletions

25
Home.md

@ -8,6 +8,31 @@ Now you can use all functions of HomeFlix.
##Linux
if you want play videos out of HomeFLix you must install [VLC media player](http://www.videolan.org/vlc/)
##streaming
in HomeFlix 0.3.7 plasma bucket a basic streaming support has been integrated. This allows you to sort your favourite streaming title in HomeFLix.
The streaming URL and a few other parameters are saved in a .json file.
Here is a example of this file:
```
{
"entries":[
{
"titel":"Big Buck Bunny",
"year":2008,
"season":0,
"resolution":"1080p60",
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4"
},
{
"titel":"Big Buck Bunny",
"year":2008,
"season":0,
"resolution":"2160p60",
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_normal.mp4"
}
]
}
```
feel free to create own .json files of your favourite pages
##Help
- HomeFlix isn't starting after update
- delete the config.xml file and start HomeFlix again