kdeng00
|
6c3bb7bd81
|
#94: Corrected file extension being saved in the db
|
2024-06-21 20:06:59 -04:00 |
|
kdeng00
|
3dd143fa4d
|
#94: Saving the file type of cover art, but there is still some work to do
The filename of cover art is hard coded to have the png extension. Need to correct this
|
2024-06-20 20:20:47 -04:00 |
|
kdeng00
|
c17c9cd329
|
Migrating to modern c# namespace
Using the short namesapce declaration for conciseness
|
2023-04-09 12:34:06 -04:00 |
|
kdeng00
|
3a6e0f64bc
|
New endpoint
New endpoint to upload song with metadata and cover art as separate entities
|
2021-12-29 14:06:52 -05:00 |
|
kdeng00
|
aa0a1ab5fe
|
Refactoring
|
2021-12-26 22:17:14 -05:00 |
|
kdeng00
|
64e6f33d7c
|
Refactoring
|
2021-12-25 11:28:02 -05:00 |
|
kdeng00
|
edaea68296
|
Functional
|
2021-12-23 21:10:13 -05:00 |
|
amazing-username
|
e4be56101a
|
Added functionality to save the stock cover art to a song if the song does not contain a cover art #50
|
2019-07-14 22:40:49 -04:00 |
|
amazing-username
|
026a528a81
|
Cover art functionality added. Left TODO's on where to continue on. #50
|
2019-07-12 23:13:32 -04:00 |
|
amazing-username
|
56fe805f80
|
Code cleanup and conforming to a coding covention
|
2019-07-04 17:19:40 -04:00 |
|
amazing-username
|
ada7939866
|
Resolved issue with Song record being deleted after updating the metadata records. #37
|
2019-05-20 00:56:51 -04:00 |
|
amazing-username
|
c9e8e2c6da
|
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated. #37
|
2019-05-19 21:48:03 -04:00 |
|
amazing-username
|
991d2e0d6a
|
Continuing with #37
|
2019-05-19 02:33:57 -04:00 |
|
amazing-username
|
9bfb43e46a
|
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library. #38
|
2019-05-11 16:42:29 -04:00 |
|
amazing-username
|
f7d6580253
|
Completed all TODO tasks, what's left is to go over the code and do some cleanup regarding the album API functonality. #22, #25
|
2019-05-08 22:06:19 -04:00 |
|
amazing-username
|
6b4b762207
|
Created artist and album contexts, created artist and album store contexts, and implemented logging to other regions of the codebase beside the APIControllers #16, #21, #22, #25, #26
|
2019-05-05 21:33:00 -04:00 |
|
amazing-username
|
649d2c75a3
|
Can now dynamically update song metadata, discovered and fixed a bug that would update all Song records when updating a single song's metadata #36
|
2019-05-05 00:15:28 -04:00 |
|
amazing-username
|
b0265ebc97
|
Partially implemented updating song metadata. Need to make it more dynamic, meaning only update attributes that have values sent with the request. #36
|
2019-05-02 22:48:50 -04:00 |
|
amazing-username
|
c0d2891d86
|
Switched to the TagLib library for stripping metadata. Included TODO for updating a song's metadata for both the database and the tag of the MP3 file #36
|
2019-04-30 01:49:43 +00:00 |
|