-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (28 loc) · 962 Bytes
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
{
"package": "TranscodeDrivers",
"name": "TranscodeDrivers",
"version": "4.1.20",
"description": "Drivers for Plex and Jellyfin hardware transcoding in DS425+ and DS225+",
"target": "./src",
"install_type": "package",
"install_dep_packages": "",
"ctl_stop": "no",
"ctl_uninstall": "yes",
"support_conf_folder": "yes",
"synology": {
"maintainer": "007revad",
"maintainer_url": "https://github.com/007revad",
"distributor": "007revad",
"distributor_url": "https://github.com/007revad/Transcode_for_x25",
"support_url": "https://github.com/007revad/Transcode_for_x25/issues",
"help_url": "https://github.com/007revad/Transcode_for_x25#README.md",
"os_min_ver": "7.2-72806",
"os_max_ver": "9.9-99999",
"arch": "geminilakenk",
"displayname": "Transcode Drivers for x25",
"dsmuidir": "ui",
"dsmappname": "SYNO.SDS._ThirdParty.App.TranscodeDrivers",
"thirdparty": "yes",
"beta": "no"
}
}