Updated Home (markdown)

Jannik 2018-03-11 19:45:37 +01:00
parent bb63cf0530
commit e2f3bd6459
1 changed files with 26 additions and 27 deletions

53
Home.md

@ -6,44 +6,43 @@ Download the compiled .jar file and execute it. HomeFlix will ask for a main dir
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/)
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 favorite streaming title in HomeFlix.
in HomeFlix 0.3.7 "plasma bucket" a basic streaming support has been integrated. This allows you to sort your favorite 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":[
{
"title":"Big Buck Bunny",
"season":0,
"episode":0,
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4"
},
{
"title":"Big Buck Bunny",
"season":0,
"episode":1,
"season":"",
"episode":"",
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_normal.mp4"
},
{
"title":"The Big Bang Theory",
"season":"4",
"episode":"21",
"streamUrl":"https://www.netflix.com/watch/70295849"
}
]
}
```
feel free to create own .json files of your favorite pages
## Help
- HomeFlix isn't starting after update
- delete the config.xml file and start HomeFlix again (Warning your settings will be deleted!)
- can't choose a main color
- restart HomeFlix
- HomeFlix hangs or doesn't response
- try restarting it and check the movie names
- cann't start HomeFlix under Linux
- check your Java version. Oracle Java 8 update 121 is required
- update doesn't work
- we changed the update URL so you have to download HomeFlix again
- are my settings saved if I'm going to update or reinstall?
- theoretically yes but there are some bugs.
- HomeFlix crashes on first start under Linux
- start it again, this should help
## FAQ
* HomeFlix isn't starting after update.
* Delete the _config.xml_ file and start HomeFlix again (your settings will be deleted!).
* I can't choose a main color.
* Try restarting HomeFlix.
* HomeFlix hangs or doesn't response.
* Try restarting it and check the movie names.
* I can't start HomeFlix under Linux.
* check your Java version. Oracle Java 9 is required.
* The Updater doesn't work.
* we changed the update URL so you have to download HomeFlix again.
* Are my settings saved if I'm going to update or reinstall?
* Theoretically yes but there are some bugs.
* HomeFlix crashes on first start under Linux
* Start HomeFlix again, that should help.