~neon/audiocd-kio/master

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
{
    "KDE-KIO-Protocols": {
        "audiocd": {
            "Class": ":local",
            "Icon": "media-optical-audio",
            "X-DocPath": "kioslave5/audiocd/index.html",
            "copyFromFile": true,
            "copyToFile": false,
            "deleting": false,
            "exec": "kf5/kio/audiocd",
            "input": "none",
            "listing": [
                "Name",
                "Type",
                "Size",
                "Date",
                "Link",
                ""
            ],
            "makedir": false,
            "maxInstances": 20,
            "maxInstancesPerHost": 5,
            "moving": false,
            "output": "filesystem",
            "protocol": "audiocd",
            "reading": true,
            "writing": false,
            "ShowPreviews": false
        }
    }
}