Starting to switch Metadata portion to c++. Switching from TagLibSharp to Taglib (c++)

This commit is contained in:
kdeng00
2019-08-06 22:51:20 -04:00
parent 02bc671883
commit 47723c7d94
7 changed files with 50 additions and 363 deletions
+7
View File
@@ -3,3 +3,10 @@
#include <string>
std::string create_directory_process(Song, const char*);
std::string read_cover_art(const char*);
void copy_stock_to_root(const char*, const std::string);
void copy_song_to_path(const char*, const char*);
void delete_cover_art_file(const std::string);
void delete_directories(Song song, const char*);
void delete_song(Song song);