mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 03:06:27 -07:00
Map correction and link update
This commit is contained in:
parent
ecb96676bc
commit
2c7c85d28d
18 changed files with 44 additions and 44 deletions
|
|
@ -10,7 +10,7 @@ function details() {
|
|||
Description: `This plugin removes metadata (if a title exists). The output container is the same as the original. \n\n
|
||||
`,
|
||||
Version: "1.00",
|
||||
Link: "https://github.com/HaveAGitGat/Tdarr_Plugin_a37x_Drawmonster_MP4_No_Title_Meta"
|
||||
Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_nc7x_Drawmonster_No_Title_Meta.js"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -54,7 +54,7 @@ function plugin(file) {
|
|||
if (file.meta.Title != undefined) {
|
||||
|
||||
response.infoLog += "☒File has title metadata \n"
|
||||
response.preset = ',-map_metadata -1 -c:v copy -c:a copy'
|
||||
response.preset = ',-map_metadata -1 -map 0 -c copy'
|
||||
response.reQueueAfter = true;
|
||||
response.processFile = true;
|
||||
return response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue