Deleting the wiki page 'Home' cannot be undone. Continue?
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.
Since version 0.7.0 "toothless 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.
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":"",
"episode":"",
"streamUrl":"http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_normal.mp4"
},
{
"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"
}
]
}
The series support is divided in two parts.
{
[
{
"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"
},
{
"title":"Caminandes",
"season":"1",
"episode":"3",
"streamUrl":"http://www.caminandes.com/download/03_caminandes_llamigos_1080p.mp4"
}
]
}
Project-HomeFlix by @Seil0 and @localhorst, a mosad.xyz Project © 2016-2020
Deleting the wiki page 'Home' cannot be undone. Continue?