Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denizenging/picard-sozler
Picard Sözler is a lyrics fetcher for Picard as a plugin with no configuration or API keys!
https://github.com/denizenging/picard-sozler
lyrics lyrics-fetcher lyrics-finder lyrics-search music picard picard-plugin synced-lyrics
Last synced: about 2 months ago
JSON representation
Picard Sözler is a lyrics fetcher for Picard as a plugin with no configuration or API keys!
- Host: GitHub
- URL: https://github.com/denizenging/picard-sozler
- Owner: denizenging
- License: gpl-3.0
- Created: 2024-08-05T19:57:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T20:07:09.000Z (5 months ago)
- Last Synced: 2024-08-05T23:18:21.542Z (5 months ago)
- Topics: lyrics, lyrics-fetcher, lyrics-finder, lyrics-search, music, picard, picard-plugin, synced-lyrics
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Picard Sözler
Picard Sözler is a plugin for Picard that fetches lyrics from
[the lrclib project](https://github.com/tranxuanthang/lrclib). The synced
lyrics are prioritized over the unsyced ones. The whole projecss is
automated and requires no configuration or API keys. You just pass your
files through Picard and the plugin will do the rest.## Disclaimer
Some occosional mismatcheds or misses might happen due to the nature of
how tracks are matched against the lrclib. That project does not utilize
MusicBrainz IDs to query tracks. Instead, the names of artists, albums,
tracks, as well as the duration of the tracks are used in combination is
used to match an entry. Please see
[the lrclib API docs](https://lrclib.net/docs) for more info on the
matter. For these reasons, it is advised to skim over your lyrics.## Installation
Download the file `picard-sozler.py` onto your computer. Then just go to
`Options > Plugins > Install plugin...` and select the downloaded file.
The `Options` menu is on the toolbar, which is normally on the top left
corner of Picard.## Credits
- [irclib](https://github.com/tranxuanthang/lrclib): The project that
that literally makes this all possible.
- [musixmatch plugin](https://github.com/metabrainz/picard-plugins/tree/2.0/plugins/musixmatch):
For the mysterious part regarding the metadata writing that I
couldn't figure out.## License
GNU General Public License v3.0 or later. A copy is provided in the
[LICENSE.md](./LICENSE.md) file.