mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools & CUERipper: Local metadata cache implemented
CUETools: register qaac.exe in external encoders CUERipper: hopefully fixed problems with Matrox desktop manager CUERipper: now remembers the drive which was last used CUERipper: added a way to reload metadata taglib-sharp: fixed incompatibility with tags produced by qaac.exe
This commit is contained in:
@@ -21,6 +21,7 @@ namespace CUETools.Processor
|
||||
if (fileInfo is TagLib.Mpeg4.File)
|
||||
{
|
||||
// remove fb2k/nero nasty tags mess
|
||||
//if (((TagLib.Mpeg4.File)fileInfo).UserData.
|
||||
((TagLib.Mpeg4.File)fileInfo).UserData.RemoveChild("tags");
|
||||
TagLib.Mpeg4.AppleTag mpeg4 = (TagLib.Mpeg4.AppleTag)fileInfo.GetTag(TagLib.TagTypes.Apple, true);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user