From 6db76c3d1d034ebe3c455ec499fb9594a5092b12 Mon Sep 17 00:00:00 2001 From: R3XCHRIS <11074224+R3XCHRIS@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:47:13 +1000 Subject: [PATCH 1/2] [vod2mlib] Bump version to 1.16.0 --- plugins/vod2mlib/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vod2mlib/plugin.json b/plugins/vod2mlib/plugin.json index b1b0c67..4b573b1 100644 --- a/plugins/vod2mlib/plugin.json +++ b/plugins/vod2mlib/plugin.json @@ -1,6 +1,6 @@ { "name": "VOD to Media Library", - "version": "1.15.2", + "version": "1.16.0", "description": "Generate .strm files (with optional NFO metadata) from your Dispatcharr VOD catalogue so Jellyfin / Emby / Kodi / ChannelsDVR can index your movies and series. Adds a cron-driven auto-rescan that picks up newly-added episodes nightly. Optional category-nested folder layout for genre-organised libraries.", "author": "R3XCHRIS", "license": "MIT", From e977ee2d1cf5614a58822079feaad29087277748 Mon Sep 17 00:00:00 2001 From: R3XCHRIS <11074224+R3XCHRIS@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:57:35 +1000 Subject: [PATCH 2/2] [vod2mlib] Add discord_thread link --- plugins/vod2mlib/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/vod2mlib/plugin.json b/plugins/vod2mlib/plugin.json index 4b573b1..6290105 100644 --- a/plugins/vod2mlib/plugin.json +++ b/plugins/vod2mlib/plugin.json @@ -8,5 +8,6 @@ "repo_url": "https://github.com/R3XCHRIS/VOD2MLIB", "help_url": "https://github.com/R3XCHRIS/VOD2MLIB#readme", "source_type": "external", - "source_url": "https://github.com/R3XCHRIS/VOD2MLIB/releases/download/v{version}/plugin-vod2mlib-v{version}.zip" + "source_url": "https://github.com/R3XCHRIS/VOD2MLIB/releases/download/v{version}/plugin-vod2mlib-v{version}.zip", + "discord_thread": "https://discord.com/channels/1340492560220684331/1503076618078261374" }