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. Now you can use all functions of HomeFlix.
## Linux ## 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 ## 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. The streaming URL and a few other parameters are saved in a .json file.
Here is a example of this file: Here is a example of this file:
``` ```
{ {
"entries":[
{ {
"title":"Big Buck Bunny", "title":"Big Buck Bunny",
"season":0, "season":"",
"episode":0, "episode":"",
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4"
},
{
"title":"Big Buck Bunny",
"season":0,
"episode":1,
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_normal.mp4" "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 ## FAQ
- HomeFlix isn't starting after update * HomeFlix isn't starting after update.
- delete the config.xml file and start HomeFlix again (Warning your settings will be deleted!) * Delete the _config.xml_ file and start HomeFlix again (your settings will be deleted!).
- can't choose a main color * I can't choose a main color.
- restart HomeFlix * Try restarting HomeFlix.
- HomeFlix hangs or doesn't response * HomeFlix hangs or doesn't response.
- try restarting it and check the movie names * Try restarting it and check the movie names.
- cann't start HomeFlix under Linux * I can't start HomeFlix under Linux.
- check your Java version. Oracle Java 8 update 121 is required * check your Java version. Oracle Java 9 is required.
- update doesn't work * The Updater doesn't work.
- we changed the update URL so you have to download HomeFlix again * we changed the update URL so you have to download HomeFlix again.
- are my settings saved if I'm going to update or reinstall? * Are my settings saved if I'm going to update or reinstall?
- theoretically yes but there are some bugs. * Theoretically yes but there are some bugs.
- HomeFlix crashes on first start under Linux * HomeFlix crashes on first start under Linux
- start it again, this should help * Start HomeFlix again, that should help.