mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "VLC-Web-Interface",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Web interface for VideoLAN media player",
|
|
"website": "http://www.videolan.org/",
|
|
"matches": [
|
|
{
|
|
"certainty": 75,
|
|
"text": "<title>VLC media player - Web Interface</title>"
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"text": "<title>VLC media player - Web Interface - Mosaic Wizard</title>"
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"text": "<title>VLC media player - Web Interface with Flash Viewer</title>"
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"text": "<title>VLC media player - Web Interface - VLM</title>"
|
|
},
|
|
{
|
|
"text": "<!-- do we need to browse in order to setup a mosaic ? for the background image maybe ... -->"
|
|
},
|
|
{
|
|
"text": "<input type=\"checkbox\" id=\"vlm_schedule_repeat\" onchange=\"toggle_schedule_repeat();update_vlm_add_schedule();\" />"
|
|
},
|
|
{
|
|
"text": "<input type=\"text\" name=\"sout_mrl\" id=\"sout_mrl\" size=\"60\" onkeypress=\"if( event.keyCode == 13 ) vlm_output_change();\"/>"
|
|
}
|
|
]
|
|
}
|