From 37025244f41edc51b9a885f901b407cef5d23ac2 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:02:26 -0400 Subject: [PATCH 01/11] Create plugin.json --- plugins/decypharr_vod/plugin.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/decypharr_vod/plugin.json diff --git a/plugins/decypharr_vod/plugin.json b/plugins/decypharr_vod/plugin.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/plugins/decypharr_vod/plugin.json @@ -0,0 +1 @@ + From a07cd5c48891aee5345c5347cd334af361783be3 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:03:16 -0400 Subject: [PATCH 02/11] Add Decypharr VOD plugin metadata Added metadata for Decypharr VOD plugin including name, version, description, author, maintainers, license, source type, source URL, and repository URL. --- plugins/decypharr_vod/plugin.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/decypharr_vod/plugin.json b/plugins/decypharr_vod/plugin.json index 8b13789..12c8434 100644 --- a/plugins/decypharr_vod/plugin.json +++ b/plugins/decypharr_vod/plugin.json @@ -1 +1,13 @@ - +{ + "name": "Decypharr VOD", + "version": "0.4.7", + "description": "Native Dispatcharr VOD integration for Decypharr media, providing automatic scanning and organization of movies, series, seasons, and episodes.", + "author": "Tw1zT3d2four7", + "maintainers": [ + "Tw1zT3d2four7" + ], + "license": "MIT", + "source_type": "external", + "source_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod/releases/download/v{version}/decypharr_vod.zip", + "repo_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod" +} From e4c992d41a0e9c3ad91bd28f8c61de058891cb3f Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:03:38 -0400 Subject: [PATCH 03/11] Add files via upload --- plugins/decypharr_vod/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/decypharr_vod/README.md diff --git a/plugins/decypharr_vod/README.md b/plugins/decypharr_vod/README.md new file mode 100644 index 0000000..fc714c6 --- /dev/null +++ b/plugins/decypharr_vod/README.md @@ -0,0 +1,17 @@ +# Decypharr VOD + +Native Dispatcharr VOD integration for Decypharr. + +Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. + +Media source: + +`/mnt/decypharr/__all__` + +Working directory: + +`/mnt/decypharr_vods` + +Full documentation, installation instructions, configuration, and troubleshooting: + +https://github.com/Tw1zT3d2four7/Decypharr_vod From 1cd49a1503e54808709ad79e9032ca3153b62dee Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:07:19 -0400 Subject: [PATCH 04/11] Delete plugins/decypharr_vod/README.md --- plugins/decypharr_vod/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 plugins/decypharr_vod/README.md diff --git a/plugins/decypharr_vod/README.md b/plugins/decypharr_vod/README.md deleted file mode 100644 index fc714c6..0000000 --- a/plugins/decypharr_vod/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Decypharr VOD - -Native Dispatcharr VOD integration for Decypharr. - -Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. - -Media source: - -`/mnt/decypharr/__all__` - -Working directory: - -`/mnt/decypharr_vods` - -Full documentation, installation instructions, configuration, and troubleshooting: - -https://github.com/Tw1zT3d2four7/Decypharr_vod From 0a2f98da753d3b87326a6d5c9f987596514cf09b Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:07:34 -0400 Subject: [PATCH 05/11] Add files via upload --- plugins/decypharr_vod/readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/decypharr_vod/readme.md diff --git a/plugins/decypharr_vod/readme.md b/plugins/decypharr_vod/readme.md new file mode 100644 index 0000000..fc714c6 --- /dev/null +++ b/plugins/decypharr_vod/readme.md @@ -0,0 +1,17 @@ +# Decypharr VOD + +Native Dispatcharr VOD integration for Decypharr. + +Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. + +Media source: + +`/mnt/decypharr/__all__` + +Working directory: + +`/mnt/decypharr_vods` + +Full documentation, installation instructions, configuration, and troubleshooting: + +https://github.com/Tw1zT3d2four7/Decypharr_vod From 31c71634ec5da7cb1ac3ea4e74835961149a681c Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:10:12 -0400 Subject: [PATCH 06/11] Delete plugins/decypharr_vod directory --- plugins/decypharr_vod/plugin.json | 13 ------------- plugins/decypharr_vod/readme.md | 17 ----------------- 2 files changed, 30 deletions(-) delete mode 100644 plugins/decypharr_vod/plugin.json delete mode 100644 plugins/decypharr_vod/readme.md diff --git a/plugins/decypharr_vod/plugin.json b/plugins/decypharr_vod/plugin.json deleted file mode 100644 index 12c8434..0000000 --- a/plugins/decypharr_vod/plugin.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Decypharr VOD", - "version": "0.4.7", - "description": "Native Dispatcharr VOD integration for Decypharr media, providing automatic scanning and organization of movies, series, seasons, and episodes.", - "author": "Tw1zT3d2four7", - "maintainers": [ - "Tw1zT3d2four7" - ], - "license": "MIT", - "source_type": "external", - "source_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod/releases/download/v{version}/decypharr_vod.zip", - "repo_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod" -} diff --git a/plugins/decypharr_vod/readme.md b/plugins/decypharr_vod/readme.md deleted file mode 100644 index fc714c6..0000000 --- a/plugins/decypharr_vod/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# Decypharr VOD - -Native Dispatcharr VOD integration for Decypharr. - -Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. - -Media source: - -`/mnt/decypharr/__all__` - -Working directory: - -`/mnt/decypharr_vods` - -Full documentation, installation instructions, configuration, and troubleshooting: - -https://github.com/Tw1zT3d2four7/Decypharr_vod From f8178327adc619a1ceaa584cafba135a8870c42c Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:11:22 -0400 Subject: [PATCH 07/11] Create plugin.json --- plugins/decypharr-vod/plugin.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/decypharr-vod/plugin.json diff --git a/plugins/decypharr-vod/plugin.json b/plugins/decypharr-vod/plugin.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/plugins/decypharr-vod/plugin.json @@ -0,0 +1 @@ + From f13363a4b85cbe02aa7dae32e5f641f20d536723 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:12:12 -0400 Subject: [PATCH 08/11] Add Decypharr VOD plugin metadata Added metadata for Decypharr VOD plugin including name, version, description, author, maintainers, license, source type, source URL, and repository URL. --- plugins/decypharr-vod/plugin.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/decypharr-vod/plugin.json b/plugins/decypharr-vod/plugin.json index 8b13789..12c8434 100644 --- a/plugins/decypharr-vod/plugin.json +++ b/plugins/decypharr-vod/plugin.json @@ -1 +1,13 @@ - +{ + "name": "Decypharr VOD", + "version": "0.4.7", + "description": "Native Dispatcharr VOD integration for Decypharr media, providing automatic scanning and organization of movies, series, seasons, and episodes.", + "author": "Tw1zT3d2four7", + "maintainers": [ + "Tw1zT3d2four7" + ], + "license": "MIT", + "source_type": "external", + "source_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod/releases/download/v{version}/decypharr_vod.zip", + "repo_url": "https://github.com/Tw1zT3d2four7/Decypharr_vod" +} From 3af4ee4419fc14cef229d6229955d8c8128484dd Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:12:29 -0400 Subject: [PATCH 09/11] Add files via upload --- plugins/decypharr-vod/readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/decypharr-vod/readme.md diff --git a/plugins/decypharr-vod/readme.md b/plugins/decypharr-vod/readme.md new file mode 100644 index 0000000..fc714c6 --- /dev/null +++ b/plugins/decypharr-vod/readme.md @@ -0,0 +1,17 @@ +# Decypharr VOD + +Native Dispatcharr VOD integration for Decypharr. + +Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. + +Media source: + +`/mnt/decypharr/__all__` + +Working directory: + +`/mnt/decypharr_vods` + +Full documentation, installation instructions, configuration, and troubleshooting: + +https://github.com/Tw1zT3d2four7/Decypharr_vod From 537f0ccf743d1bc44aa36e8d8da8a9c50b2ce7bf Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Mon, 21 Sep 2026 22:29:11 -0400 Subject: [PATCH 10/11] Simplify readme for Decypharr VOD plugin Removed unnecessary details about media source and working directory. --- plugins/decypharr-vod/readme.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/plugins/decypharr-vod/readme.md b/plugins/decypharr-vod/readme.md index fc714c6..7ce9b00 100644 --- a/plugins/decypharr-vod/readme.md +++ b/plugins/decypharr-vod/readme.md @@ -2,16 +2,7 @@ Native Dispatcharr VOD integration for Decypharr. -Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD, including series, seasons, and episodes. - -Media source: - -`/mnt/decypharr/__all__` - -Working directory: - -`/mnt/decypharr_vods` - +Scans your Decypharr media and imports movies and TV shows into Dispatcharr VOD. Full documentation, installation instructions, configuration, and troubleshooting: https://github.com/Tw1zT3d2four7/Decypharr_vod From bba2c20fd0d6477f9bc01edebc259ea67cb636e6 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Wed, 23 Sep 2026 18:54:19 -0400 Subject: [PATCH 11/11] Update Profilarr version to 2.1.4 --- plugins/profilarr/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/profilarr/plugin.json b/plugins/profilarr/plugin.json index ecdac76..ff0c36b 100644 --- a/plugins/profilarr/plugin.json +++ b/plugins/profilarr/plugin.json @@ -1,6 +1,6 @@ { "name": "Profilarr", - "version": "2.0.7", + "version": "2.1.4", "description": "Hybrid ffmpeg + cvlc stream profiles. ffmpeg fetches the provider stream directly with a custom user-agent and reconnect handling, and regenerates timestamps (+genpts+igndts+discardcorrupt); cvlc then buffers and delivers the already-clean stream, so downstream players don't freeze on a CDN-hiccup discontinuity.", "author": "Tw1zT3d2four7", "maintainers": ["Tw1zT3d2four7"],