-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
48 lines (48 loc) · 1.96 KB
/
Copy pathplugins.json
File metadata and controls
48 lines (48 loc) · 1.96 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
{
"schemaVersion": 1,
"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",
"author": "detain",
"tags": ["anime", "metadata"]
},
{
"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",
"author": "detain",
"tags": ["anime", "manga", "metadata"]
},
{
"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",
"author": "detain",
"tags": ["scrobbler", "trakt"]
},
{
"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",
"author": "detain",
"tags": ["scrobbler", "lastfm", "music"]
}
]
}