mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2026-03-22 01:36:53 -03:00
This commit is contained in:
parent
e4c8295063
commit
41b58edf73
1 changed files with 39 additions and 4 deletions
|
|
@ -1473,12 +1473,12 @@
|
|||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Segment Editor.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.1.4.0",
|
||||
"version": "0.1.8.0",
|
||||
"changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/segment-editor-plugin/blob/master/CHANGELOG.md)",
|
||||
"targetAbi": "10.11.5.0",
|
||||
"sourceUrl": "https://github.com/intro-skipper/segment-editor-plugin/releases/download/v0.1.4.0/segment-editor-plugin-v0.1.4.0.zip",
|
||||
"checksum": "4bcf70b69603dc0d527c66d125fe692f",
|
||||
"timestamp": "2026-02-22T11:25:45Z"
|
||||
"sourceUrl": "https://github.com/intro-skipper/segment-editor-plugin/releases/download/v0.1.8.0/segment-editor-plugin-v0.1.8.0.zip",
|
||||
"checksum": "8085a23807fd035652cacce806878d66",
|
||||
"timestamp": "2026-02-27T07:58:04Z"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -2298,6 +2298,22 @@
|
|||
"owner": "CatNoir2006",
|
||||
"overview": "Sucht und lädt Inhalte aus den Mediatheken über die MediathekViewWeb-API.",
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.8.0.1",
|
||||
"changelog": "## Release v0.8.0.1 - Hotfix behebt fehlende DLL Fehler für Adoption\r\n\r\n#### Dieses Major-Update führt LiveTV-Integration ein, bietet eine überarbeitete Konfigurationsstruktur mit Migrationslogik und optimiert die Fehlerdiagnose sowie die Dateiverwaltung erheblich.\r\n\r\n## 🚀 Neue Funktionen\r\n\r\n* **LiveTV Support (Zapp API):**\r\n\r\n* **Intelligente Datei-Adoption:**\r\n - Neuer Service mit Multi-Faktor-Scoring zur Identifizierung existierender Dateien.\r\n - Eigenes UI-Tab für Massen-Bestätigung und Filterung unbestätigter Dateien. (#100)\r\n\r\n* **Erweiterte Such- & Abo-Logik (Excludefilter):**\r\n - Unterstützung von Ausschlusskriterien (Präfix `!`) in der Suche und in Abonnements.\r\n - \"Abonnement aus Suche erstellen\"-Funktion direkt im Such-Workflow integriert. (#101)\r\n\r\n* **Abo-Struktur & Automatisierung:**\r\n - Option zur automatischen Erstellung von Unterordnern pro Abonnement für bessere Dateistruktur. (#98)\r\n - Globale Standardwerte (SubscriptionDefaults) für neue Abonnements definierbar. (#94)\r\n\r\n## 🛠️ Verbesserungen & Refactoring\r\n\r\n* **Umfassendes Konfigurations-Refactoring:**\r\n - Umstellung der flachen Struktur auf logische Gruppen (*Search, Download, Series, Metadata, Accessibility*).\r\n - Implementierung einer **Migrations-Strategie (v1 -> v2)** für bestehende Setups. (#94)\r\n\r\n\r\n* **Strukturierte Fehlerberichte:**\r\n - Umstellung der API auf `ApiErrorDto` für detaillierte Fehlermeldungen (z.B. Speicherplatzmangel, ungültige Pfade).\r\n - Komplettes Frontend-Refactoring zur asynchronen Verarbeitung und Anzeige dieser Fehler auf Deutsch. (#97)\r\n\r\n\r\n* **UI/UX Optimierungen:**\r\n - Modernisierung der Einstellungsseite mit einklappbaren Sektionen (Accordions).\r\n - Neues Fehler-Overlay bei Initialisierungsproblemen (z.B. Datenbankfehlern).\r\n - Kompakteres Design der Abo-Liste mit Statusanzeige (Aktiv/Pause). (#94)\r\n\r\n\r\n* **Suche & Mediatheken:**\r\n - Unterstützung für zukünftige Ausstrahlungen in der Suche hinzugefügt. (#88)\r\n - Erweiterte Untertitel-Extraktion für ARD, ZDF und KiKA (inkl. `.vtt`, `.ttml`). (#94)\r\n\r\n\r\n\r\n## 🐞 Bugfixes\r\n\r\n- **API-Stabilität:** Behebung von Problemen beim Auslesen von Fehler-Bodys im Frontend durch Umstellung auf asynchrones Fetch-Handling.\r\n- **Metadaten:** Korrektur der Nummerierung bei Doppelfolgen und verbesserte URL-Validierung via `Uri.TryCreate`.\r\n- **Workflow:** Fix für Berechtigungs-Warnungen in GitHub Actions und Vereinheitlichung der Zeilenendungen (`.gitattributes`).\r\n\r\n## Upgrade Infos\r\n\r\n* **Current Version**\r\n * Plugin: v0.8.0.1\r\n * **Config: 2** (Automatischer Migrationsdienst aktiv)\r\n\r\n* **Min Support Version for Upgrade:**\r\n * Plugin: v0.6.0.0\r\n * Config: 1\r\n\r\n## What's Changed\r\n* [Improvement]: Zukünftige Titel in der Suche & Refactoring by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/88\r\n* Umfassendes Refactoring der Konfiguration und UI-Optimierungen by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/94\r\n* [Improvement]: Strukturierte Fehlerberichte und verbesserte Fehleranzeige (#92) by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/97\r\n* [Improvement]: Add option to always create a subfolder for subscriptions by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/98\r\n* feat: Add LiveTV Support #95 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/99\r\n* [Feature]: Allow Adoption of Existing files #90 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/100\r\n* [Feature]: Ausschluss-Suchbegriffe für Suche/Abos ermöglichen (Excludefilter) #96 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/101\r\n\r\n\r\n**Full Changelog**: https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/compare/v0.7.2.0...v0.8.0.1",
|
||||
"timestamp": "2026-02-27T13:26:15Z",
|
||||
"sourceUrl": "https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/releases/download/v0.8.0.1/mediathek-downloader_0.8.0.1.zip",
|
||||
"checksum": "c5c8d10b50277e268867c7685b8f5e65",
|
||||
"targetAbi": "10.11.0.0"
|
||||
},
|
||||
{
|
||||
"version": "0.8.0.0",
|
||||
"changelog": "## Release v0.8.0.0\r\n\r\n#### Dieses Major-Update führt LiveTV-Integration ein, bietet eine überarbeitete Konfigurationsstruktur mit Migrationslogik und optimiert die Fehlerdiagnose sowie die Dateiverwaltung erheblich.\r\n\r\n## 🚀 Neue Funktionen\r\n\r\n* **LiveTV Support (Zapp API):**\r\n\r\n* **Intelligente Datei-Adoption:**\r\n - Neuer Service mit Multi-Faktor-Scoring zur Identifizierung existierender Dateien.\r\n - Eigenes UI-Tab für Massen-Bestätigung und Filterung unbestätigter Dateien. (#100)\r\n\r\n* **Erweiterte Such- & Abo-Logik (Excludefilter):**\r\n - Unterstützung von Ausschlusskriterien (Präfix `!`) in der Suche und in Abonnements.\r\n - \"Abonnement aus Suche erstellen\"-Funktion direkt im Such-Workflow integriert. (#101)\r\n\r\n* **Abo-Struktur & Automatisierung:**\r\n - Option zur automatischen Erstellung von Unterordnern pro Abonnement für bessere Dateistruktur. (#98)\r\n - Globale Standardwerte (SubscriptionDefaults) für neue Abonnements definierbar. (#94)\r\n\r\n## 🛠️ Verbesserungen & Refactoring\r\n\r\n* **Umfassendes Konfigurations-Refactoring:**\r\n - Umstellung der flachen Struktur auf logische Gruppen (*Search, Download, Series, Metadata, Accessibility*).\r\n - Implementierung einer **Migrations-Strategie (v1 -> v2)** für bestehende Setups. (#94)\r\n\r\n\r\n* **Strukturierte Fehlerberichte:**\r\n - Umstellung der API auf `ApiErrorDto` für detaillierte Fehlermeldungen (z.B. Speicherplatzmangel, ungültige Pfade).\r\n - Komplettes Frontend-Refactoring zur asynchronen Verarbeitung und Anzeige dieser Fehler auf Deutsch. (#97)\r\n\r\n\r\n* **UI/UX Optimierungen:**\r\n - Modernisierung der Einstellungsseite mit einklappbaren Sektionen (Accordions).\r\n - Neues Fehler-Overlay bei Initialisierungsproblemen (z.B. Datenbankfehlern).\r\n - Kompakteres Design der Abo-Liste mit Statusanzeige (Aktiv/Pause). (#94)\r\n\r\n\r\n* **Suche & Mediatheken:**\r\n - Unterstützung für zukünftige Ausstrahlungen in der Suche hinzugefügt. (#88)\r\n - Erweiterte Untertitel-Extraktion für ARD, ZDF und KiKA (inkl. `.vtt`, `.ttml`). (#94)\r\n\r\n\r\n\r\n## 🐞 Bugfixes\r\n\r\n- **API-Stabilität:** Behebung von Problemen beim Auslesen von Fehler-Bodys im Frontend durch Umstellung auf asynchrones Fetch-Handling.\r\n- **Metadaten:** Korrektur der Nummerierung bei Doppelfolgen und verbesserte URL-Validierung via `Uri.TryCreate`.\r\n- **Workflow:** Fix für Berechtigungs-Warnungen in GitHub Actions und Vereinheitlichung der Zeilenendungen (`.gitattributes`).\r\n\r\n## Upgrade Infos\r\n\r\n* **Current Version**\r\n * Plugin: v0.8.0.0\r\n * **Config: 2** (Automatischer Migrationsdienst aktiv)\r\n\r\n* **Min Support Version for Upgrade:**\r\n * Plugin: v0.6.0.0\r\n * Config: 1\r\n\r\n## What's Changed\r\n* [Improvement]: Zukünftige Titel in der Suche & Refactoring by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/88\r\n* Umfassendes Refactoring der Konfiguration und UI-Optimierungen by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/94\r\n* [Improvement]: Strukturierte Fehlerberichte und verbesserte Fehleranzeige (#92) by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/97\r\n* [Improvement]: Add option to always create a subfolder for subscriptions by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/98\r\n* feat: Add LiveTV Support #95 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/99\r\n* [Feature]: Allow Adoption of Existing files #90 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/100\r\n* [Feature]: Ausschluss-Suchbegriffe für Suche/Abos ermöglichen (Excludefilter) #96 by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/101\r\n\r\n\r\n**Full Changelog**: https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/compare/v0.7.2.0...v0.8.0.0",
|
||||
"timestamp": "2026-02-27T13:11:03Z",
|
||||
"sourceUrl": "https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/releases/download/v0.8.0.0/mediathek-downloader_0.8.0.0.zip",
|
||||
"checksum": "655dac9118c0459056eed0f956f4cf76",
|
||||
"targetAbi": "10.11.0.0"
|
||||
},
|
||||
{
|
||||
"version": "0.7.2.0",
|
||||
"changelog": "# Release v0.7.2.0 \r\nDieses Update verbessert die Suchfunktion um datumsbasierte Kriterien, ermöglicht Testläufe (Dry Run) ohne konfigurierten Speicherpfad und beinhaltet wichtige interne Strukturverbesserungen sowie Fehlerbehebungen bei der Titelverarbeitung. \r\n\r\n## ⚠️ Wichtige Hinweise \r\n* **Kein Downgrade empfohlen:** Aufgrund von Änderungen am Speicherformat für Suchanfragen (Queries) sollte nach diesem Update kein Downgrade auf eine ältere Version durchgeführt werden. Die alte Version wird die gespeicherten Daten nicht mehr korrekt lesen können. \r\n \r\n## 🚀 Neue Funktionen \r\n* **Suche nach Datum:** Die Suche wurde erweitert, um Inhalte gezielt nach Datum finden zu können. \r\n* **Dry Run ohne Pfad:** Der Simulationsmodus (Dry Run) kann nun ausgeführt werden, selbst wenn kein Download-Pfad in den Einstellungen hinterlegt ist. \r\n \r\n## 🛠️ Verbesserungen & Refactoring \r\n* **API-Entkopplung:** Die interne Anwendungslogik wurde von den externen Datenmodellen der MediathekViewWeb-API entkoppelt. Dies verbessert die Wartbarkeit und Architektur des Plugins (#83).\r\n\r\n## 🐞 Bugfixes\r\n* Generell\r\n\r\n## What's Changed\r\n* feat: Entkopplung der internen logik von externen api modellen zu mediathekviewweb by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/83\r\n* #85, #84, #82 search by date, allow dry run without path, fix title cleaning with datebased shows by @CatNoir2006 in https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/pull/86\r\n\r\n\r\n**Full Changelog**: https://github.com/CatNoir2006/jellyfin-plugin-MediathekViewDL/compare/v0.7.1.0...v0.7.2.0",
|
||||
|
|
@ -5774,6 +5790,14 @@
|
|||
"category": "General",
|
||||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Jellyfin Enhanced.png",
|
||||
"versions": [
|
||||
{
|
||||
"changelog": "- Create pt-BR.json\n - Pause colored ratings polling during playback\n - feat: add cast/actors support for hidden content system ([#390](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/390))\n - Update ratings.css\n - fix(ratings): update South Korea rating selector to KR-19\n - fix: prevent hide icon from appearing on image editor cards\n - Add 'Show Requested Items Only' calendar setting\n - Jellyseerr Rebranding - 1st pass\n - Add en-US and en-GB identical to en\n - Added dutch locale ([#411](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/411))\n - fix: hidden content page and hide button improvements ([#407](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/407))\n - fix(subtitles): disable custom subtitles now respects default subtitle settings ([#414](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/414))\n - Add en-GB/en-US locales and normalize lang codes\n - Add Jellyseerr request API and TV 'Request More'\n - fix: prevent duplicate Jellyseerr requests from auto-season-request ([#418](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/418))\n - Add isAdmin setting and persist admin status\n - Embed Material Symbols Rounded via @font-face",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"version": "11.1.0.0",
|
||||
"sourceUrl": "https://github.com/n00bcodr/Jellyfin-Enhanced/releases/download/11.1.0.0/Jellyfin.Plugin.JellyfinEnhanced_10.11.0.zip",
|
||||
"checksum": "6D3B44804F689109701C75F47B93448C",
|
||||
"timestamp": "2026-02-27T19:41:54"
|
||||
},
|
||||
{
|
||||
"changelog": "- norwegian locale translation file added\n - fix: open Jellyseerr title links externally from search cards\n - Improve Calendar UI for small screens\n - fix selectors for custom tabs\n - fix: harden user/branding endpoints and issue query handling\n - fix: restrict sensitive jellyseerr actions to admins\n - fix(discovery): repair actor infinite scroll and default More From to All\n - feat: add IMAX quality tag detection\n - style: use rgba color for IMAX quality tag\n - feat: add File Transformation plugin warning on config page\n - docs: add screenshot for PR reference\n - style: add JSDoc comments to File Transformation check\n - Delete .github/ft-warning-screenshot.png\n - Add GNU General Public License v3\n - Update README.md\n - Use database to fetch item ids and episode ids from sonarr providers\n - Update README.md\n - Remove 10.10.7-specific code\n - feat: add Refresh Translation Cache scheduled task\n - Remove version specific trigger\n - Add translation validation script and workflows\n - Update ratings.css\n - feat: per-user hidden content system ([#335](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/335))\n - Add DefaultLanguage config.\n - Update validate-translations.js\n - Add Traditional Chinese (Hong Kong) translation\n - docs: initial commit\n - Update docs.yml\n - Move Hidden Content and Jellyseerr modal option\n - Add comprehensive plugin documentation\n - Update mkdocs.yml\n - Add translations module with caching\n - Update configPage.html\n - Fix Global Language Settings\n - Another pass at documentation!\n - Update mkdocs.yml\n - Add HSS discovery handler for Jellyseerr modal\n - More doc changes\n - Update manifest.json\n - Update Discord community link\n - Dont auto-request season with 0 episodes\n - Add hidden-content localization entries\n - Add support for unmonitored series in calendar view ([#379](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/379))\n - Darken backdrop for calendar and requests tabs\n - Add Jellyseerr Issues to Downloads page\n - Missed translation keys\n - Update issue-reporter.js\n - Sorted the Ratings alphabetically and removed duplicates ([#380](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/380))\n - Add custom subtitle color controls\n - Fix hide icon not showing when there are no hidden items\n - Hidden Content: plugin page & custom tab support\n - Add Requests filter to Calendar\n - Request non-special TV seasons; skip empty seasons\n - docs: Introduce Material for MkDocs ([#387](https://github.com/n00bcodr/Jellyfin-Enhanced/issues/387))\n - Missed changes for hidden-content\n - update docs\n - Update configPage.html\n - Docs: enhance features, fix formatting & nav\n - Revamp README: restructure docs and features\n - This doesn't stop!\n - ahh.. here we go again!\n - Update docs: clarify version and plugin links",
|
||||
"targetAbi": "10.11.0.0",
|
||||
|
|
@ -12012,6 +12036,17 @@
|
|||
"category": "General",
|
||||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/File Transformation.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "2.5.4.0",
|
||||
"changelog": "🔒 Security\r\n\r\n- Added stricter auth for transformation registration (GHSA-79rj-f7gj-xf33)\r\n\r\n🪲 Bug Fixes\r\n\r\n- Fixed issue where plugin couldn't generate a UUID on http scheme (PR #44, @PatrickDahlin)",
|
||||
"targetAbi": "10.11.6.0",
|
||||
"sourceUrl": "https://github.com/IAmParadox27/jellyfin-plugin-file-transformation/releases/download/2.5.4.0/Release-10.11.6.zip",
|
||||
"checksum": "F1587697E551A9D7EE6D53A2F743F4A1",
|
||||
"timestamp": "2026-02-27T12:02:58",
|
||||
"dependencies": [
|
||||
"5e87cc92-571a-4d8d-8d98-d2d4147f9f90"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.5.3.0",
|
||||
"changelog": "✨ New Features\r\n\r\n- Added support for 10.11.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue