Skip to content

feat: Add lyrics plugin system support#2884

Open
thumb2086 wants to merge 15 commits intoKRTirtho:devfrom
thumb2086:Lyrics-source-plugin-function
Open

feat: Add lyrics plugin system support#2884
thumb2086 wants to merge 15 commits intoKRTirtho:devfrom
thumb2086:Lyrics-source-plugin-function

Conversation

@thumb2086
Copy link

Add Lyrics Plugin System

Overview

This PR adds support for lyrics plugins, following the same architecture as audio source plugins. Lyrics functionality is now fully plugin-based, allowing the community to create providers for any lyrics service.

Changes

  • Added lyrics to PluginAbilities enum
  • Created lyrics endpoint interface in metadata plugin system
  • Added Riverpod providers for lyrics functionality
  • Comprehensive documentation for plugin developers

Benefits

  • Community can create lyrics plugins for any service
  • No app updates needed for new lyrics sources
  • Consistent with existing plugin architecture
  • Reduces main app size and complexity

Documentation

  • LYRICS_PLUGIN_GUIDE.md - Complete development guide
  • LYRICS_PLUGIN_TEMPLATE.md - Ready-to-use template
  • LYRICS_PLUGIN_MIGRATION.md - Architecture overview

Example Plugins (to be created separately)

  • spotube-plugin-lrclib-lyrics
  • spotube-plugin-musixmatch-lyrics

KRTirtho and others added 15 commits October 9, 2024 15:39
chore: update linux appdata screenshot
* chore: replace windows app icon by a higher resolution (KRTirtho#2838)

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>

* fix: upgrade NewPipeExtractor to latest version fixinng playback issue

* cd: disable free disk space step

* chore: upgrade pubspec

* fix(android): build not working due to

* chore: remove package assets folder

* fix: lyrics not working

* chore: generate changelog

---------

Co-authored-by: Tobse <1190109+TobseF@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants