Example #1
0
        static void Main(string[] args)
        {
            // important: replace path below with valid directory with .mp3 files on your computer
            var files = Mp3Linq.GetMp3InfoAll(@"C:\Users\adamo\OneDrive\Music").Take(100);

            Mp3Linq.ShowByYearArtistAlbum(files);
        }
Example #2
0
        static void Main(string[] args)
        {
            var files = Mp3Linq.GetMp3InfoAll(@"C:\Users\adamo\OneDrive\Music").Take(100);

            Mp3Linq.ShowByYearArtistAlbum(files);
        }