initial commit

This commit is contained in:
ilyashramko
2023-11-09 23:12:10 +03:00
commit 027475e5c3
13 changed files with 1085 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"id": "com.synology.TMDBExample",
"description": "",
"version": "1.0",
"site": "http://www.themoviedb.org/",
"entry_file": "loader.sh",
"type": ["movie", "tvshow"],
"language": ["enu"],
"test_example": {
"movie": {
"title": "Harry Potter",
"original_available": "2001-11-16"
},
"tvshow": {
"title": "Game of Thrones",
"original_available": "2011-04-17"
},
"tvshow_episode": {
"title": "Game of Thrones",
"original_available": "2011-04-17",
"season": 1,
"episode": 1
}
}
}