kdeng00
|
2145adb039
|
Some clean up for insert song records into the database
|
2019-08-25 14:54:09 -04:00 |
|
kdeng00
|
d54715ac25
|
Able to insert song records into the database. Left TODO for clean up
|
2019-08-25 01:30:13 -04:00 |
|
kdeng00
|
1db3eb2f8c
|
Cover art record saved in the database. Next is to save the song record to the database and then try to download the song afterwards
|
2019-08-24 18:41:01 -04:00 |
|
kdeng00
|
9281293fad
|
Working on interfacing with the database. Could do queryies via string/cstring but I'm going to try prepared statements
|
2019-08-23 23:16:42 -04:00 |
|
kdeng00
|
764185da7d
|
Able to save song and cover art to the appropriate paths. Next is saving it to the database
|
2019-08-22 22:40:49 -04:00 |
|
kdeng00
|
592853695d
|
Added paths.json file that contain paths
|
2019-08-22 19:49:17 -04:00 |
|
kdeng00
|
2a8290a929
|
Added script to create database
|
2019-08-21 07:09:39 -04:00 |
|
kdeng00
|
92f0d4702b
|
Factoring
|
2019-08-20 22:45:25 -04:00 |
|
kdeng00
|
e42a551193
|
Now have to check to see if the token has the correct scope
|
2019-08-20 19:56:26 -04:00 |
|
kdeng00
|
3e94e0e22e
|
Left some TODO's. Next thing is to check if the token is valid
|
2019-08-19 22:19:47 -04:00 |
|
kdeng00
|
4072526d35
|
Able to upload song. Left TODO on what's next
|
2019-08-18 22:58:04 -04:00 |
|
kdeng00
|
bbd8186114
|
Added songcontroller, work on uploading a song
|
2019-08-18 16:44:59 -04:00 |
|
kdeng00
|
e9aa5f799c
|
Added database configuration file
|
2019-08-18 16:15:47 -04:00 |
|
kdeng00
|
10b546d8b8
|
removed mysqlconnector c++ submodule. Linking issues, using the C API instead
|
2019-08-18 16:13:14 -04:00 |
|
kdeng00
|
d26c16aa69
|
database stuff
|
2019-08-18 11:57:08 -04:00 |
|
kdeng00
|
5230e69832
|
more changes
|
2019-08-17 18:53:50 -04:00 |
|
kdeng00
|
9ae9b08520
|
changed path of jwt-cpp submodule
|
2019-08-17 16:17:43 -04:00 |
|
kdeng00
|
0fc16daf86
|
Tying something out
|
2019-08-17 16:04:54 -04:00 |
|
kdeng00
|
533a8d81a9
|
Finished up #55
|
2019-08-13 21:05:11 -04:00 |
|
amazing-username
|
4d59b311e6
|
Removed TagLib# and RestSharp dependencies. Updated README.md
|
2019-08-13 14:38:34 +00:00 |
|
amazing-username
|
a561ab0642
|
Fixed bug where user was not being authenticated
|
2019-08-13 14:08:03 +00:00 |
|
kdeng00
|
f0a50ba70a
|
Implemented TokenManager #57
|
2019-08-13 00:11:04 -04:00 |
|
kdeng00
|
da8d4a9002
|
Implemented #56
|
2019-08-11 23:24:23 -04:00 |
|
kdeng00
|
51d40f270d
|
Tricky implementing taglib's APIC extracting/saving feature, but I got it. Left some TODO's on where to pick up #56
|
2019-08-11 17:51:42 -04:00 |
|
kdeng00
|
023c467a9d
|
Fixed issue where stock cover art was not correctly being copied
|
2019-08-11 16:10:18 -04:00 |
|
kdeng00
|
ea25480ad1
|
#56
|
2019-08-10 12:40:26 -04:00 |
|
kdeng00
|
5b19cdaa46
|
Working on #56
|
2019-08-10 01:03:52 -04:00 |
|
kdeng00
|
16f0c1aed0
|
Minor changes to metadata reading
|
2019-08-08 21:31:13 -04:00 |
|
kdeng00
|
ead71da802
|
Working on migrating metadata over to c++
|
2019-08-08 18:40:15 -04:00 |
|
kdeng00
|
47723c7d94
|
Starting to switch Metadata portion to c++. Switching from TagLibSharp to Taglib (c++)
|
2019-08-06 22:51:20 -04:00 |
|
kdeng00
|
02bc671883
|
Code cleanup, removed some unused dependencies, adding more to C++ lib. #54 and #55
|
2019-08-05 23:47:43 -04:00 |
|
kdeng00
|
1531cad134
|
Handling song being moved on the c++ side #55
|
2019-08-04 17:08:49 -04:00 |
|
kdeng00
|
610d4fb08d
|
Contining work on #55
|
2019-08-04 14:25:45 -04:00 |
|
amazing-username
|
15948c4783
|
Directories are created using C++ when a song is uploaded
|
2019-08-04 14:04:40 +00:00 |
|
kdeng00
|
2d984813ec
|
Updated Entity Framework to 2.2.6, Removed PrintCredentials() Method call on login, working on #55
|
2019-08-03 14:26:18 -04:00 |
|
kdeng00
|
d80842e517
|
Changed song streaming to use only FileStream instead of FileStream and MemoryStream
|
2019-07-29 20:59:22 -04:00 |
|
amazing-username
|
2c3152a9a5
|
Added functionality to retrieve cover art records in json format
|
2019-07-29 01:07:16 +00:00 |
|
amazing-username
|
3948e25fc3
|
Incorrect method call for logging fixed
v0.1.1
|
2019-07-20 01:47: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
|
84615472ef
|
Cover art image gets deleted when the song has been deleted #50
|
2019-07-15 22:12:49 -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
|
59895af3b4
|
Can download a cover art via the cover art's id. Just need to have a stock cover art for songs without any and update the documentation. #50
|
2019-07-13 16:04:39 -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
|
026a528a81
|
Cover art functionality added. Left TODO's on where to continue on. #50
|
2019-07-12 23:13:32 -04:00 |
|
amazing-username
|
226ca44206
|
Mover Cover Art work. #50
|
2019-07-11 23:15:45 -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 |
|