|
@@ -258,6 +258,7 @@ public class Builder extends javax.swing.JFrame
|
|
|
br.readLine();//SYM
|
|
|
tpath = br.readLine();
|
|
|
sym=true;//näxxter lauf.....
|
|
|
+ System.out.println("Symlink>> Dest="+tpath);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -336,7 +337,7 @@ public class Builder extends javax.swing.JFrame
|
|
|
loadedVLC = true;
|
|
|
do
|
|
|
{
|
|
|
- Tools.runSingleCmd(false, true, false, true, new JTextArea(), vlcpath,"--extrainf cad:qt4","",/*"--extraintf=http:logger","--verbose=2","--file-logging","--logfile=vlc-log.txt",*/ "http://localhost:9263/rcvr/lst.m3u");//http://localhost:9263/lst.m3u");
|
|
|
+ Tools.runSingleCmd(false, true, false, true, new JTextArea(), vlcpath,"--extraintf=cad",/* qt4"--extraintf=http:logger","--verbose=2","--file-logging","--logfile=vlc-log.txt",*/ "http://localhost:9263/rcvr/lst.m3u");//http://localhost:9263/lst.m3u");
|
|
|
}
|
|
|
while (Tools.execCrashed);
|
|
|
}
|
|
@@ -364,8 +365,8 @@ public class Builder extends javax.swing.JFrame
|
|
|
{
|
|
|
String pp = y.dump(ps.ppp);
|
|
|
String fp = ps.ppp.getPath();
|
|
|
- fp = fp.substring(0,fp.length()-FileTK.getFileExt(fp).length()+1)+"iZcont";
|
|
|
- FileTK.writeFile(pp, "fp");
|
|
|
+ fp = fp.substring(0,fp.length()-(FileTK.getFileExt(fp).length()))+"iZcont";
|
|
|
+ FileTK.writeFile(pp, fp);
|
|
|
}
|
|
|
quickQuit();
|
|
|
}
|