jpfudger / chordproc

Collect and process lyrics, chords and tabs
1 stars 0 forks source link

Regenerate data without restarting the GUI #9

Open jpfudger opened 6 years ago

jpfudger commented 6 years ago

As of 2a4cb3e6297b79ca5c51f9c62ccb805d5a25c517 we can now jump to the .crd file from the GUI, which is nice.

Once we've edited the file in this way, can we regenerate the file without needing to restart the GUI? All the various tabs will need to be repopulated.

jpfudger commented 6 years ago

Commit d83dd25a176788d55d3d8ff2154a0a25ee2e2d3e implements this by adding a "Reload" button. Before closing this issue, the following should be done:

(1) Allow the reload/repopulate process to preserve the currently active song in the Artists and Tunings tabs.

(2) Allow the reload/repopulate process to clear any extant data in the Search or Chords tabs.

jpfudger commented 6 years ago

Commit fcd3eb252b606e24126416f40cc1f0d742c6d459 fixes (1) above. The current visible song is preserved during reloading.