Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since I'm feeling responsible for music_tag functionalities and a lot of people are having issues with memory on 8266 I've taken the blame and prepared tagreader-lite configuration. It basically restores simple tag scanner functionality without any music tag events. Feel free to use this by merging directly or take whatever parts you want to use.
I've prepared two options:
tagreader-lite.yaml which takes current tagreader.yaml and removes music_tag functions from the configuration
tagreader-original.yaml which is a flatfile old school tagreader configuration
I'm currently focusing on my TagTuner project and trying to run it at 8266 is a pain but I managed to prepare a working configuration. TagTuner is build around esp32 and there is a lot of new functionalities possible. Since people are still using tagreader I figured you might want to keep it simple back as designed.