Skip to content

Commit 793ab74

Browse files
authored
Add external player support for Clapper (#3916)
* Add external player support for Clapper * Fix spacing
1 parent c6f4762 commit 793ab74

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

static/external-player-map.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,23 @@
130130
"playlistShuffle": null,
131131
"playlistLoop": null
132132
}
133+
},
134+
{
135+
"name": "Clapper",
136+
"nameTranslationKey": "Settings.External Player Settings.Players.Clapper.Name",
137+
"value": "clapper",
138+
"cmdArguments": {
139+
"defaultExecutable": "clapper",
140+
"defaultCustomArguments": null,
141+
"supportsYtdlProtocol": false,
142+
"videoUrl": "",
143+
"playlistUrl": null,
144+
"startOffset": null,
145+
"playbackRate": null,
146+
"playlistIndex": null,
147+
"playlistReverse": null,
148+
"playlistShuffle": null,
149+
"playlistLoop": null
150+
}
133151
}
134152
]

0 commit comments

Comments
 (0)