A Plex Music Lyrics Extension. 中文
1. For Legacy Agent (Last.fm)
- In Plex Settings, enable LyricMix by following this path:
Settings>Agents>Albums>Last.fm> Check and enableLyricMix. - Configure LyricMix Plugin:
Click the gear icon next to
LyricMixand fill in the required music site Cookies.
2. For Plex Music Agent
As the new Plex Music Agent no longer directly supports secondary plugins for metadata, this extension utilizes Webhooks to manage lyrics for new albums. (For further discussion, refer to: Plex Forum)
- Configure LyricMix Plugin:
Please first configure the required music site Cookies by accessing
LyricMix's settings as described in the "Legacy Agent" section above. - Enable Webhooks:
Go to
Settings>Network> EnableWebhooks. - Add Webhook URL:
Add a new Webhook with the URL:
http://127.0.0.1:32400/lyric-mix/webhook?X-Plex-Token={your_plex_token}
Manually Refresh Album Lyrics
You can manually trigger a lyrics refresh for a specific artist/album by visiting this URL:
http://{your_plex_server_ip_or_domain}:{your_plex_port}/lyric-mix/artists/{artist_id}/refresh?X-Plex-Token={your_plex_token}http://{your_plex_server_ip_or_domain}:{your_plex_port}/lyric-mix/albums/{album_id}/refresh?X-Plex-Token={your_plex_token}
This project incorporates functionalities from the following open-source projects:
