-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJoynConfig.json
More file actions
60 lines (60 loc) · 2.21 KB
/
JoynConfig.json
File metadata and controls
60 lines (60 loc) · 2.21 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
{
"name": "Joyn",
"description": "Joyn streaming platform - German entertainment and live TV",
"author": "Bluscream, Cursor.AI",
"authorUrl": "https://github.com/Bluscream",
"platformUrl": "https://joyn.de",
"sourceUrl": "https://localhost:3000/build/JoynConfig.json",
"repositoryUrl": "https://github.com/grayjay-sources/grayjay-source-joyn",
"scriptUrl": "./JoynScript.js",
"version": 4,
"iconUrl": "./JoynIcon.png",
"id": "joyn-streaming-platform",
"scriptSignature": "",
"scriptPublicKey": "",
"packages": ["Http", "DOMParser"],
"allowEval": false,
"allowUrls": ["joyn.de", ".joyn.de", ".algolia.net", "entitlement.p7s1.io", "api.vod-prd.s.joyn.de", "auth.joyn.de"],
"supportedClaimTypes": [3],
"enablePlaylists": true,
"enableLiveContent": true,
"authentication": {
"loginUrl": "https://www.joyn.de/login",
"userAgent": "Mozilla/5.0 (Linux; Android 12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.230 Mobile Safari/537.36",
"domainHeadersToFind": {
"joyn.de": []
}
},
"settings": [
{
"variable": "joyn_country",
"name": "Country",
"description": "Select your country to get region-specific content",
"type": "Dropdown",
"default": "0",
"options": [
"DE",
"AT",
"CH"
]
}
],
"changelog": {
"1": ["Initial version: Basic plugin structure"],
"2": ["Added support for series playlists and improved error handling"],
"3": ["Fixed thumbnail URLs - now correctly handles GraphQL image fields (heroLandscapeImage, heroPortraitImage)"],
"4": ["Fixed thumbnail extraction from GraphQL response (heroImageDesktop, heroImageMobile, primaryImage)", "Fixed uploadDate extraction (now uses productionYear as fallback)", "Fixed duration extraction (now correctly reads from asset.video.duration)", "Added support for /video/ URLs", "Fixed path.startsWith error in image URL building", "Improved content details serialization for debugging"]
},
"Testing": {
"GetContentDetails": {
"urls": [
"https://www.joyn.de/filme/dear-santa-eine-reise-zum-nordpol"
]
},
"GetChannel": {
"urls": [
"https://www.joyn.de/play/live-tv?channel_id=1"
]
}
}
}