An application for managing tree hierarchies for music tags, focusing on the MusicBee tag hierarchy template format.

- .NET 9.0
JetBrains Rider is recommended for developing for this project, but Visual Studio Code/VS Codium should work too.
- Terminal.Gui
- Serilog (for logging/debugging)
- NUnit (for tests)
Build with the dotnet command line app:
- Linux:
dotnet publish -c Release -p:PublishProfile=Linux - Windows:
dotnet publish -c Release -p:PublishProfile=Windows
- Localisation - use .resx or .po for translatable strings in UI elements.
- Switch to Avalonia