42 lines
1.0 KiB
JSON
Executable File
42 lines
1.0 KiB
JSON
Executable File
{
|
|
"id":"jPlayer",
|
|
"name":"{{LNG['jPlayer.meta.name']}}",
|
|
"title":"{{LNG['jPlayer.meta.title']}}",
|
|
"version":"1.58",
|
|
"source":{
|
|
"icon":"{{pluginHost}}static/images/icon.png",
|
|
"screenshoot":[
|
|
"https://raw.githubusercontent.com/kalcaddle/static/master/images/kod/file-player.png"
|
|
]
|
|
},
|
|
"category":"media,file",
|
|
"description":"jPlayer mediafile player;",
|
|
"keywords":"",
|
|
"auther":{
|
|
"copyright":"kodcloud.",
|
|
"homePage":"http://www.kodcloud.com",
|
|
},
|
|
"configItem":{
|
|
"pluginAuth":{
|
|
"type":"userSelect",
|
|
"value":{"all":1},
|
|
"display":"{{LNG['admin.plugin.auth']}}",
|
|
"desc":"{{LNG['admin.plugin.authDesc']}}",
|
|
"require":1
|
|
},
|
|
|
|
"fileExt":{
|
|
"type":"tags",
|
|
"display":"{{LNG['admin.plugin.fileExt']}}",
|
|
"desc":"{{LNG['admin.plugin.fileExtDesc']}}",
|
|
"value":"mp3,wav,m4a,aac,oga,ogg,webma,mp4,m4v,flv,mov,f4v,ogv,webm,webmv,m3u8a,m3ua,flac,fla,rtmp,rtmpa",
|
|
},
|
|
"fileSort":{
|
|
"type":"number",
|
|
"display":"{{LNG['admin.plugin.fileSort']}}",
|
|
"desc":"{{LNG['admin.plugin.fileSortDesc']}}",
|
|
"value":10
|
|
}
|
|
}
|
|
}
|