mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 22:52:32 +01:00
7d7553088c
* move to local scope * start file parser * flatten controller * update tests * composer update * Update tests, include episodes * store src for tv episodes * simplify fixtures * refactor * refactor episode and alternative title * refactor item category * fix typo and remove exception
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"movies": [
|
|
{
|
|
"name": "warcraft",
|
|
"extension": "mkv",
|
|
"filename": "Warcraft.2016.720p.WEB-DL",
|
|
"src": "/movies/Warcraft.2016.720p.WEB-DL/Warcraft.2016.720p.WEB-DL.mkv",
|
|
"year": 2016,
|
|
"tags": [
|
|
"720p"
|
|
],
|
|
"status": "added",
|
|
"subtitles": "/movies/Warcraft.2016.720p.WEB-DL/Warcraft.2016.720p.WEB-DL.srt"
|
|
}
|
|
]
|
|
} |