From 81746a2c9df79e1f05973a9b70536c0f7982f88b Mon Sep 17 00:00:00 2001 From: 3l3m3nt Date: Sat, 29 Aug 2026 18:09:06 +1200 Subject: [PATCH] [dispatchwrapparr]: Bump version to 1.7.7 --- plugins/dispatchwrapparr/dashdrm.py | 2 +- plugins/dispatchwrapparr/dispatchwrapparr.py | 3 +-- plugins/dispatchwrapparr/hlsdrm.py | 2 +- plugins/dispatchwrapparr/plugin.json | 2 +- plugins/dispatchwrapparr/plugin.py | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/plugins/dispatchwrapparr/dashdrm.py b/plugins/dispatchwrapparr/dashdrm.py index 631a5656..85ae6db8 100644 --- a/plugins/dispatchwrapparr/dashdrm.py +++ b/plugins/dispatchwrapparr/dashdrm.py @@ -19,7 +19,7 @@ log = logging.getLogger(__name__) -__version__ = "1.7.6" +__version__ = "1.7.7" ''' DASHDRM plugin for Dispatchwrapparr & Streamlink diff --git a/plugins/dispatchwrapparr/dispatchwrapparr.py b/plugins/dispatchwrapparr/dispatchwrapparr.py index 8c98ea86..3761f785 100755 --- a/plugins/dispatchwrapparr/dispatchwrapparr.py +++ b/plugins/dispatchwrapparr/dispatchwrapparr.py @@ -30,7 +30,7 @@ from streamlink.stream.stream import Stream from streamlink.options import Options -__version__ = "1.7.6" +__version__ = "1.7.7" def parse_args(): # Initial wrapper arguments @@ -174,7 +174,6 @@ def open(self): "-c:v", self.vcodec, "-c:a", self.acodec, "-af", "loudnorm=I=-16", - "-copyts", "-start_at_zero", # copy timestamps but start them at zero so it syncs with audio stream - move to output option "-f", "mpegts", "pipe:1", ]) diff --git a/plugins/dispatchwrapparr/hlsdrm.py b/plugins/dispatchwrapparr/hlsdrm.py index 0593f5c8..5de36996 100644 --- a/plugins/dispatchwrapparr/hlsdrm.py +++ b/plugins/dispatchwrapparr/hlsdrm.py @@ -15,7 +15,7 @@ log = logging.getLogger(__name__) -__version__ = "1.7.6" +__version__ = "1.7.7" ''' HLSDRM plugin for Dispatchwrapparr & Streamlink diff --git a/plugins/dispatchwrapparr/plugin.json b/plugins/dispatchwrapparr/plugin.json index 1b11a4d6..eee3ff55 100644 --- a/plugins/dispatchwrapparr/plugin.json +++ b/plugins/dispatchwrapparr/plugin.json @@ -1,6 +1,6 @@ { "name": "Dispatchwrapparr", - "version": "1.7.6", + "version": "1.7.7", "description": "An intelligent DRM/Clearkey capable stream profile for Dispatcharr", "author": "jordandalley", "maintainers": ["michaelmurfy"], diff --git a/plugins/dispatchwrapparr/plugin.py b/plugins/dispatchwrapparr/plugin.py index 693b8512..cd85d638 100644 --- a/plugins/dispatchwrapparr/plugin.py +++ b/plugins/dispatchwrapparr/plugin.py @@ -10,7 +10,7 @@ class Plugin: name = "Dispatchwrapparr" - version = "1.7.6" + version = "1.7.7" description = "An intelligent DRM/Clearkey capable stream profile for Dispatcharr" profile_name = "Dispatchwrapparr" # Directory where dispatchwrapparr will be copied to