-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
209 lines (209 loc) · 7.54 KB
/
Copy pathplugins.json
File metadata and controls
209 lines (209 loc) · 7.54 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"schemaVersion": 2,
"name": "Phlix Official Plugins",
"description": "The default plugin catalog for Phlix. Add this as a plugin source in the admin Plugins section, then install plugins straight from the list.",
"homepage": "https://github.com/detain/phlix-plugins",
"plugins": [
{
"name": "phlix-plugin-anidb",
"title": "AniDB",
"type": "metadata-provider",
"summary": "Anime metadata from AniDB.",
"description": "AniDB metadata provider — anime titles, descriptions, episodes and ratings via the AniDB UDP API and daily title dump.",
"repo": "https://github.com/detain/phlix-plugin-anidb",
"ref": "4b80320afcaf876767717d027b5200f69f2ab5b8",
"artifactSha256": "a9854f188ac0a4b8dc629ecc25411a142b3b155058b9a67ba78a60d77be2dd66",
"version": "0.4.1",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"anime",
"metadata"
]
},
{
"name": "phlix-plugin-anilist",
"title": "AniList",
"type": "metadata-provider",
"summary": "Anime metadata and watchlist sync from AniList.",
"description": "AniList metadata provider — anime/manga metadata, watchlist sync, and GraphQL integration via the AniList API.",
"repo": "https://github.com/detain/phlix-plugin-anilist",
"ref": "1ddf29afc6d189bcc8db5f5a93f161ce89762f0a",
"artifactSha256": "0864a8a1aebf22a4b7770e07b22c2a613347a74a50f4408f762c919ef953054a",
"version": "0.4.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"anilist",
"anime",
"manga",
"metadata",
"watchlist"
]
},
{
"name": "phlix-plugin-lastfm",
"title": "Last.fm",
"type": "scrobbler",
"summary": "Scrobble music playback to Last.fm.",
"description": "Last.fm scrobbler — scrobbles music playback to Last.fm, marking now-playing on start and submitting the scrobble at the end.",
"repo": "https://github.com/detain/phlix-plugin-lastfm",
"ref": "d7c388374e35201343fea6372f76e23323a1c675",
"artifactSha256": "55e9bc278c89e585e54cf389434ba89bea88b69ae3b37e53f3ac16f58b8d9e6a",
"version": "1.2.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"scrobbler",
"lastfm",
"music"
]
},
{
"name": "phlix-plugin-musicbrainz",
"title": "MusicBrainz",
"type": "metadata-provider",
"summary": "Music metadata from MusicBrainz.",
"description": "MusicBrainz metadata provider — artist/album/track metadata, album art via Cover Art Archive, and AcoustID integration.",
"repo": "https://github.com/detain/phlix-plugin-musicbrainz",
"ref": "1367653fc24ba93af1742a9dcc9c53e5e764bb55",
"artifactSha256": "6e486ee7f1530015d91848f73c5ff159fe2576f2b78b86bc42536900e21fe128",
"version": "0.4.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"musicbrainz",
"music",
"metadata",
"audio",
"albums",
"artists",
"tracks",
"acoustid",
"discography"
]
},
{
"name": "phlix-plugin-myanimelist",
"title": "MyAnimeList",
"type": "metadata-provider",
"summary": "Anime & manga metadata from MyAnimeList.",
"description": "MyAnimeList metadata provider — anime/manga search, details and rankings via the MAL API v2.",
"repo": "https://github.com/detain/phlix-plugin-myanimelist",
"ref": "3755cf8340c0610366ff79ebdb16b7e53b64f1f6",
"artifactSha256": "358a9f33c13172f1a32de97a0f1ca0d1c6d74b694f81db550f122cdbf8852065",
"version": "0.3.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"anime",
"manga",
"metadata"
]
},
{
"name": "phlix-plugin-omdb",
"title": "OMDb",
"type": "metadata-provider",
"summary": "IMDb/RT/Metascore ratings via OMDb API.",
"description": "OMDb metadata provider — IMDb ID resolution, Rotten Tomatoes, Metascore, and IMDb ratings for movies and TV via the OMDb API.",
"repo": "https://github.com/detain/phlix-plugin-omdb",
"ref": "b89169083cbc0ca8638f2d37d0af5fe90545dea7",
"artifactSha256": "d213389ef57d0d8cf010c6ef5fbe51fea1d72f8548bdedb10d8ca67e28cfbb87",
"version": "0.3.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"omdb",
"ratings",
"imdb",
"rotten-tomatoes",
"metascore",
"metadata"
]
},
{
"name": "phlix-plugin-opensubtitles",
"title": "OpenSubtitles",
"type": "subtitle-provider",
"summary": "Download subtitles from OpenSubtitles.",
"description": "OpenSubtitles subtitle provider — search and download subtitles for movies and TV shows via the OpenSubtitles REST API, supporting search by IMDB ID, filename, and file hash.",
"repo": "https://github.com/detain/phlix-plugin-opensubtitles",
"ref": "cd9df31d423f1a2b2d219c1c8b78fb1d0a6be368",
"artifactSha256": "3f154c76510b2145a991de2c258a524cbc3f6c16b128563a65c357fa302a71f6",
"version": "0.6.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"opensubtitles",
"subtitles",
"srt",
"captions",
"subtitle-provider"
]
},
{
"name": "phlix-plugin-sample-theme",
"title": "Sample Theme",
"type": "ui-theme",
"summary": "Two example UI themes — the reference ui-theme plugin.",
"description": "Reference ui-theme plugin. Adds 'Sample Dusk' (a cool blue re-hue extending the built-in Midnight) and 'Sample Dusk (High Contrast)' to Settings -> Appearance, and doubles as the copy-me starting point for writing your own theme: one entry class implementing ThemeSourceInterface, returning a validated token map of literal colour values.",
"repo": "https://github.com/detain/phlix-plugin-sample-theme",
"ref": "1ea573b629e647bdfc63c426c98d25c5792e9bcf",
"artifactSha256": "44d14df3accfa971bae4eccd473348628ab4a7aaa0d1249657d31c6217b76db2",
"version": "1.0.0",
"minServerVersion": "0.44.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"theme",
"ui-theme",
"appearance",
"example"
]
},
{
"name": "phlix-plugin-trakt",
"title": "Trakt",
"type": "scrobbler",
"summary": "Scrobble playback to Trakt.tv.",
"description": "Trakt scrobbler — scrobbles playback to Trakt.tv and syncs watch history over the Trakt OAuth API.",
"repo": "https://github.com/detain/phlix-plugin-trakt",
"ref": "7dee5449678617c2d72f49a7b6101560906a78db",
"artifactSha256": "0af5839a61bc3ea672527c021b967673627d47588cd252d7905dee3223fe06d0",
"version": "1.5.0",
"minServerVersion": "1.2.0",
"verified": true,
"deprecated": false,
"yanked": false,
"author": "detain",
"tags": [
"scrobbler",
"trakt"
]
}
]
}