Export to MP3
How do you get the Musescore properties like composer, title, lyricist, arranger...etc copied to the MP3 file produced. It is not done automatically? I have to use other software to do this. TIA.
How do you get the Musescore properties like composer, title, lyricist, arranger...etc copied to the MP3 file produced. It is not done automatically? I have to use other software to do this. TIA.
Do you still have an unanswered question? Please log in first to post your question.
Comments
I've wanted this for several years.
Me too and same for PDF and other formats, but unfortunatly the 3rd party libraries MuseScore uses for those exports (Qt, lame, and some more) don't seem to support this
In reply to Me too and same for PDF and… by Jojo-Schmitz
Well, what can i say but (paraphrasing a semi-noted remark of my own), "They don't call it LAME for nothing!" That's too damned bad.
In reply to Well, what can i say but … by [DELETED] 1831606
It's really a shame that one has to use another software because Musescore can't do this vital function. Wonder why?
In reply to It's really a shame that one… by KoolerKid
Jojo told you why. MuseScore uses the LAME MP3 encoder, which is a major piece of functionality that MuseScore doesn't have to duplicate and maintain, and, unfortunately, it doesn't provide access to those metadata fields. No one is saying it's great or the way it should be.
In reply to Me too and same for PDF and… by Jojo-Schmitz
hmm.. I do wonder how Audacity handles this, as it also uses LAME afaik.
In reply to hmm.. I do wonder how… by jeetee
This argument has the ring of indisputable truth --- I use Audacity to place the metadata that MS doesn't!
In reply to hmm.. I do wonder how… by jeetee
Very interesting. Thanks for the info. I also use Audacity to fix this Musescore short coming. We could ask the developer why.
In reply to Very interesting. Thanks for… by KoolerKid
It's open source as well. So all that is needed is to inspect their code and see if the same approach could be valid for MuseScore.
In reply to It's open source as well. So… by jeetee
Cool .. Any coders out there that can help fix this short coming?
In reply to Cool .. Any coders out there… by KoolerKid
My first look at https://github.com/audacity/audacity/blob/master/src/export/ExportMP3.c… suggest that it uses the ID3 tag system to do it ex post facto.
In reply to My first look at https:/… by [DELETED] 1831606
Thanks for the link but you lost me, my friend. I'm not a coder. Are you saying Audacity is implementing it differently from MS?
In reply to Thanks for the link but you… by KoolerKid
He was telling any programmers who might read this what he found so one of them might implement this in the same way.
In reply to He was telling any… by mike320
Cool.. thanks for the clarification. There is hope we will get this fix :)