mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Merge pull request #1475 from NeptuneHub/master
Update index.mdx and pluginRepositories.ts to add AudioMuse-AI plugin
This commit is contained in:
@@ -321,6 +321,14 @@ A plugin to integrate your TubeArchivist library with Jellyfin, providing metada
|
||||
|
||||
- [GitHub](https://github.com/tubearchivist/tubearchivist-jf-plugin)
|
||||
|
||||
#### AudioMuse-AI
|
||||
|
||||
Enhance Jellyfin with sonic analysis and smart song clustering, replacing InstantMix with sonically similar music suggestions.
|
||||
|
||||
**Links:**
|
||||
|
||||
- [GitHub](https://github.com/NeptuneHub/audiomuse-ai-plugin)
|
||||
|
||||
## Repositories
|
||||
|
||||
import { OfficialPluginRepositories, ThirdPartyRepositories } from '../../../../src/data/pluginRepositories';
|
||||
|
||||
@@ -105,5 +105,13 @@ export const ThirdPartyRepositories: Array<PluginRepository> = [
|
||||
includes: {
|
||||
TubeArchivistMetadata: 'https://github.com/tubearchivist/tubearchivist-jf-plugin'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'gh:neptunehub/audiomuse-ai-plugin',
|
||||
name: "AudioMuse-AI's Repo",
|
||||
url: 'https://raw.githubusercontent.com/neptunehub/audiomuse-ai-plugin/master/manifest.json',
|
||||
includes: {
|
||||
'AudioMuse-AI': 'https://github.com/neptunehub/audiomuse-ai-plugin'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user