musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
12.14k stars 2.63k forks source link

Populate PDF tag Author when exporting (also Subject, Keywords) #20220

Open tingtron opened 10 months ago

tingtron commented 10 months ago

Your idea

Provide the ability to populate the PDF Author and other tags (Subject, Keywords).

Option 1. In MuseScore Project Properties, the first property is Arranger, which is typically the publisher of the score. So Arranger could be mapped to the PDF Author automatically.

Option 2. A setting could be used for mapping to the standard or custom properties of the project.

Problem to be solved

When using the PDF in various apps and systems, such as Kindle etc, the PDF tags are extracted to summarize the document in the folders where they are presented. So having Authors populated is more helpful than Unknown or Undefined. Also because such PDFs are often used or shared electronically, it is helpful to "stamp" them with the correct and easily identifiable tags.

Prior art

Originally reported:

Additional context

Workaround use external tools to set the "Author" and other tags.

exiftool -Author="My Name" "My Score.pdf"

exiftool -Author "My Score.pdf"
Author                          : My NAme
Jojo-Schmitz commented 10 months ago

Similar for MP3 and probably the other audio formats too