Hey everyone!
A while ago, I found a brilliant shortcut in this community that takes a Musi app backup code and extracts your library into YouTube URLs, saving them in Apple Notes (thread link: https://www.reddit.com/r/shortcuts/comments/1j0q0d8/get\_musi\_app\_playlists\_links\_from\_backup\_code/). Credits goes to author u/ryamal for his huge work!
I found the tool incredibly useful, but I wanted it to be a bit more comprehensive, so I dug into the JavaScript code and upgraded it.
What's new in this version: Instead of just giving you a raw list of YouTube links, the shortcut now parses the JSON backup deeper to cross-reference video IDs with the actual track names.
The output format for each track is now perfectly organized like this: Artist - Title - YouTube URL ;
I also added a semicolon at the end of each entry and an extra empty line between tracks. This makes the Notes much easier to read and makes the data instantly ready if you want to parse it later as a CSV or manipulate it with other scripts.
How to use it: Just run it, paste your Musi backup code when prompted, and it will automatically generate Notes with your Shared Links, Playlists, and full Library.
Here is the iCloud link: https://www.icloud.com/shortcuts/398c6a842b6b4eb59fd76ef764773524
Hope you find it as useful as I do! Let me know what you think.