-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 878 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 878 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
{
"package": "TranscodeDrivers",
"name": "TranscodeDrivers",
"version": "3.0.11",
"description": "Drivers for Plex and Jellyfin hardware transcoding in DS425+ and DS225+",
"target": "./src",
"install_type": "package",
"install_dep_packages": "",
"ctl_stop": "yes",
"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",
"thirdparty": "yes",
"beta": "no"
}
}