auto order
Signed-off-by: Matt Bruce <Matt Bruce>
This commit is contained in:
parent
d641f7a44d
commit
18fee93f93
@ -116,7 +116,7 @@ namespace TestSelector
|
|||||||
tag = TagLib.File.Create(file.FullName);
|
tag = TagLib.File.Create(file.FullName);
|
||||||
song.FileType = FileType.MP4;
|
song.FileType = FileType.MP4;
|
||||||
}
|
}
|
||||||
song.Order = 1;
|
song.Order = controller.PlayQueue.Count() + 1;
|
||||||
song.Title = tag.Tag.Title;
|
song.Title = tag.Tag.Title;
|
||||||
song.Artist = tag.Tag.Performers[0];
|
song.Artist = tag.Tag.Performers[0];
|
||||||
song.Path = file.FullName.Replace(@"D:\KaraokeData\Karaoke\", @"Z:\");
|
song.Path = file.FullName.Replace(@"D:\KaraokeData\Karaoke\", @"Z:\");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user