Hello,
You might know this, but...
IdSharpHarness.csproj does still reference IdSharp instead of IdSharp.Common
In MainForm.cs you have a reference to using IdSharp.Audio; when it should be using IdSharp.AudioInfo;
using IdSharp.FreeDB; should be using IdSharp.WebLookup.FreeDB;
And last my real problem...
List<FreeDBAlbum> albums = FreeDB.Search(audioFiles); at least needs a proxy, so, I don't know how to use it. It seems to work with just List<FreeDBAlbum> albums = FreeDB.Search(audioFiles, new System.Net.WebProxy()); but this might probably not be the correct way to do it
Just wanted to let you know,
John.



Reply With Quote

Bookmarks