فهرست منبع

Symlinks finished and a few bugz0rs killed

git-svn-id: http://repo.nplusc.de/svn/iZink@177 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
masterX244 11 سال پیش
والد
کامیت
dbe6fd776b
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      iZpl/src/de/nplusc/izc/iZpl/Builder.java

+ 4 - 3
iZpl/src/de/nplusc/izc/iZpl/Builder.java

@@ -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();
                             }