File: vlm_export.html

package info (click to toggle)
vlc 3.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 208,024 kB
  • sloc: ansic: 443,448; cpp: 111,223; objc: 36,399; sh: 6,737; makefile: 6,627; javascript: 4,902; xml: 1,611; asm: 1,355; yacc: 644; python: 321; lex: 88; perl: 77; sed: 16
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
## <pre>
##
## <a href="vlm.html">VLM HTTP interface</a>
## This file can be loaded as is in VLM.
## Comments starting with "##" were added by the HTTP interface.
## You can remove them if you want to.
##
<?vlc print(vlc.vlm.execute_command(vlm,"export").value) ?>

##
## end of export
## </pre>