Updating metadata of songs #36

Closed
opened 2019-04-28 20:08:04 -04:00 by kdeng00 · 1 comment
kdeng00 commented 2019-04-28 20:08:04 -04:00 (Migrated from github.com)

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.

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.
kdeng00 commented 2019-04-28 20:16:45 -04:00 (Migrated from github.com)

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.

I am currently using both the [ID3](https://github.com/JeevanJames/Id3) and [TagLib#](https://github.com/mono/taglib-sharp) 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#36