-
Notifications
You must be signed in to change notification settings - Fork 45
/
info.json
71 lines (71 loc) · 2.99 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
61
62
63
64
65
66
67
68
69
70
71
{
"plugin_v1": [
{
"author": "xfangfang",
"desc": "IINA support for Macast. Because iina is developed based on MPV, this plugin's 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.31"
},
{
"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.33"
},
{
"author": "dushan555",
"desc": "Live support for Macast, It developed based on MPVRenderer, Can be used to watch live TV.",
"host_version": "0.7",
"platform": "win32,darwin,linux",
"renderer": "LiveRenderer",
"title": "Live Renderer",
"type": "renderer",
"url": "https://raw.githubusercontent.com/xfangfang/Macast-plugins/main/live/live.py",
"version": "0.1"
}
],
"repo_url": "https://github.com/xfangfang/Macast-plugins"
}