casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

Feature: Tagging .lrc files in mp3s #54

Open PassiveLemon opened 1 year ago

PassiveLemon commented 1 year ago

Some audio players like Navidrome read the lrc file through an embedded tag in the mp3 file. Currently, the only way to do this is with a program that can do something like this en masse like Mp3tag.

casualsnek commented 1 year ago

There should be un-synced lyrics embedded into downloaded media in development branch ! For synced lyrics. The tagging library i use 'music_tag' doesn't have support for it afaik, i should look into alternative that supports adding synced lyrics to media !