letzte Version für Micro-Format (Qudio Player)

This commit is contained in:
2020-05-31 21:32:50 +02:00
parent 4618725612
commit ec1d933f46
4 changed files with 3 additions and 2 deletions
Regular → Executable
View File
Regular → Executable
View File
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -144,7 +144,7 @@ public class CardCreator {
// "/run/user/1000/gvfs/sftp:host=qudio.local,user=volumio/data/INTERNAL"
// "/run/user/1000/gvfs/sftp:host=qudio.local,user=volumio/data"
// "/run/user/1000/gvfs/smb-share:server=cubon,share=hidrive/Media/Audio/Kinder"
String path = "/run/user/1000/gvfs/smb-share:server=cubon,share=hidrive/Media/Audio/Kinder" + link.substring(link.indexOf("/", 4)) + "/cover.jpg";
String path = "/run/user/1000/gvfs/smb-share:server=cubon.local,share=hidrive/Media/Audio/Kinder" + link.substring(link.indexOf("/", 4)) + "/cover.jpg";
System.out.println(path);
@@ -685,7 +685,8 @@ public class CardCreator {
"NAS/share/Das große Abenteuer Musik",
"spotify:album:7tfjSYq5aWFwKlYWRzmPMc", // Das kleine Gespenst
"spotify:album:4kGTkO7CP063Bk0j14829K", // Der Räuber Hotzenplotz und die Mondrakete
"spotify:album:4tzPsEeFw4kR42NE4NqJvX" // Immer lustig in Bullerbü
"spotify:album:4tzPsEeFw4kR42NE4NqJvX", // Immer lustig in Bullerbü
"spotify:album:1zuWVjkOPIK5OHFnlgDQcf" // Die Häschenschule
);
new CardCreator(links);