Updated Documentation (markdown)
parent
e2f3bd6459
commit
616e73f53c
@ -10,6 +10,13 @@ go to the root folder of Project-HomeFlix and execute the following command
|
|||||||
|
|
||||||
The final package can be found in /target.
|
The final package can be found in /target.
|
||||||
|
|
||||||
|
If you want to use the omdb API you'll need to add a apikey.json in /resources
|
||||||
|
``` json
|
||||||
|
{
|
||||||
|
"omdbAPIKey":"YOURKEY",
|
||||||
|
"tmdbAPIKey":"YOURKEY"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Used libraries and apis
|
## Used libraries and apis
|
||||||
* JFoenix: https://github.com/jfoenixadmin/JFoenix
|
* JFoenix: https://github.com/jfoenixadmin/JFoenix
|
||||||
@ -19,8 +26,6 @@ The final package can be found in /target.
|
|||||||
* Apache Log4j 2: https://logging.apache.org/log4j/2.x/
|
* Apache Log4j 2: https://logging.apache.org/log4j/2.x/
|
||||||
* OMDb API: https://www.omdbapi.com/
|
* OMDb API: https://www.omdbapi.com/
|
||||||
|
|
||||||
## Streaming support
|
|
||||||
|
|
||||||
## Series support
|
## Series support
|
||||||
The series support is currently wip, it is divided in two parts.
|
The series support is currently wip, it is divided in two parts.
|
||||||
1. Series support for local files
|
1. Series support for local files
|
||||||
|
Loading…
Reference in New Issue
Block a user