Updating metadata of songs #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the ID3 tags of a song via the api/song PUT HTTP endpoint. the HTTP endpoint should also update the database with the correct metadata. Create a new class in the Icarus.Controllers.Managers namespace to manage metadata instead of having the SongManager class do both.
I am currently using both the ID3 and TagLib# libraries but I will do more research on which I should continue to use and outweight the pro's and cons of each. I am leaning towards using the TagLib# library due to the features it currently has and it has been in use longer than the ID3 library.