diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js index c4ba044..6211ad1 100644 --- a/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js +++ b/Community/Tdarr_Plugin_e5c3_CnT_Add_Subtitles.js @@ -13,7 +13,7 @@ function details() { Inputs: [ { name: 'install_packages', - tooltip: `Please change this to "yes", it allows the plugin to install the required nodemodule. (iso-639-2)` + tooltip: `Please change this to "yes", it allows the plugin to install the required nodemodule. (iso-639-2) \nExample:\n yes` }, ] } diff --git a/Community/Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js b/Community/Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js index 2c80b8c..094fd8b 100644 --- a/Community/Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js +++ b/Community/Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio.js @@ -13,11 +13,11 @@ function details() { Inputs: [ { name: 'languages', - tooltip: `Desired Languages you would like to keep, language format has to be according to the iso-639-2 standard: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes\nIt could look like: "eng","dut"` + tooltip: `Desired Languages you would like to keep, language format has to be according to the iso-639-2 standard: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes\nExample:\n eng,dut` }, { name: 'special', - tooltip: `This is if you want a specific language to be logged to a file in your Tdarr documents folder.\nIt will add the name of the file that is being processed if this language(s) has been found.\nThe file is created the first time it finds a file with the language.\nIt could look like: "eng","dut"\nThe languages don't have to be in "languages".` + tooltip: `This is if you want a specific language to be logged to a file in your Tdarr documents folder.\nIt will add the name of the file that is being processed if this language(s) has been found.\nThe file is created the first time it finds a file with the language. \nThe languages don't have to be in "languages". \nExample:\n eng,dut ` } ] } diff --git a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js index c14b336..e9d7b78 100644 --- a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js +++ b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js @@ -16,11 +16,11 @@ module.exports.details = function details() { Inputs: [ //(Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI { name: 'language', - tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. For example: eng` + tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. \nExample:\n eng \nExample:\n fr \nExample:\n de` //Each line following `Example:` will be clearly formatted }, { name: 'channels', - tooltip: `Desired audio channel number. For example: 2` + tooltip: `Desired audio channel number. \nExample:\n 2` }, ] diff --git a/Tdarr_Plugin_zzzz_Post_Proc_Example.js b/Tdarr_Plugin_zzzz_Post_Proc_Example.js index 3461cd6..cdcd8aa 100644 --- a/Tdarr_Plugin_zzzz_Post_Proc_Example.js +++ b/Tdarr_Plugin_zzzz_Post_Proc_Example.js @@ -16,11 +16,11 @@ module.exports.details = function details() { Inputs: [ //(Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI { name: 'language', - tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. For example: eng` + tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. \nExample:\n eng \nExample:\n fr \nExample:\n de` //Each line following `Example:` will be clearly formatted }, { name: 'channels', - tooltip: `Desired audio channel number. For example: 2` + tooltip: `Desired audio channel number. \nExample:\n 2` }, ]