diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 908c1f9..f70e728 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,7 @@ body: - label: Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. required: true - - label: I have read the [Wiki](https://github.com/javtube/jellyfin-plugin-metatube/wiki), especially the [FAQ](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) page. + - label: I have read the [Wiki](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki), especially the [FAQ](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) page. required: true - label: I have searched on the [issue tracker](……/) for a related issue. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fc144d1..198d757 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,8 +2,8 @@ blank_issues_enabled: false contact_links: - name: MetaTube GitHub Wiki - url: https://github.com/javtube/jellyfin-plugin-metatube/wiki + url: https://github.com/metatube-community/jellyfin-plugin-metatube/wiki about: Please see the wiki for configuration and examples - name: MetaTube GitHub Discussions - url: https://github.com/javtube/jellyfin-plugin-metatube/discussions + url: https://github.com/metatube-community/jellyfin-plugin-metatube/discussions about: Ask questions and get help on GitHub Discussions diff --git a/Jellyfin.Plugin.MetaTube/Configuration/configPage.html b/Jellyfin.Plugin.MetaTube/Configuration/configPage.html index f89c7c3..15d1296 100644 --- a/Jellyfin.Plugin.MetaTube/Configuration/configPage.html +++ b/Jellyfin.Plugin.MetaTube/Configuration/configPage.html @@ -13,7 +13,7 @@

MetaTube

-

Metadata Tube Plugin for Jellyfin/Emby. Learn more.

+

Metadata Tube Plugin for Jellyfin/Emby. Learn more.

diff --git a/Jellyfin.Plugin.MetaTube/Jellyfin.Plugin.MetaTube.csproj b/Jellyfin.Plugin.MetaTube/Jellyfin.Plugin.MetaTube.csproj index 57ae47d..0e5677c 100644 --- a/Jellyfin.Plugin.MetaTube/Jellyfin.Plugin.MetaTube.csproj +++ b/Jellyfin.Plugin.MetaTube/Jellyfin.Plugin.MetaTube.csproj @@ -11,9 +11,9 @@ $([System.DateTime]::UtcNow.ToString(yyyy.Mdd.Hmm.0)) Copyright © 2022 MetaTube Git - https://github.com/javtube/jellyfin-plugin-metatube.git - https://github.com/javtube/jellyfin-plugin-metatube - https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE + https://github.com/metatube-community/jellyfin-plugin-metatube.git + https://github.com/metatube-community/jellyfin-plugin-metatube + https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE thumb.png MetaTube MetaTube diff --git a/Jellyfin.Plugin.MetaTube/ScheduledTasks/UpdatePluginTask.cs b/Jellyfin.Plugin.MetaTube/ScheduledTasks/UpdatePluginTask.cs index a55f8be..08efd45 100644 --- a/Jellyfin.Plugin.MetaTube/ScheduledTasks/UpdatePluginTask.cs +++ b/Jellyfin.Plugin.MetaTube/ScheduledTasks/UpdatePluginTask.cs @@ -59,7 +59,7 @@ public class UpdatePluginTask : IScheduledTask { var apiResult = JsonSerializer.Deserialize(await _httpClient.Get(new HttpRequestOptions { - Url = "https://api.github.com/repos/javtube/jellyfin-plugin-metatube/releases/latest", + Url = "https://api.github.com/repos/metatube-community/jellyfin-plugin-metatube/releases/latest", CancellationToken = cancellationToken, AcceptHeader = "application/json", EnableDefaultUserAgent = true diff --git a/README.md b/README.md index d31f767..77f35b5 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,30 @@

English | 简体中文

-Plugin Banner +Plugin Banner

- -GitHub Workflow Status + +GitHub Workflow Status - -GitHub top language + +GitHub top language - -License + +License Telegram Group - -Downloads + +Downloads - -Docker Pulls + +Docker Pulls - -Releases + +Releases ## About @@ -50,23 +50,23 @@ _NOTE: This project will only support stable versions._ ## Documentation -- [Plugin installation](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85) -- [Server deployment](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E5%90%8E%E7%AB%AF%E9%83%A8%E7%BD%B2) -- [File naming rules](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83) -- [Auto translation](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E8%87%AA%E5%8A%A8%E7%BF%BB%E8%AF%91) -- [Build from source](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E8%87%AA%E8%A1%8C%E7%BC%96%E8%AF%91) -- [Metadata providers](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E6%95%B0%E6%8D%AE%E6%9D%A5%E6%BA%90) +- [Plugin installation](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85) +- [Server deployment](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E5%90%8E%E7%AB%AF%E9%83%A8%E7%BD%B2) +- [File naming rules](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83) +- [Auto translation](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E8%87%AA%E5%8A%A8%E7%BF%BB%E8%AF%91) +- [Build from source](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E8%87%AA%E8%A1%8C%E7%BC%96%E8%AF%91) +- [Metadata providers](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E6%95%B0%E6%8D%AE%E6%9D%A5%E6%BA%90) -Full documentation and examples can be found at [Wiki](https://github.com/javtube/jellyfin-plugin-metatube/wiki). +Full documentation and examples can be found at [Wiki](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki). ## Community -Welcome and feel free to ask any questions at [Discussions](https://github.com/javtube/jellyfin-plugin-metatube/discussions). +Welcome and feel free to ask any questions at [Discussions](https://github.com/metatube-community/jellyfin-plugin-metatube/discussions). ## Licence -This plugin is released under the [MIT](https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE) License. +This plugin is released under the [MIT](https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE) License. ## Stargazers -[![Stargazers over time](https://starchart.cc/javtube/jellyfin-plugin-metatube.svg)](https://starchart.cc/javtube/jellyfin-plugin-metatube) +[![Stargazers over time](https://starchart.cc/metatube-community/jellyfin-plugin-metatube.svg)](https://starchart.cc/metatube-community/jellyfin-plugin-metatube) diff --git a/README_ZH.md b/README_ZH.md index 2a5eb87..0012faf 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2,30 +2,30 @@

English | 简体中文

-Plugin Banner +Plugin Banner

- -GitHub Workflow Status + +GitHub Workflow Status - -GitHub top language + +GitHub top language - -License + +License Telegram Group - -Downloads + +Downloads - -Docker Pulls + +Docker Pulls - -Releases + +Releases ## 关于 @@ -50,22 +50,22 @@ _注意:本项目仅支持 Jellyfin/Emby 稳定版。_ ## 文档 -- [插件安装](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85) -- [后端部署](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E5%90%8E%E7%AB%AF%E9%83%A8%E7%BD%B2) -- [命名规范](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83) -- [自动翻译](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E8%87%AA%E5%8A%A8%E7%BF%BB%E8%AF%91) -- [源码编译](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E6%BA%90%E7%A0%81%E7%BC%96%E8%AF%91) -- [数据来源](https://github.com/javtube/jellyfin-plugin-metatube/wiki/%E6%95%B0%E6%8D%AE%E6%9D%A5%E6%BA%90) +- [插件安装](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85) +- [后端部署](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E5%90%8E%E7%AB%AF%E9%83%A8%E7%BD%B2) +- [命名规范](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83) +- [自动翻译](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E8%87%AA%E5%8A%A8%E7%BF%BB%E8%AF%91) +- [源码编译](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E6%BA%90%E7%A0%81%E7%BC%96%E8%AF%91) +- [数据来源](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki/%E6%95%B0%E6%8D%AE%E6%9D%A5%E6%BA%90) -完整的文档以及使用方法,请参阅 [Wiki](https://github.com/javtube/jellyfin-plugin-metatube/wiki)。 +完整的文档以及使用方法,请参阅 [Wiki](https://github.com/metatube-community/jellyfin-plugin-metatube/wiki)。 ## 社区 -有任何问题欢迎来 [Discussions](https://github.com/javtube/jellyfin-plugin-metatube/discussions) 提问讨论,或者加入 [TG群](https://t.me/MetaTubePlugin)。 +有任何问题欢迎来 [Discussions](https://github.com/metatube-community/jellyfin-plugin-metatube/discussions) 提问讨论,或者加入 [TG群](https://t.me/MetaTubePlugin)。 ## 许可 -本插件项目在 [MIT](https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE) 许可授权下发行。此外,如果使用本项目表明还额外接受以下条款: +本插件项目在 [MIT](https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE) 许可授权下发行。此外,如果使用本项目表明还额外接受以下条款: - 本插件仅供学习以及技术交流使用 - 请勿在公共社交平台上宣传此项目 @@ -75,4 +75,4 @@ _注意:本项目仅支持 Jellyfin/Emby 稳定版。_ ## 星星 -[![Stargazers over time](https://starchart.cc/javtube/jellyfin-plugin-metatube.svg)](https://starchart.cc/javtube/jellyfin-plugin-metatube) +[![Stargazers over time](https://starchart.cc/metatube-community/jellyfin-plugin-metatube.svg)](https://starchart.cc/metatube-community/jellyfin-plugin-metatube) diff --git a/scripts/manifest.py b/scripts/manifest.py index a416c9d..c0d4d43 100644 --- a/scripts/manifest.py +++ b/scripts/manifest.py @@ -16,7 +16,7 @@ def generate(filename, version): 'checksum': md5sum(filename), 'changelog': 'Auto Released by Actions', 'targetAbi': '10.8.0.0', - 'sourceUrl': 'https://github.com/javtube/jellyfin-plugin-metatube/releases/download/' + 'sourceUrl': 'https://github.com/metatube-community/jellyfin-plugin-metatube/releases/download/' f'v{version}/Jellyfin.MetaTube@v{version}.zip', 'timestamp': datetime.now().strftime('%Y-%m-%dT%H:%M:%SZ'), 'version': version @@ -29,7 +29,7 @@ def main(): .removeprefix('v') \ .removesuffix('.zip') - with urlopen('https://raw.githubusercontent.com/javtube/jellyfin-plugin-metatube/dist/manifest.json') as f: + with urlopen('https://raw.githubusercontent.com/metatube-community/jellyfin-plugin-metatube/dist/manifest.json') as f: manifest = json.load(f) manifest[0]['versions'].insert(0, generate(filename, version))