mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-04 18:39:55 +08:00
Chore: rename org name
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<h1>MetaTube</h1>
|
||||
|
||||
<div class="readOnlyContent">
|
||||
<p class="description1">Metadata Tube Plugin for Jellyfin/Emby. <a class="button-link emby-button" href="https://github.com/javtube/jellyfin-plugin-metatube" is="emby-linkbutton" target="_blank">Learn more</a>.</p>
|
||||
<p class="description1">Metadata Tube Plugin for Jellyfin/Emby. <a class="button-link emby-button" href="https://github.com/metatube-community/jellyfin-plugin-metatube" is="emby-linkbutton" target="_blank">Learn more</a>.</p>
|
||||
</div>
|
||||
|
||||
<form class="MetaTubeConfigurationForm">
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<Version>$([System.DateTime]::UtcNow.ToString(yyyy.Mdd.Hmm.0))</Version>
|
||||
<Copyright>Copyright © 2022 MetaTube</Copyright>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/javtube/jellyfin-plugin-metatube.git</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/javtube/jellyfin-plugin-metatube</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE</PackageLicenseUrl>
|
||||
<RepositoryUrl>https://github.com/metatube-community/jellyfin-plugin-metatube.git</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/metatube-community/jellyfin-plugin-metatube</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE</PackageLicenseUrl>
|
||||
<PackageIcon>thumb.png</PackageIcon>
|
||||
<PackageId>MetaTube</PackageId>
|
||||
<Company>MetaTube</Company>
|
||||
|
||||
@@ -59,7 +59,7 @@ public class UpdatePluginTask : IScheduledTask
|
||||
{
|
||||
var apiResult = JsonSerializer.Deserialize<ApiResponseInfo>(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
|
||||
|
||||
46
README.md
46
README.md
@@ -2,30 +2,30 @@
|
||||
<p align="center"><b>English | <a href="README_ZH.md">简体中文</a></b></p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="Plugin Banner" src="https://javtube.github.io/logos/banner.png"/>
|
||||
<img alt="Plugin Banner" src="https://metatube-community.github.io/logos/banner.png"/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/actions">
|
||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/javtube/jellyfin-plugin-metatube/.NET?logo=github">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/actions">
|
||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/metatube-community/jellyfin-plugin-metatube/.NET?logo=github">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/search?l=c%23">
|
||||
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/javtube/jellyfin-plugin-metatube?color=%23239120&label=.NET&logo=csharp">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/search?l=c%23">
|
||||
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/metatube-community/jellyfin-plugin-metatube?color=%23239120&label=.NET&logo=csharp">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/javtube/jellyfin-plugin-metatube">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/metatube-community/jellyfin-plugin-metatube">
|
||||
</a>
|
||||
<a href="https://t.me/MetaTubePlugin">
|
||||
<img alt="Telegram Group" src="https://img.shields.io/badge/Telegram-2CA5E0?logo=telegram&logoColor=white">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube">
|
||||
<img alt="Downloads" src="https://img.shields.io/github/downloads/javtube/jellyfin-plugin-metatube/total">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube">
|
||||
<img alt="Downloads" src="https://img.shields.io/github/downloads/metatube-community/jellyfin-plugin-metatube/total">
|
||||
</a>
|
||||
<a href="https://hub.docker.com/r/javtube/metatube-server">
|
||||
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/javtube/metatube-server?logo=docker">
|
||||
<a href="https://hub.docker.com/r/metatube/metatube-server">
|
||||
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/metatube-community/metatube-server?logo=docker">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/releases">
|
||||
<img alt="Releases" src="https://img.shields.io/github/v/release/javtube/jellyfin-plugin-metatube?include_prereleases&logo=smartthings">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/releases">
|
||||
<img alt="Releases" src="https://img.shields.io/github/v/release/metatube-community/jellyfin-plugin-metatube?include_prereleases&logo=smartthings">
|
||||
</a>
|
||||
|
||||
## 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
|
||||
|
||||
[](https://starchart.cc/javtube/jellyfin-plugin-metatube)
|
||||
[](https://starchart.cc/metatube-community/jellyfin-plugin-metatube)
|
||||
|
||||
46
README_ZH.md
46
README_ZH.md
@@ -2,30 +2,30 @@
|
||||
<p align="center"><b><a href="README.md">English</a> | 简体中文</b></p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="Plugin Banner" src="https://javtube.github.io/logos/banner.png"/>
|
||||
<img alt="Plugin Banner" src="https://metatube-community.github.io/logos/banner.png"/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/actions">
|
||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/javtube/jellyfin-plugin-metatube/.NET?logo=github">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/actions">
|
||||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/metatube-community/jellyfin-plugin-metatube/.NET?logo=github">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/search?l=c%23">
|
||||
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/javtube/jellyfin-plugin-metatube?color=%23239120&label=.NET&logo=csharp">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/search?l=c%23">
|
||||
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/metatube-community/jellyfin-plugin-metatube?color=%23239120&label=.NET&logo=csharp">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/javtube/jellyfin-plugin-metatube">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/metatube-community/jellyfin-plugin-metatube">
|
||||
</a>
|
||||
<a href="https://t.me/MetaTubePlugin">
|
||||
<img alt="Telegram Group" src="https://img.shields.io/badge/Telegram-2CA5E0?logo=telegram&logoColor=white">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube">
|
||||
<img alt="Downloads" src="https://img.shields.io/github/downloads/javtube/jellyfin-plugin-metatube/total">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube">
|
||||
<img alt="Downloads" src="https://img.shields.io/github/downloads/metatube-community/jellyfin-plugin-metatube/total">
|
||||
</a>
|
||||
<a href="https://hub.docker.com/r/javtube/metatube-server">
|
||||
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/javtube/metatube-server?logo=docker">
|
||||
<a href="https://hub.docker.com/r/metatube/metatube-server">
|
||||
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/metatube-community/metatube-server?logo=docker">
|
||||
</a>
|
||||
<a href="https://github.com/javtube/jellyfin-plugin-metatube/releases">
|
||||
<img alt="Releases" src="https://img.shields.io/github/v/release/javtube/jellyfin-plugin-metatube?include_prereleases&logo=smartthings">
|
||||
<a href="https://github.com/metatube-community/jellyfin-plugin-metatube/releases">
|
||||
<img alt="Releases" src="https://img.shields.io/github/v/release/metatube-community/jellyfin-plugin-metatube?include_prereleases&logo=smartthings">
|
||||
</a>
|
||||
|
||||
## 关于
|
||||
@@ -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 稳定版。_
|
||||
|
||||
## 星星
|
||||
|
||||
[](https://starchart.cc/javtube/jellyfin-plugin-metatube)
|
||||
[](https://starchart.cc/metatube-community/jellyfin-plugin-metatube)
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user