|
 |
|
09-24-2008, 06:51 AM
|
#106
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-26-2008, 02:54 AM
|
#107
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
val, sal, how is this coming along if you don't mind me asking?
|
|
|
09-26-2008, 06:25 AM
|
#108
|
|
Newbie
Join Date: Aug 2008
Posts: 4
|
Hello everybody,
i have publish coverjuke 1.42.
You can download it on sourceforge.
For your problem on the window name, now you can modify it in the file "coverjuke.ini"...
have fun
|
|
|
09-26-2008, 09:00 AM
|
#109
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
|
Quote: Originally Posted by leberrem 
Hello everybody,
i have publish coverjuke 1.42.
You can download it on sourceforge.
For your problem on the window name, now you can modify it in the file "coverjuke.ini"...
have fun
Wow, Mika, now we know why we haven't heard from you in a while. Thanks for continuing to think of us.
|
|
|
09-26-2008, 10:26 AM
|
#110
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Quote: Originally Posted by brandensin 
val, sal, how is this coming along if you don't mind me asking?
Slow. It's been awhile since I cracked open the C++ portion of my brain.
That and I've been busy w/ my other projects non carPC related.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
09-27-2008, 12:52 AM
|
#111
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
Thanks for the update.
Is ilist using openGL too?
|
|
|
09-27-2008, 11:16 AM
|
#112
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
man... coverjuke in rr is just weird......
I had them working fine both video and audio at the same time.. Suddenly, I can't only run either one of them in RR. any time i run second one, cpu go crazy... But, i don't experience this problem outside RR... maybe the AI problem.... what's the problem with the following script? this is for audio.. believe or not, it was working...
Opt ("wintitlematchmode", 2)
if WinExists("coverjukeA") then
WinActivate("coverjukeA")
;$Cvrj = WinGetHandle("coverjukeA") ;grab coverjuke.
;$var = IniReadSection($skinpath & "skin.ini", "coverjukeload")
;WinMove($Cvrj, "", $var[1][1], $var[2][1]) ;move coverjuke in a way that fits the screen and is not in the way.
Exit
EndIf
run("coverjuke.exe") ;after all is good open up coverjuke.
WinWait("coverjukeA", "", 10) ;wait untill coverjuke is running.
$Cvrj = WinGetHandle("coverjukeA") ;grab coverjuke.
if $Cvrj = "" Then ;if no success exit.
Exit
Else
;$var = IniReadSection($skinpath & "skin.ini", "coverjukeload")
;WinMove($Cvrj, "", $var[1][1], $var[2][1]) ;move coverjuke in a way that fits the screen and is not in the way.
WinMove($Cvrj, "",690, 185)
EndIf
|
|
|
09-27-2008, 12:07 PM
|
#113
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
ok.. this might be a bug... now, it happens outside rr.. it's very inconsistent... when I tried to run the second instance, cpu spikes up and behaves like as if there's a memory leak...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-28-2008, 09:33 AM
|
#114
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
shoot.. this drives me nuts.. What's going on with this... Check this out. This script runs fine by double clicking it, it launches coverjuke for audio with a window name i want.. i am not even loading rr... That's outside RR... now i call this script in RR with this command in exectbl.ini,
"COVERJUKEaudio","LOAD;coverjuke.skin;!freeglut;$R RPATH$Coverjuke_audio\CoverJukeload.exe;||SETTOPMO ST;RR;TRUE"
cpu spikes up 100% and coverjuke launches but with no image.... what in the world...
I just can't figure out why and i am going nuts now... anybody have any suggestions? This new version is giving me some hell... try to make this work for both video and audio is just presenting me with all kinda inconsistent problem... I never had this problem before... by the way, funny thing is video is still working fine.. and they are same scripts except window name and different ini setting...
Opt ("wintitlematchmode", 2)
if WinExists("coverjukeA") then
WinActivate("coverjukeA")
Exit
EndIf
run("coverjuke.exe")
WinWait("coverjukeA", "", 10)
$Cvrj = WinGetHandle("coverjukeA") ;grab coverjuke.
if $Cvrj = "" Then Exit
Else
WinMove($Cvrj, "",690, 185)
EndIf
|
|
|
09-28-2008, 01:04 PM
|
#115
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
the new version without any doubt loads the contents faster than prev. ver. but, i am having a such hard time with its inconsistency when using with RR.. As standalone, it's nearly perfect... So, what's the reason this doesn't embed into RR like other app?
|
|
|
09-29-2008, 05:44 PM
|
#116
|
|
Constant Bitrate
Join Date: Oct 2006
Posts: 178
|
I have found a bug in CoverJuke. If the album directory contains a corrupt jpg file, then all the images are off by one.
|
|
|
09-30-2008, 02:23 PM
|
#117
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
AI help needed...
try to send commandline param to AI script..
this is what have in exectbl,
"COVERJUKEVideo","LOAD;coverjukeVideo.skin;CoverJU ke;$RRPATH$Coverjuke\Coverjukeload.exe V;||SETTOPMOST;RR;TRUE"
I am sending "V" as a param.. when i run the script, i get an error,
line -1 "error parsing function call"... What am i doing wrong here...
Also, what's the RR variable name for videopath? for audio, "$musicpath$, what about video? I tried "$videopath$", i don't think that is it..
Last edited by brandensin; 09-30-2008 at 02:29 PM.
|
|
|
09-30-2008, 02:45 PM
|
#118
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Code:
"COVERJUKEVideo","LOAD;coverjukeVideo.skin;CoverJUke;$RRPATH$Coverjuke\Coverjukeload.exe|V;||SETTOPMOST;RR;TRUE"
.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
09-30-2008, 02:50 PM
|
#119
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
Thanks Sal.. i am still getting the same error.. it doesn't like this,
CMDLINE[1]
isn't it what is used to parse the param value?
|
|
|
10-01-2008, 10:31 AM
|
#120
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
ok... looks like $CmdLineRaw is not giving me any issue.. That's taken cared of..
I have a question, what exactly does this line do?
"ONEXIT","CLOSEWINDOW;coverJuke"
What i understood, it kills coverjuke, however in my case, it's not.. Well it kinda.. i mean i don't see the process under task manager and it's gone from RR screen, but there's a reason why i am saying it's not gone completely.. i go to video coverjuke then exit which kills the coverjuke... I then go to audio coverjuke, it's hanging... and vise versa. Now, if i go to audio coverjuke and exit out of RR and restart, i can then go to video coverjuke.. i have to completely exit rr in order to run different coverjuke... So, it looks like something is left from running last instance of coverjuke that's interfering with new instance of coverjuke...
There's something about running multiple coverjukes that RR or converjuke does not like.... In my last case, i am not even trying to run multiple.. i kill one before i even start a new one, but still having an issue... It's driving nuts.
Last edited by brandensin; 10-01-2008 at 10:33 AM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:58 PM.
| |