Printable list (or downloadable file) of Titles of all songs I have uploaded

• Mar 4, 2022 - 11:36

I would like to print out a list or download a file of the titles of the songs I have uploaded.
Thanks,
Nick


Comments

Here's 1 way of doing it:

1) Browse to your list of scores using:

https://musescore.com/my-scores?private=0&combine=&sort_by=title&sort_o…

You will need to increase the number of items per page. I don't know what the limit is.

2) In your web browser: Save as web page Complete, with filename Scores

scores0.png
scores1.png

3) Open the generated file Scores.html in a text editor that support regex, e.g. Notepadd++.
It will look something like this:

Scores2.png

4) Run this regex on the file - it could take a few moments!

scores3.png

Make sure to choose Regular expression and "." matches newline.

This leaves you with a list of your scores in alphabetical order:

Scores4.png

Note: \r\n in the replace string is for Windows. On Linux it should be \n

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