infojunkie / chirp

Web app to batch-convert iReal Pro playlists to MusicXML and MIDI.
https://blog.karimratib.me/demos/chirp/
GNU General Public License v3.0
1 stars 0 forks source link

Remember the transformed songs client-side #2

Open infojunkie opened 1 month ago

infojunkie commented 1 month ago

Every time the app runs, it re-executes the MusicXML and MIDI transformations. For long playlists, this can be very slow, even with the server-side MIDI caching that is done today.

Instead, remember the successfully transformed songs client-side, using localStorage or equivalent.