Starting to switch Metadata portion to c++. Switching from TagLibSharp to Taglib (c++)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NLog;
|
||||
@@ -101,6 +102,9 @@ namespace Icarus.Controllers.Utilities
|
||||
return song;
|
||||
}
|
||||
|
||||
[DllImport("libicarus.so")]
|
||||
public static extern Icarus.Controllers.Managers.SongManager.Sng retrieve_metadata(string file_path);
|
||||
|
||||
public byte[] RetrieveCoverArtBytes(Song song)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user