Commit graph

680 commits

Author SHA1 Message Date
HaveAGitGat
735947ee04 Set gpu device 2023-08-08 07:18:24 +01:00
HaveAGitGat
911a388d21 Auto detect nvenc gpu with least utilisation 2023-07-04 18:24:56 +01:00
HaveAGitGat
fe8864fcc0 Add other args check 2023-06-27 07:09:13 +01:00
HaveAGitGat
ffe427e285 Adjust inputs 2023-06-27 07:02:46 +01:00
HaveAGitGat
599ae068a4 Adjust gpu inputs 2023-06-27 06:18:34 +01:00
HaveAGitGat
d8a86dc6d5 Adjust bframes options 2023-06-27 06:07:49 +01:00
HaveAGitGat
abfa9af5aa Adjustments based on comments 2023-06-27 05:52:43 +01:00
HaveAGitGat
3204bce8bb Create Tdarr_Plugin_00td_action_transcode.js 2023-06-26 18:04:11 +01:00
HaveAGitGat
cd469a689f
Merge pull request #333 from HaveAGitGat/supersnellehenk-patch-2
Update Sonarr parsing && reformat
2023-06-13 08:19:00 +02:00
HaveAGitGat
5c08ab15e2 Fix lint 2023-05-11 05:08:04 +01:00
HaveAGitGat
8509664989 Add bracket 2023-05-11 05:06:51 +01:00
HaveAGitGat
fdd67655c5 Poll server for job report and add optional server ip/port inputs 2023-05-11 05:02:56 +01:00
HaveAGitGat
d25d7c86d0 Fix plugin check errors 2023-05-08 20:16:11 +01:00
HaveAGitGat
62ef9e7ad8 Add exactMatch option to property filters 2023-05-08 20:09:55 +01:00
HaveAGitGat
c00dfa7d9e Check includes property 2023-05-08 14:35:36 +01:00
HaveAGitGat
95c61a0eae Convert non=string to string for comparsion, add test 2023-05-05 05:58:56 +01:00
HaveAGitGat
74e7a94cd7 Use slice as substring deprecated 2023-04-20 06:46:13 +01:00
supersnellehenk
a0b719f5a5
Fix lint 2023-04-18 22:38:05 +02:00
supersnellehenk
5713e2e76a
Update to new version 2023-04-18 22:34:35 +02:00
HaveAGitGat
f7ec14fa01 Use mkv 2023-04-13 05:51:10 +01:00
HaveAGitGat
6d2864f95e Remove custom options 2023-04-08 13:57:46 +01:00
HaveAGitGat
089d7375eb Throw error if unknown NORMALISATIONSTAGE 2023-04-07 17:27:18 +01:00
HaveAGitGat
28685b9023 Fix checkPlugin error 2023-04-07 17:05:51 +01:00
HaveAGitGat
4afe5cc0b8 Use Tdarr server logs to read normalisation data 2023-04-07 16:59:50 +01:00
HaveAGitGat
78bf921e86
Merge pull request #337 from jshessen/master
Set genpts to fix unknown timestamp for .ts or .avi
2023-04-06 19:24:42 +02:00
HaveAGitGat
2613115e13 Run lint 2023-04-06 18:23:12 +01:00
HaveAGitGat
5746b8a0b6 Add Tdarr_Plugin_00td_filter_by_file_property 2023-04-06 17:55:15 +01:00
HaveAGitGat
f1243739af
Merge pull request #344 from buthed010203/patch-1
Remove problematic default value
2023-03-22 06:33:00 +01:00
HaveAGitGat
205b7c93a8
Merge pull request #396 from HaveAGitGat/original_container
Typo fix
2023-03-21 08:52:35 +01:00
HaveAGitGat
cfe97eca23 Typo fix 2023-03-21 07:51:35 +00:00
HaveAGitGat
eba7260a1b
Merge pull request #392 from HaveAGitGat/boosh
Add boosh changes
2023-03-21 08:50:05 +01:00
HaveAGitGat
0abbfb9186 options to use original container 2023-03-17 08:53:15 +00:00
HaveAGitGat
cf63623882 Update tests, lint fix 2023-03-10 08:58:07 +00:00
HaveAGitGat
a09237aae7 Add boosh changes 2023-03-10 08:49:29 +00:00
HaveAGitGat
f8e58f594c Use file.ffProbeData.format.duration 2023-03-09 07:39:41 +00:00
HaveAGitGat
a50c3c7e51 Fix option type 2023-03-05 21:45:48 +00:00
HaveAGitGat
317d74520b Add Tdarr_Plugin_00td_filter_by_stream_tag 2023-03-05 21:32:41 +00:00
HaveAGitGat
fcfd2dac4b Update Tdarr_Plugin_00td_action_remove_stream_by_specified_property.js 2023-03-03 06:08:09 +00:00
HaveAGitGat
3b251fc4b7 Add Tdarr_Plugin_00td_action_remove_stream_by_specified_property 2023-03-03 06:04:44 +00:00
HaveAGitGat
df9195c0d7
Merge pull request #371 from f16v1per/oneremove
Only remove audio track once
2023-02-16 06:32:52 +01:00
HaveAGitGat
7906350dbf Fix lint errors 2023-02-16 05:28:12 +00:00
HaveAGitGat
8d45fbaa64 typo fix 2023-02-12 23:07:00 +00:00
HaveAGitGat
fbed3a0a84 Use file.ffProbeData?.format?.duration if available 2023-02-12 23:03:18 +00:00
f16v1per
e3c5b3aa1f Only remove audio track once 2023-02-08 18:36:20 -05:00
HaveAGitGat
db3fecab6a
Merge pull request #285 from aunefyren/master
Music library plugin, Audio to FLAC
2022-11-30 19:18:46 +01:00
supersnellehenk
9541e8916f
Hotfix: axios dependency
@HaveAGitGat axios is somehow borked for people, clamping it to 0.27.2. Pls approve :)
2022-10-17 16:56:10 +02:00
buthed010203
2733812d94
Remove problematic default value
The tooltip explains that leaving this blank will keep all subs. That isn't the case with a non blank default value.
2022-10-14 12:35:29 -04:00
Jeff Hessenflow
42185644ee
Swapped input.container to file.container for genpts logic
Swapped input.container to file.container for genpts logic
2022-09-29 16:04:47 -05:00
Jeff Hessenflow
474c660467
Set genpts to fix unknown timestamp for .ts or .avi
Incorporated code included in Tdarr_Plugin_MC93_Migz1FFMPEG.js

Add mpeg4 Decode Migz GPU (#289) 

@Fish2
Fish2 committed on Apr 10
  
fix unknown timestamp fix for ts and avi for migz gpu (#292)
2022-09-29 14:35:50 -05:00
supersnellehenk
4daad3596c
Update Sonarr parsing && reformat 2022-09-15 16:07:51 +02:00