mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Steps update
This commit is contained in:
parent
2c7c85d28d
commit
26d915cf7c
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ Your plugin id inside the file must be exactly the same as the plugin filename.
|
|||
|
||||
IMPORTANT: Think carefully about what you'd like your plugin to do. You cannot change the aim of a community plugin at a later date as others may be using the plugin. After the plugin has been submitted to community plugins, you can only fix bugs, clarify details and improve plugin performance.
|
||||
|
||||
4.(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.
|
||||
4.(If local plugin then you can skip this)
|
||||
For the plugin link, I'll add this once you create a PR to community plugins.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue