chore: finish rebrand from upstream obsidian-media-db-plugin

package.json author/description now match manifest.json, release
workflow plugin name and repo-automation.config.json repo ref no
longer point at the upstream project.
This commit is contained in:
afiqzudinhadi 2026-07-30 13:24:41 +08:00
parent a4ba1b8e42
commit 699bbf3a9f
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ on:
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
env:
PLUGIN_NAME: obsidian-media-db-plugin # Change this to the name of your plugin-id folder
PLUGIN_NAME: media-db-sync # Change this to the name of your plugin-id folder
jobs:
build:

View file

@ -1,7 +1,7 @@
{
"name": "media-db-sync",
"version": "0.1.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, manga, books, comics, games, music and wiki articles, and import them into your vault.",
"description": "Media library with automatic metadata enrichment, periodic sync, and watch-status automation. Fork of Media DB by Moritz Jung.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode development",
@ -18,7 +18,7 @@
"release": "lemons-automation release"
},
"keywords": [],
"author": "Moritz Jung",
"author": "Afiq Zudin Hadi",
"license": "GPL-3.0",
"devDependencies": {
"@happy-dom/global-registrator": "^20.10.4",

View file

@ -1,6 +1,6 @@
{
"devBranch": "master",
"releaseBranch": "release",
"github": "https://github.com/mProjectsCode/obsidian-media-db-plugin",
"github": "https://github.com/afiqzudinhadi/obsidian-media-db-sync",
"preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"]
}