From 0d6c94c2a0b48bed5ac60ec248d33c7483593fca Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:26:21 +0100 Subject: [PATCH 1/3] Add TubeArchivistMetadata plugin --- docs/general/server/plugins/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/general/server/plugins/index.mdx b/docs/general/server/plugins/index.mdx index cf92fa36d..8238c27b7 100644 --- a/docs/general/server/plugins/index.mdx +++ b/docs/general/server/plugins/index.mdx @@ -289,6 +289,14 @@ Plugin for Jellyfin that adds theme songs to movies and tv shows using ThemerrDB - [GitHub](https://github.com/LizardByte/themerr-jellyfin) +#### TubeArchivistMetadata + +A plugin to integrate your TubeArchivist library with Jellyfin, providing metadata and organizing media. + +**Links:** + +- [GitHub](https://github.com/DarkFighterLuke/TubeArchivistMetadata) + #### YouTube Metadata Downloads metadata of YouTube videos with a YouTube API key. From e255a84a5e353b38661fa248ccff04a16aa31bfa Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:36:11 +0100 Subject: [PATCH 2/3] Add TubeArchivistMetadata plugin repository --- src/data/pluginRepositories.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/pluginRepositories.ts b/src/data/pluginRepositories.ts index 487fd40f3..4dc81feff 100644 --- a/src/data/pluginRepositories.ts +++ b/src/data/pluginRepositories.ts @@ -97,5 +97,13 @@ export const ThirdPartyRepositories: Array = [ includes: { Shokofin: 'https://github.com/ShokoAnime/Shokofin' } + }, + { + id: 'gh:DarkFighterLuke/TubeArchivistMetadata', + name: "DarkFighterLuke's Repo", + url: 'https://raw.githubusercontent.com/DarkFighterLuke/TubeArchivistMetadata/master/manifest.json', + includes: { + TubeArchivistMetadata: 'https://github.com/DarkFighterLuke/TubeArchivistMetadata' + } } ]; From 57663771c35644e1187fe93528da4c7e7015ae3a Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:52:17 +0100 Subject: [PATCH 3/3] Fix ordering --- docs/general/server/plugins/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/general/server/plugins/index.mdx b/docs/general/server/plugins/index.mdx index 8238c27b7..070f182a5 100644 --- a/docs/general/server/plugins/index.mdx +++ b/docs/general/server/plugins/index.mdx @@ -289,21 +289,21 @@ Plugin for Jellyfin that adds theme songs to movies and tv shows using ThemerrDB - [GitHub](https://github.com/LizardByte/themerr-jellyfin) -#### TubeArchivistMetadata +#### YouTube Metadata -A plugin to integrate your TubeArchivist library with Jellyfin, providing metadata and organizing media. +Downloads metadata of YouTube videos with a YouTube API key. **Links:** -- [GitHub](https://github.com/DarkFighterLuke/TubeArchivistMetadata) +- [GitHub](https://github.com/ankenyr/jellyfin-youtube-metadata-plugin) -#### YouTube Metadata +#### TubeArchivistMetadata -Downloads metadata of YouTube videos with a YouTube API key. +A plugin to integrate your TubeArchivist library with Jellyfin, providing metadata and organizing media. **Links:** -- [GitHub](https://github.com/ankenyr/jellyfin-youtube-metadata-plugin) +- [GitHub](https://github.com/DarkFighterLuke/TubeArchivistMetadata) ## Repositories