Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins


Reply
 
Share Thread Tools Display Modes
Old 09-24-2008, 06:51 AM   #106
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
Quote: Originally Posted by EL CAMINO View Post
this is a C++ project, you can use val's version, i think he changed the window name to RRCoverjuke, i didnt change that. i been really busy at work and some personal issues but, i know that val and sal are working in getting this to work as well, so hang tide and all will be fixed.

brandensin is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-26-2008, 02:54 AM   #107
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
val, sal, how is this coming along if you don't mind me asking?
brandensin is offline   Reply With Quote
Old 09-26-2008, 06:25 AM   #108
Newbie
 
leberrem's Avatar
 
Join Date: Aug 2008
Posts: 4
leberrem is an unknown quantity at this point
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
leberrem is offline   Reply With Quote
Old 09-26-2008, 09:00 AM   #109
FLAC
 
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
kbreeden
Quote: Originally Posted by leberrem View Post
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.
kbreeden is offline   Reply With Quote
Old 09-26-2008, 10:26 AM   #110
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
Quote: Originally Posted by brandensin View Post
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
Sal R. is offline   Reply With Quote
Old 09-27-2008, 12:52 AM   #111
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
Thanks for the update.

Is ilist using openGL too?
brandensin is offline   Reply With Quote
Old 09-27-2008, 11:16 AM   #112
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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
brandensin is offline   Reply With Quote
Old 09-27-2008, 12:07 PM   #113
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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...
brandensin is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-28-2008, 09:33 AM   #114
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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
brandensin is offline   Reply With Quote
Old 09-28-2008, 01:04 PM   #115
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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?
brandensin is offline   Reply With Quote
Old 09-29-2008, 05:44 PM   #116
Constant Bitrate
 
Beezer's Avatar
 
Join Date: Oct 2006
Posts: 178
Beezer is an unknown quantity at this point
I have found a bug in CoverJuke. If the album directory contains a corrupt jpg file, then all the images are off by one.
Beezer is offline   Reply With Quote
Old 09-30-2008, 02:23 PM   #117
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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.
brandensin is offline   Reply With Quote
Old 09-30-2008, 02:45 PM   #118
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
Sal R. is an unknown quantity at this point
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
Sal R. is offline   Reply With Quote
Old 09-30-2008, 02:50 PM   #119
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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?
brandensin is offline   Reply With Quote
Old 10-01-2008, 10:31 AM   #120
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
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.
brandensin is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
clutter opengl toolkit - for the next gen carpc frontend kev000 Software & Software Development 0 06-20-2008 01:14 AM
Help! OpenGL on Debian, VIA EPIA M10000 debian00b Linux 4 05-22-2006 09:54 PM



All times are GMT -5. The time now is 07:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics