From 2f5d5210ad7630bc451ab4be2361eef7fa236757 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sun, 15 Apr 2018 15:34:07 +0200 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/Documentation.md b/Documentation.md index 2cbc360..5d161c0 100644 --- a/Documentation.md +++ b/Documentation.md @@ -41,27 +41,42 @@ If you want HomeFlix to automatically detect the series correctly you must use t * Film 3 2. Series support for streaming +If you want to add a new series using the HomeFlix streaming support, you have to use the following scheme: -soon +``` +{ +[ + { + "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" + } +] +} +``` -## Naming-schema -Project-HomeFlix versions are named after a special naming schema. -The first part of the code name is plasma/glowing/solidify/fossilized, the second part is a random word. -Plasma will always be the latest major version, glowing, solidify and fossilized are minor versions. -For example the "cow" series: -* plasma cow - * glowing cow - * solidify cow - * fossilized cow - -A new name is always used with a new version, but a new version doesn't always get a new code name. HomeFlix versions are always named after an animal species or mythical creatures. It must not be obvious. +## Naming-schema since HomeFlix 0.7 +New HomeFlix (major) release series are named after a special naming schema. The name must be connected to a movie or a series (it shouldn't be to obvious). The name should have to parts, at first a verb like "toothless" and as second part a noun like "dragon". If there is more than one suggestion, we will vote which one we will taken. A new name is always used with a new version, but a new version doesn't always get a new code name. Code Names: * bucket (0.3.7 - 0.4.0) * cow (0.5.0 - 0.5.2) * vampire (0.6 series) -* dragon (0.7 series) -* troll (0.8 series) -* klimpaloon (0.9 series) +* toothless dragon (0.7 series) +* fearless trollhunter (0.8 series) +* hidden klimpaloon (0.9 series) #homeflixisbetterthannetflix \ No newline at end of file