Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrk39/multilyrics
MultiLyrics is an alternative way to retrieve lyrics in MusicBee
https://github.com/petrk39/multilyrics
multilyrics musicbee musicbee-plugin
Last synced: about 1 month ago
JSON representation
MultiLyrics is an alternative way to retrieve lyrics in MusicBee
- Host: GitHub
- URL: https://github.com/petrk39/multilyrics
- Owner: PetrK39
- Created: 2023-08-30T14:13:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-08T10:29:19.000Z (over 1 year ago)
- Last Synced: 2024-11-11T13:15:35.474Z (2 months ago)
- Topics: multilyrics, musicbee, musicbee-plugin
- Language: C#
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiLyrics
MultiLyrics is an alternative way to retrieve lyrics in MusicBee.
Especially helpful when there's multiple songs with the same title or multiple lyrics versions.![Screenshot](scr.png)
# Providers
This plugin uses 'sub-plugins' - providers. It's a .dll file placed in `\MusicBee\Plugins\MultiLyrics_LyricsProviderPlugins`.
List of known providers:
- [VocaDB provider](https://github.com/PetrK39/VocaDBMultiLyricsProvider)
Make your own with this [Template](https://github.com/PetrK39/MultiLyricsTemplateProvider)Providers provides lyrics and list of fields that can help to choose necessary lyrics for song.
# Theming
MultiLyrics was build with theming in mind so you can make lyrics search window look seamless to any skin.
Configure plugin to match your skin.
![Screenshot2](scr2.png)# Localisation
MultiLyrics currently available with this locales:
- en-US
- ru-RU
You can help translate the plugin by contributing .resx files of your language
There's list of files you need to provide:
- WPF\Properties\Resources.your-locale.resx
- WPF\Views\ConfigView.your-locale.resx
- WPF\Views\LyricsSearchView.your-locale.resx
- WPF\Views\LyricsSearchViewControls\ResultsControl.your-locale.resx
- WPF\Views\LyricsSearchViewControls\SearchControl.your-locale.resx