You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("- Questom asset problem: tell the person to delete the songs with a unsupported cover format. If that doesn't help tell them to delete songs that failed to load.");
126
+
//Console.WriteLine("- Questom asset problem: tell the person to delete the songs with a unsupported cover format. If that doesn't help tell them to delete songs that failed to load.");
103
127
Console.WriteLine("- FileStream Problem: tell the persong to enable both permssions for BMBF in sidequest");
104
128
Console.WriteLine("\n---Log Start---");
105
129
foreach(Stringcinfound)
106
130
{
107
131
Console.WriteLine(c);
108
132
}
109
133
Console.WriteLine("\n\n---Log End---");
134
+
Console.WriteLine("\n\n---Song Summary---");
135
+
136
+
if(cover.Count!=0)
137
+
{
138
+
Console.WriteLine("\nUnsopported Cover formats (delete those songs):");
139
+
foreach(Stringcincover)
140
+
{
141
+
Console.WriteLine(" - "+c);
142
+
}
143
+
}
144
+
145
+
146
+
if(failedload.Count!=0)
147
+
{
148
+
//Console.WriteLine("\nSongs that failed to load (delete those songs if deleting the ones with unsupported cover format didn't help):");
149
+
foreach(Stringcinfailedload)
150
+
{
151
+
Console.WriteLine(" - "+c);
152
+
}
153
+
}
154
+
155
+
if(weirderror.Count!=0)
156
+
{
157
+
Console.WriteLine("\nCover asset are failed to load (definetly delete those ones; potential song hash):");
0 commit comments