Plugin to add date to filename automatically on save as

• May 7, 2019 - 20:08

Hello,
I would like to make a plugin for musescore 3 that will automatically add the date to the end of the filename on save as. I have no experience with Qt. Could anybody give me any tips or refer me to any resources to get started?


Comments

In reply to by skrontle

Select the format menu then style the header/footer and put $M in the header to put the last saved date into the score. I would use $D to show the date the file was actually created though. The operating system normally allows you to see the created and modified dates.

In reply to by jeetee

Thank you! This looks like it will be exactly what I am looking for.

How exactly do I use the plugin? Do I just download the code and save it to the plugins folder?

Also, I'm still interested in learning to develop my own plugins. As I said, I have no experience with Qt, however, I have experience with a few other programming languages, Including Python and a little bit of JS and C++, So I don't think learning a new one would be a big deal.

Thanks again for your help!

Do you still have an unanswered question? Please log in first to post your question.