Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Automatically Copy Song Metadata + Filename #8

Open
luciano-work opened this issue Jan 26, 2024 · 0 comments
Open

Comments

@luciano-work
Copy link

Hello!

First of all, congratulations on the application and all the documentation, it is perfectly excellent.

I think it would be awesome if KaraFan automatically copied song metadata like artist, album, title, synced lyrics to the generated outputs. What would also be cool is if the naming scheme of the output files could be changed to FILENAME_(vocals)

Why is this you may ask?

I'm using karaoke software that automatically downloads .lrc from a music file or from the Internet.
in the current state of the naming scheme the metadata is not being copied, this often fails and does not find the letter until the file is renamed accordingly.

I don't know how to program in Python to send a PR and to solve my problem I'm using the package node-id3 in my custom script to copy all the tags, This takes a little work as there are 3 steps (split, rename and copy).

All the best

luciano-work added a commit to luciano-work/KaraFan that referenced this issue May 11, 2024
add mutagem package to copy id3 tags from original file to output file. only for mp3 format.
luciano-work added a commit to luciano-work/KaraFan that referenced this issue May 11, 2024
add mutagen package to copy id3 tags from original file to output file. only for mp3 format.
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

No branches or pull requests

1 participant