Commit graph

327 commits

Author SHA1 Message Date
HaveAGitGat
d28272f6d4 add prettier 2020-05-15 01:20:36 +01:00
HaveAGitGat
e1ff493d7b Tidy 2020-05-15 01:13:19 +01:00
HaveAGitGat
925d3c2cec
Merge pull request #71 from Migz93/master
Migz Plugins Fix
2020-05-09 00:38:58 +01:00
Migz93
34ce463fc8 Migz PLugin
Remove leftover "response.infoLog += `first`" from previous debugging.
2020-05-08 21:17:43 +01:00
Migz93
1a7d1cafc9 Migz Plugins Fix
Both plugins checked for the existance of file.ffProbeData.streams[i].tags.language. But when .tags is completely missing then it would fail.
Modified plugins to check for .tags before then checking for .language
2020-05-08 21:16:19 +01:00
HaveAGitGat
673a677e26 Loop bug with some files 2020-05-06 21:56:48 +01:00
HaveAGitGat
e2c9e83b57 Merge branch 'master' of https://github.com/HaveAGitGat/Tdarr_Plugins 2020-05-05 13:59:17 +01:00
HaveAGitGat
27804bd930
Merge pull request #69 from Migz93/master
Migz FFMPEG Plugins
2020-04-23 16:36:19 +01:00
Migz93
91a974824c Migz FFMPEG Plugins
1) Set bufsize at a variable level dependant on bitrate. (Thanks winsome)

2) Add variable to enable transcoding files to 10bit if preferred.

3) Added two options to GPU transcode plugin after extensive testing/research with different options.
*-cq:v 19
*-rc-lookahead:v 32

4) Modify bitrate cutoff check to completely skip file if below cutoff, rather then check if it should be remuxed.

5) Tidy up some wording.
2020-04-23 10:41:23 +01:00
HaveAGitGat
0549e0c3f6 Name clarification and link 2020-04-21 21:38:49 +01:00
HaveAGitGat
908c212e19
Update Tdarr_Plugin_MC93_Migz1FFMPEG.js 2020-04-20 12:46:49 +01:00
HaveAGitGat
4edbbe5367
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js 2020-04-20 12:45:41 +01:00
HaveAGitGat
a2440e9467
Merge pull request #68 from Migz93/master
Update: All Migz Plugins
2020-04-19 22:08:05 +01:00
Migz93
20fe6461a1 Update: All Migz Plugins
1) Ran all plugins through javascript formatter to make them look nicer/ have correct javascript formatting.

2) Added comments to all plugins.

3) Modified all plugins that have checks for inputs to check for existance of inputs itself.

4) Modify 5ConvertAudio so that you can just put "true" in a single input, rather then having to put false in the opposing one. If only 1 action is wanted.

5) Fix for 3CleanAudio & 4CleanSubs where if language meta was completely missing then plugins would not set it to the specified tag language.

6) Correct 4CleanSubs input title of "tag_title" to "tag_language"
2020-04-19 20:31:35 +01:00
HaveAGitGat
3e4b2c7126
Info log channel typo 2020-04-15 13:09:07 +01:00
HaveAGitGat
1185306141 Bitrate based plugin 2020-04-14 20:01:54 +01:00
HaveAGitGat
da12371012
Merge pull request #67 from rbraunschweig/patch-1
Migz2CleanTitle: Map all streams to output
2020-04-13 08:16:45 +01:00
rbraunschweig
809d0a1b55
Map all streams to output 2020-04-12 23:14:25 +02:00
HaveAGitGat
d49125158a
Link 2020-04-12 08:59:08 +01:00
HaveAGitGat
0ae864b592
Merge pull request #66 from SpencerReiter/master
Added community plugin to set a default audio stream
2020-04-12 08:57:03 +01:00
HaveAGitGat
47069a71f6
Update Tdarr_Plugin_c0r1_SetDefaultAudioStream.js 2020-04-12 08:56:15 +01:00
HaveAGitGat
37bef2eec8
Update Tdarr_Plugin_c0r1_SetDefaultAudioStream.js 2020-04-12 08:54:37 +01:00
Spencer Reiter
b3abeb20f1 Added community plugin to set a default audio stream 2020-04-11 17:04:16 -04:00
HaveAGitGat
77a7c3f220
Merge pull request #65 from controlol/master
fix errors that came with the version of 4/4/2020
2020-04-07 07:26:35 +01:00
controlol
903dd31575
this should fix all errors 2020-04-05 21:37:36 +02:00
controlol
fd1cc52193
fix couldn't find property language of undefined 2020-04-05 21:36:55 +02:00
controlol
8532d762f0
Merge pull request #1 from HaveAGitGat/master
update master
2020-04-05 21:34:43 +02:00
HaveAGitGat
05cd284ee0
Merge pull request #64 from controlol/patch-6
Create Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js
2020-04-04 17:11:23 +01:00
HaveAGitGat
1e67bd74c1
Move variable outside of string 2020-04-04 17:10:58 +01:00
HaveAGitGat
9af181680d
tags 2020-04-04 17:07:38 +01:00
controlol
bd60ba8709
Create Tdarr_Plugin_e5c3_CnT_Remove_Letterbox.js
Uses iiDrakeii's filter, and crops video files when letterboxing is detected.\nThis uses the FFMPEG NVENC transcoding(hw).\nIf a file is 4K it will be scaled down to 1080p.\nNow with user definable bitrates!(since 1.104 beta)\nCreated by @control#0405
2020-04-04 17:59:59 +02:00
HaveAGitGat
6a21944b4a
Merge pull request #39 from controlol/patch-5
Patch
2020-04-03 17:57:59 +01:00
controlol
cf6968aa26
Merge branch 'master' into patch-5 2020-04-03 18:50:43 +02:00
controlol
bc8b9474dd
Fixed link 2020-04-03 18:47:11 +02:00
controlol
4c5bf97dd8
Latest updates to Keep_Preferred_Audio 2020-04-03 18:40:43 +02:00
controlol
333ade3cad
Latest updates to add subtitles 2020-04-03 18:39:45 +02:00
controlol
773a6c12fc
Delete auto_crop script 2020-04-03 18:38:54 +02:00
HaveAGitGat
282fcf59bd
Merge pull request #62 from Migz93/master
Update: MigzPlex_Autoscan
2020-04-03 10:11:16 +01:00
Migz93
be6c28b0ba Update: MigzPlex_Autoscan
Add plugin to notify plex_autoscan to scan file.
2020-04-02 21:34:23 +01:00
HaveAGitGat
e2cc0aaa7f
FFmpeg path change 2020-04-02 12:42:40 +01:00
HaveAGitGat
f21157f41c
Merge pull request #60 from Migz93/master
Update: MJPEG Plugins
2020-04-02 06:00:43 +01:00
HaveAGitGat
abd6e133e6
Merge pull request #61 from miasmaejuices/patch-2
Subtitle Fix
2020-04-02 05:59:52 +01:00
Miasma
06e28fa832
Subtitle Fix
Added fix for subtitles per https://discordapp.com/channels/623392507828371476/626268797472604160/695001638628360212

Fixes error:

`
Stream map '0:s' matches no streams.

To ignore this, add a trailing '?' to the map.
`
2020-04-02 17:45:51 +13:00
Migz93
a0f39aa947 Reinclude iiDrakeii plugin
Reinclude iiDrakeii_Not_A_Video_Mjpeg_Fix, warning needs to be given in a future update before removing plugin due to the fact people may still be using this plugin.
2020-04-01 10:49:14 +01:00
Migz93
46667bee2f Update: MJPEG Plugins
Remove iiDrakeii_Not_A_Video_Mjpeg_Fix plugin as this was resolved in Tdarr.

Create new plugin to strip out image format tracks, currently mjpeg & png.
2020-03-31 17:38:42 +01:00
HaveAGitGat
74c5b19251
Merge pull request #59 from Migz93/master
Update: MigzPlugins
2020-03-30 00:54:09 +01:00
Migz93
b22c576c84 Update: MigzPlugins
Updated all plugins to include "-max_muxing_queue_size 4096"
2020-03-29 17:28:20 +01:00
HaveAGitGat
86835f6682
Update transcodeKeepOneAudioStream.js 2020-03-28 11:57:45 +00:00
HaveAGitGat
c0a62ac3c8
Merge pull request #58 from Migz93/master
Update: MigzPlguin
2020-03-25 23:08:00 +00:00
Migz93
37246dd506 Update: MigzPlguin
Update to Migz1FFMPEG plugins to deal with mjpeg streams. Detect and drop from being mapped.
2020-03-25 22:10:28 +00:00