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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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"], From 3a8677e191cd7d95d9441afb59c4401283d2018a Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Wed, 23 Sep 2026 19:21:08 -0400 Subject: [PATCH 12/14] Update Profilarr plugin.json with new fields Updated the plugin description and added new fields for video and audio profiles, including network caching options. --- plugins/profilarr/plugin.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/plugins/profilarr/plugin.json b/plugins/profilarr/plugin.json index ff0c36b..9846a70 100644 --- a/plugins/profilarr/plugin.json +++ b/plugins/profilarr/plugin.json @@ -1,11 +1,14 @@ { "name": "Profilarr", "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.", + "description": "Hardware-aware FFmpeg + CVLC stream profiles for Dispatcharr.", "author": "Tw1zT3d2four7", - "maintainers": ["Tw1zT3d2four7"], - "license": "MIT", - "source_type": "external", - "source_url": "https://github.com/Tw1zT3d2four7/Profilarr/releases/download/v{version}/Profilarr.zip", - "repo_url": "https://github.com/Tw1zT3d2four7/Profilarr" + "help_url": "https://github.com/Tw1zT3d2four7/Profilarr", + "fields": [ + {"id":"video_profile","label":"Hardware / Video Profile","type":"select","default":"passthrough","options":[ + {"value":"passthrough","label":"Passthrough (base video copy)"},{"value":"nvidia_source","label":"[NVIDIA] NVENC (Source FPS)"},{"value":"nvidia_30","label":"[NVIDIA] NVENC (Force 30 FPS)"},{"value":"nvidia_60","label":"[NVIDIA] NVENC (Force 60 FPS)"},{"value":"intel_source","label":"[INTEL] QSV (Source FPS)"},{"value":"intel_30","label":"[INTEL] QSV (Force 30 FPS)"},{"value":"intel_60","label":"[INTEL] QSV (Force 60 FPS)"},{"value":"amd_source","label":"[AMD] AMF (Source FPS)"},{"value":"amd_30","label":"[AMD] AMF (Force 30 FPS)"},{"value":"amd_60","label":"[AMD] AMF (Force 60 FPS)"},{"value":"cpu_source","label":"[CPU] Software (Source FPS)"},{"value":"cpu_30","label":"[CPU] Software (Force 30 FPS)"},{"value":"cpu_60","label":"[CPU] Software (Force 60 FPS)"}]}, + {"id":"audio_override","label":"Audio Transcoding Override","type":"select","default":"aac","options":[{"value":"aac","label":"AAC"},{"value":"ac3","label":"AC3"},{"value":"eac3","label":"E-AC3"},{"value":"opus","label":"Opus"},{"value":"mp3","label":"MP3"},{"value":"copy","label":"Copy"}]}, + {"id":"network_caching","label":"CVLC Network Cache (ms)","type":"select","default":"6000","options":[{"value":"3000","label":"3000"},{"value":"6000","label":"6000 (Default)"},{"value":"9000","label":"9000"},{"value":"12000","label":"12000"},{"value":"15000","label":"15000"}]} + ], + "actions": [{"id":"generate_profile","label":"Apply & Synchronize","button_label":"Apply & Synchronize","button_color":"green","description":"Create or update the selected Profilarr Stream Profile."}] } From 8d069eff47da200cf3e1305a67452ba9535992b8 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Wed, 23 Sep 2026 19:22:44 -0400 Subject: [PATCH 13/14] Bump version from 2.1.4 to 2.1.5 --- 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 9846a70..830096c 100644 --- a/plugins/profilarr/plugin.json +++ b/plugins/profilarr/plugin.json @@ -1,6 +1,6 @@ { "name": "Profilarr", - "version": "2.1.4", + "version": "2.1.5", "description": "Hardware-aware FFmpeg + CVLC stream profiles for Dispatcharr.", "author": "Tw1zT3d2four7", "help_url": "https://github.com/Tw1zT3d2four7/Profilarr", From f86667a0308213350cd7b9b76cc1c07f614db4a9 Mon Sep 17 00:00:00 2001 From: Jeremy Isenhour <144488925+Tw1zT3d2four7@users.noreply.github.com> Date: Wed, 23 Sep 2026 19:35:48 -0400 Subject: [PATCH 14/14] Enhance plugin.json with detailed metadata Updated the plugin description for clarity and added additional metadata including maintainers, license, source type, source URL, and repository URL. --- plugins/profilarr/plugin.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/plugins/profilarr/plugin.json b/plugins/profilarr/plugin.json index 830096c..2303819 100644 --- a/plugins/profilarr/plugin.json +++ b/plugins/profilarr/plugin.json @@ -1,14 +1,11 @@ { "name": "Profilarr", "version": "2.1.5", - "description": "Hardware-aware FFmpeg + CVLC stream profiles for Dispatcharr.", + "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", - "help_url": "https://github.com/Tw1zT3d2four7/Profilarr", - "fields": [ - {"id":"video_profile","label":"Hardware / Video Profile","type":"select","default":"passthrough","options":[ - {"value":"passthrough","label":"Passthrough (base video copy)"},{"value":"nvidia_source","label":"[NVIDIA] NVENC (Source FPS)"},{"value":"nvidia_30","label":"[NVIDIA] NVENC (Force 30 FPS)"},{"value":"nvidia_60","label":"[NVIDIA] NVENC (Force 60 FPS)"},{"value":"intel_source","label":"[INTEL] QSV (Source FPS)"},{"value":"intel_30","label":"[INTEL] QSV (Force 30 FPS)"},{"value":"intel_60","label":"[INTEL] QSV (Force 60 FPS)"},{"value":"amd_source","label":"[AMD] AMF (Source FPS)"},{"value":"amd_30","label":"[AMD] AMF (Force 30 FPS)"},{"value":"amd_60","label":"[AMD] AMF (Force 60 FPS)"},{"value":"cpu_source","label":"[CPU] Software (Source FPS)"},{"value":"cpu_30","label":"[CPU] Software (Force 30 FPS)"},{"value":"cpu_60","label":"[CPU] Software (Force 60 FPS)"}]}, - {"id":"audio_override","label":"Audio Transcoding Override","type":"select","default":"aac","options":[{"value":"aac","label":"AAC"},{"value":"ac3","label":"AC3"},{"value":"eac3","label":"E-AC3"},{"value":"opus","label":"Opus"},{"value":"mp3","label":"MP3"},{"value":"copy","label":"Copy"}]}, - {"id":"network_caching","label":"CVLC Network Cache (ms)","type":"select","default":"6000","options":[{"value":"3000","label":"3000"},{"value":"6000","label":"6000 (Default)"},{"value":"9000","label":"9000"},{"value":"12000","label":"12000"},{"value":"15000","label":"15000"}]} - ], - "actions": [{"id":"generate_profile","label":"Apply & Synchronize","button_label":"Apply & Synchronize","button_color":"green","description":"Create or update the selected Profilarr Stream Profile."}] + "maintainers": ["Tw1zT3d2four7"], + "license": "MIT", + "source_type": "external", + "source_url": "https://github.com/Tw1zT3d2four7/Profilarr/releases/download/v{version}/Profilarr.zip", + "repo_url": "https://github.com/Tw1zT3d2four7/Profilarr" }