Welcome to mirror list, hosted at ThFree Co, Russian Federation.

variables.html « web « res « mpc-hc « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b448d0b1a1271b3805da188b7f8e5dbe6dccf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>MPC-HC WebServer - Variables</title>
        <link rel="stylesheet" href="default.css">
        <link rel="icon" href="favicon.ico">
    </head>
    <body>
        <!--[if lt IE 8]>
            <div class="browser-warning"><strong>Warning!</strong> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
        <![endif]-->
        <p id="file">[file]</p>
        <p id="filepatharg">[filepatharg]</p>
        <p id="filepath">[filepath]</p>
        <p id="filedirarg">[filedirarg]</p>
        <p id="filedir">[filedir]</p>
        <p id="state">[state]</p>
        <p id="statestring">[statestring]</p>
        <p id="position">[position]</p>
        <p id="positionstring">[positionstring]</p>
        <p id="duration">[duration]</p>
        <p id="durationstring">[durationstring]</p>
        <p id="volumelevel">[volumelevel]</p>
        <p id="muted">[muted]</p>
        <p id="playbackrate">[playbackrate]</p>
        <p id="size">[size]</p>
        <p id="reloadtime">[reloadtime]</p>
        <p id="version">[version]</p>
[debug]
    </body>
</html>