Chore: rename to MetaTube

This commit is contained in:
xjasonlyu
2022-12-16 02:04:54 +08:00
parent e8ce194ae7
commit dbb4e6772e
44 changed files with 130 additions and 127 deletions

View File

@@ -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-javtube/wiki), especially the [FAQ](https://github.com/javtube/jellyfin-plugin-javtube/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) page.
- 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.
required: true
- label: I have searched on the [issue tracker](……/) for a related issue.
@@ -19,13 +19,13 @@ body:
- type: input
attributes:
label: JavTube Plugin Version
label: MetaTube Plugin Version
validations:
required: true
- type: input
attributes:
label: JavTube Server Version
label: MetaTube Server Version
validations:
required: true
@@ -48,7 +48,7 @@ body:
- type: textarea
attributes:
label: JavTube Server
label: MetaTube Server
description: Paste the command line parameters or environment below.
- type: textarea
@@ -58,8 +58,8 @@ body:
- type: textarea
attributes:
label: JavTube Server Logs
description: Paste the javtube server logs below.
label: MetaTube Server Logs
description: Paste the MetaTube server logs below.
- type: textarea
attributes:

View File

@@ -1,9 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: JavTube GitHub Wiki
url: https://github.com/javtube/jellyfin-plugin-javtube/wiki
- name: MetaTube GitHub Wiki
url: https://github.com/javtube/jellyfin-plugin-metatube/wiki
about: Please see the wiki for configuration and examples
- name: JavTube GitHub Discussions
url: https://github.com/javtube/jellyfin-plugin-javtube/discussions
- name: MetaTube GitHub Discussions
url: https://github.com/javtube/jellyfin-plugin-metatube/discussions
about: Ask questions and get help on GitHub Discussions

View File

@@ -33,12 +33,12 @@ jobs:
- name: Generate Manifest
run: |
python3 scripts/manifest.py Jellyfin.Plugin.JavTube/bin/Jellyfin.JavTube@v${{ steps.shell.outputs.version }}.zip
python3 scripts/manifest.py Jellyfin.Plugin.MetaTube/bin/Jellyfin.MetaTube@v${{ steps.shell.outputs.version }}.zip
- name: Publish Manifest
run: |
git config --global user.name 'javtube-bot'
git config --global user.email 'javtube-bot@users.noreply.github.com'
git config --global user.name 'metatube-bot'
git config --global user.email 'metatube-bot@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}
git checkout --orphan dist
@@ -56,5 +56,5 @@ jobs:
draft: false
tag_name: v${{ steps.shell.outputs.version }}
files: |
Jellyfin.Plugin.JavTube/bin/Jellyfin.JavTube@v${{ steps.shell.outputs.version }}.zip
Jellyfin.Plugin.JavTube/bin/Emby.JavTube@v${{ steps.shell.outputs.version }}.zip
Jellyfin.Plugin.MetaTube/bin/Jellyfin.MetaTube@v${{ steps.shell.outputs.version }}.zip
Jellyfin.Plugin.MetaTube/bin/Emby.MetaTube@v${{ steps.shell.outputs.version }}.zip