forked from xfangfang/Macast-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
60 lines (60 loc) · 2.5 KB
/
info.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"plugin_v1": [
{
"author": "xfangfang",
"desc": "IINA support for Macast. Because iina is developed based on MPV, this plugin experience is similar to the built-in MPV renderer.",
"host_version": "0.7",
"platform": "darwin",
"renderer": "IINARenderer",
"title": "IINA Renderer",
"type": "renderer",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/iina/iina.py",
"version": "0.3"
},
{
"author": "xfangfang",
"desc": "PIFMRDS support for Macast. Only for raspberry pi, visit the plugin repository for more information.",
"host_version": "0.7",
"platform": "linux",
"renderer": "PIFMRenderer",
"title": "PIFMRDS Renderer",
"type": "renderer",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/pi-fm-rds/pi_fm.py",
"version": "0.2"
},
{
"author": "xfangfang",
"desc": "Using web browser as DLNA media renderer, This plugin can be used to download media files or get some m3u8 played.",
"host_version": "0.7",
"platform": "darwin,linux,win32",
"renderer": "WebRenderer",
"title": "Web Renderer",
"type": "renderer",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/web/web.py",
"version": "0.2"
},
{
"author": "xfangfang",
"desc": "PotPlayer support for Macast, this is a simple plugin that only supports play and stop.",
"host_version": "0.7",
"platform": "win32",
"renderer": "PotplayerRenderer",
"title": "PotPlayer Renderer",
"type": "renderer",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/potplayer/potplayer.py",
"version": "0.4"
},
{
"author": "xfangfang",
"desc": "NVA protocol support for Macast. Known as \"哔哩必连\"",
"host_version": "0.7",
"platform": "darwin,win32,linux",
"protocol": "NVAProtocol",
"title": "NVA Protocol",
"type": "protocol",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/nirvana/nirvana.py",
"version": "0.3"
}
],
"repo_url": "https://github.com/xfangfang/Macast-plugins"
}