mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
update
This commit is contained in:
parent
e02cf322d1
commit
7d72f70d06
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Update the rest of the plugin details inisde 'function details()' in the plugin.
|
|||
(If local plugin, skip)
|
||||
For the plugin link, you need to create a new github repository for your plugin. This is so that others can commit bug fixes etc and star your repo if they like it which will show on the Tdarr community plugins tab.
|
||||
|
||||
5. Configure 'function plugin(file)' with logic on whether to transcode the file or not. 'file' is an object with hundreds of file properties extracted using FFprobe and ExiTool. The following response object MUST be returned by your plugin. The values shown are the default values:
|
||||
5. Configure 'function plugin(file)' with logic on whether to transcode the file or not. 'file' is an object with hundreds of file properties extracted using FFprobe and ExifTool. The following response object MUST be returned by your plugin. The values shown are the default values:
|
||||
|
||||
|
||||
var response = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue