From e2f3bd64593ee8be78d92cbd39cb80e8fc500aa2 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sun, 11 Mar 2018 19:45:37 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 53 ++++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/Home.md b/Home.md index 9a4a130..e1b1c2d 100644 --- a/Home.md +++ b/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 \ No newline at end of file +## 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. \ No newline at end of file