initial commit
This commit is contained in:
25
com.synology.TMDBExample/INFO
Normal file
25
com.synology.TMDBExample/INFO
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user