Updated Home (markdown)

Jannik 2018-04-08 21:31:51 +02:00
parent b00f438a19
commit 36637fa16e
1 changed files with 19 additions and 17 deletions

36
Home.md

@ -2,14 +2,13 @@
## Installation
Download the compiled .jar file and execute it. HomeFlix will ask for a main directory and then restart.
Now you can use all functions of HomeFlix.
Download the compiled .jar file and execute it, HomeFlix will ask for the first source you want to add, and load all films found in there. Additional sources can be added via the settings window.
## Linux
If you want play videos out of HomeFlix you must install [VLC media player](http://www.videolan.org/vlc/)
## Player
Since version 0.7.0 "plasma dragon", HomeFlix uses the JavaFX Media-Player to play your films. Currently this player only supports videos with h264 as codec and mp4 as container. All other videos are played with your standard video player (Windows and OS X) or vlc(Linux). The integrated Player supports features such as Auto-play for series or saving your progress for each film.
## 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:
``` json
@ -22,28 +21,31 @@ Here is a example of this file:
"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"
"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"
}
]
}
```
## FAQ
* HomeFlix isn't starting after update.
* Delete the _config.xml_ file and start HomeFlix again (your settings will be deleted!).
* 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.
* Try restarting HomeFlix. and check the movie names.
* I can't start HomeFlix under Linux.
* check your Java version. Oracle Java 9 is required.
* 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.
* 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.
* As long as you don't delete the HomeFlix folder or the _config.xml_ file, yes.