Search found 15 matches
- 18. Jul 07, 18:13
- Forum: Main Forum
- Topic: Found a bug in silverjuke 2.52 beta1
- Replies: 3
- Views: 1401
Re: Found a bug in silverjuke 2.52 beta1
Ouch, sorry for the long delay, had kind of forgot about this ... Anyway, here I am ;) For your question in italic, I think I need to reformulate my problem (sorry, english is not my main language..) : - I have some artists (one actually, and you named it, zz top) that are correctly filed under the ...
- 2. Jul 07, 17:56
- Forum: Main Forum
- Topic: Found a bug in silverjuke 2.52 beta1
- Replies: 3
- Views: 1401
Found a bug in silverjuke 2.52 beta1
Hi ! I downloaded the beta version as I needed the program.layout variable, and I just found a bug. Don't know if it is in the program itself or in the mp3 files, but I have about 50 tracks (I have over 10'000 mp3s loaded into silverjuke) that are under the "Z" category. If I look into tra...
- 9. Jun 07, 12:57
- Forum: Main Forum
- Topic: Is Silverjuke 2.52 far away?
- Replies: 2
- Views: 1711
Re: Is Silverjuke 2.52 far away?
Got it got it got it ;)
Thanks a lot !
Back to scripting, woohoo :p
edit : After some intense scripting, I can say thanks again ! Everything's working flawlessly, great job.
Thanks a lot !
Back to scripting, woohoo :p
edit : After some intense scripting, I can say thanks again ! Everything's working flawlessly, great job.
- 9. Jun 07, 12:15
- Forum: Main Forum
- Topic: Is Silverjuke 2.52 far away?
- Replies: 2
- Views: 1711
Is Silverjuke 2.52 far away?
Hi ! I'm really sorry to ask the question that every programmer out there fears, but here it is ;) Is there an estimated date for the public launch of 2.52 ? Or is there, somewhere, a beta version ? I'm waiting for value = program.layout; To finish my script ! I didn't want to post this question at ...
- 4. Jun 07, 18:48
- Forum: Developer Network
- Topic: Script problem
- Replies: 19
- Views: 7132
- 4. Jun 07, 16:19
- Forum: Developer Network
- Topic: Script problem
- Replies: 19
- Views: 7132
Re: Script problem
Don't know if you found the solution to your problem yet, but did you try to replace f.write(track); by f.write('test'); Just to see if "test" is written in the file ? If it is, I don't understand why the latest code posted by service-team wouldn't work...
- 4. Jun 07, 16:10
- Forum: Developer Network
- Topic: Change layout in script?
- Replies: 2
- Views: 1570
Re: Change layout in script?
Thanks for your answer!
Great to know that the next update will include it, can't wait ;)
Great to know that the next update will include it, can't wait ;)
- 3. Jun 07, 20:38
- Forum: Developer Network
- Topic: Load a playlist in a script?
- Replies: 1
- Views: 1401
- 3. Jun 07, 18:34
- Forum: Developer Network
- Topic: Change layout in script?
- Replies: 2
- Views: 1570
- 3. Jun 07, 02:14
- Forum: Developer Network
- Topic: program.run without opening a MS-DOS window?
- Replies: 1
- Views: 1365
Re: program.run without opening a MS-DOS window?
Just found a solution to this one ;) Here it is, for future reference: Create a .vbs file, and copy/paste this CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False Then, with program.run('wscript....