From time to time there have been requests to be able to reset the core that associated with an individual playlist item so that a different core can be used.
I took a little time to look into this, and the logic to actually reset the core association to DETECT/DETECT seems pretty simple. What bogged me down is adding this to the menu system. I plan to return to this project when I have more time. Or someone else may want to take a look which would be great too!
Here’s what I think can be added to command.c
(right below this line) for the basic functionality. Seems that there would need to be about a dozen small changes in other source files to add this to the menu and to have appropriate labels in the menu
Edit: prototype code temporarily removed pending improvements