mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 22:29:31 -06:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"Plugins": {
|
|
"Emby": {
|
|
"Description": "A plugin that allows you to communicate with Emby.",
|
|
"Fields": {
|
|
"ServerUrl": "Server",
|
|
"ServerUrl-Placeholder": "http://localhost:8096/",
|
|
"ServerUrl-Help": "The URL of the Emby server",
|
|
"AccessToken": "Access Token",
|
|
"AccessToken-Help": "An Emby API access token",
|
|
"Mapping": "Mapping",
|
|
"Mapping-Help": "A list of mapping replacement used to paths in FileFlows with the paths that are used in Emby.",
|
|
"MappingKey": "FileFlows",
|
|
"MappingValue": "Emby"
|
|
}
|
|
}
|
|
},
|
|
"Flow": {
|
|
"Parts": {
|
|
"EmbyUpdater": {
|
|
"Outputs": {
|
|
"1": "Emby update request sent",
|
|
"2": "Emby update request failed to send"
|
|
},
|
|
"Description": "Sends a message to a Emby server to update the library.",
|
|
"Fields": {
|
|
"ServerUrl": "Server",
|
|
"ServerUrl-Placeholder": "http://localhost:8096/",
|
|
"ServerUrl-Help": "The URL of the Emby server.\nNote: Only set this if you want to override the plugin settings Server URL.",
|
|
"AccessToken": "Access Token",
|
|
"AccessToken-Help": "An Emby API access token.\nNote: Only set this if you want to override the plugin settings access token.",
|
|
"Mapping": "Mapping",
|
|
"Mapping-Help": "A list of mapping replacement used to paths in FileFlows with the paths that are used in Emby.\nNote: This will not be used unless the Server URL is also set here, otherwise the plugin settings mappings will be used.",
|
|
"MappingKey": "FileFlows",
|
|
"MappingValue": "Emby"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |