Starting to switch Metadata portion to c++. Switching from TagLibSharp to Taglib (c++)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user