Kun Deng
23c50de468
Net8 ( #89 )
...
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README
2024-06-15 12:17:12 -04:00
kdeng00
c17c9cd329
Migrating to modern c# namespace
...
Using the short namesapce declaration for conciseness
2023-04-09 12:34:06 -04:00
Kun Deng
467a9d7e0f
Saving changes
...
Using asymmetric validation
2022-08-13 18:23:03 -04:00
kdeng00
edaea68296
Functional
2021-12-23 21:10:13 -05:00
kdeng00
8600d9b6bc
Updates
2021-12-22 21:33:12 -05:00
kdeng00
922e527819
Removing repositories
2021-12-22 20:28:20 -05:00
kdeng00
16839b9bf8
Saving changes
2021-12-22 20:18:27 -05:00
amazing-username
2c3152a9a5
Added functionality to retrieve cover art records in json format
2019-07-29 01:07:16 +00:00
amazing-username
a39c232c34
Added logging for cover art functionality
2019-07-17 20:15:07 -04:00
amazing-username
8ec7092272
Implemented Cover Art functionality #50 #52
2019-07-16 20:44:53 -04: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
1004f6c93d
Can successfully save the coverart record, now need to work on downloading the cover art #50
2019-07-13 10:13:15 -04:00
amazing-username
4940768d22
All the necessary functionality for the Cover Art repo added #51
2019-07-10 17:54:17 -04:00
amazing-username
f7963237fd
Added TODO's for checking if Cover art already exists. Added functionality in DirectoryManager to switch to the CoverArt path when explicitly request, otherwise defaults to the music root path. Added skeleton function for CoverArtRepository in the CoverArtRepository and SongManager
2019-07-09 21:03:52 -04:00
amazing-username
0ee1473639
Finished Cover art repository #51
2019-07-09 19:44:40 -04:00
amazing-username
2b59bfac32
Updates to the Cover art repository #51
2019-07-08 18:42:44 -04:00
amazing-username
0932be2f2b
Added but did not complete the repository for cover art, updated migration script to create migration for CoverArt, and prepping for the cover art api
2019-07-07 15:02:38 -04:00
amazing-username
56fe805f80
Code cleanup and conforming to a coding covention
2019-07-04 17:19:40 -04:00
amazing-username
ada8fa79d3
Cleaning up code convention inconsistencies
2019-07-04 15:57:43 -04:00
amazing-username
59d3d47df7
Fixed issue where Genre records were not being retrieved and added scope permissions for Genre and Year endpoints
2019-06-16 15:17:39 +00:00
amazing-username
e1614adfad
Cleaned up some warnings, and fixed issue where no Year records were being retrieved #37
2019-06-16 10:56:37 -04:00
amazing-username
d85197c313
Discovered issue preventing the retrieval of artists or an artist
2019-05-31 01:29:29 +00:00
amazing-username
42facee883
Added versioning to the API, created namespace for the Reposiorites, Changed the StoreContexts to Repositories, moved the Contexts class to another namespace. #37
2019-05-28 23:36:56 +00:00