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-17-2008, 12:12 PM   #76
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
;if WinExists("classname=OpenGLUT", "") then
; $Cvrj = WinGetHandle("classname=OpenGLUT", "") ;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

how can i distinguish between video and audio coverjuke??? Both class names are same...

Looks like it's impossible to run more than one instance of jukebox...

Last edited by brandensin; 09-17-2008 at 12:14 PM.
brandensin is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-17-2008, 12:40 PM   #77
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
you won't be able to use 1 ini for both instances , won't work , did'nt realize thats what you wanted, so 2 complete different cj folders will be needed 1 for audio 1 for video .

to put cj where you want it in the scr use this

WinWait("CoverJuke", "", 10)
If WinExists("CoverJuke") Then
WinMove(WinGetHandle("CoverJuke", ""), "", 55, 50) ; (-4, -30 for clip at 0,0 )

the 55 and 50 are the postition

Last edited by carputer1; 09-17-2008 at 12:42 PM.
carputer1 is offline   Reply With Quote
Old 09-17-2008, 12:57 PM   #78
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
understood, but here's the deal even with separate folders... when both are openned or running... Say i go to audio jukebox, I need to tell already running audio jukebox to reposition itself without recreating itselt. How can i do this if both window has same window and class names...

If WinExists("CoverJuke") Then
this doesn't check if audio or video is running. it checks if any coverjuke is running...
WinMove(WinGetHandle("CoverJuke", ""), "", 55, 50)
This doesn't tell to reposition audio coverjuke, it just tell any running coverjuke to reposition..

This drives me nuts..... i am just gonna have to kill one before open another one for now.....
brandensin is offline   Reply With Quote
Old 09-17-2008, 01:32 PM   #79
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
This is what i have so far for video... I love it.. so pretty...

anyone knows how i can change the width and height of album dimension in cj? I have two page albumart... wanna change to wide view...
Attached Images
 
brandensin is offline   Reply With Quote
Old 09-17-2008, 01:50 PM   #80
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
MGD is on a distinguished road
Good old ASTRO looking good
MGD is offline   Reply With Quote
Old 09-17-2008, 02:22 PM   #81
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
you can change the angle and size of the images , even how many either side of the centre in the ini
carputer1 is offline   Reply With Quote
Old 09-17-2008, 02:50 PM   #82
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
Quote: Originally Posted by MGD View Post
Good old ASTRO looking good

That's right... i am using ur skin for htpc... I modified a little... love it...

carputer1,

all i see is this,

spacealbum = 3.499999
zoomalbum = 1.200000
albumangle = 70
zoomscene = -7.250000
verticalangle = 15
horizontalangle = 360

doesn't really tell me which is for width and height..

by the way, i might ask the author to recompile the exe(video version) with different window name... then my problem solved...

Last edited by brandensin; 09-17-2008 at 02:53 PM.
brandensin is offline   Reply With Quote
Old 09-17-2008, 02:53 PM   #83
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
play with zoomscene and zoomalbum i know i played with these reduce zoomscene=-4.250001 , should make the art bigger , well you'll find out .
carputer1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-17-2008, 03:25 PM   #84
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
Thanks... zoomalbum made it bigger... good enuf...
brandensin is offline   Reply With Quote
Old 09-17-2008, 04:07 PM   #85
Maximum Bitrate
 
Valheru's Avatar
 
Join Date: Jul 2007
Location: Ireland
Posts: 509
Valheru is an unknown quantity at this point
you can also use the "function" keys ...

use "alt" and up/down arrows for zoom in/out all albums
use "alt" and left/right arrow to zoom in out main album only.
use "ctrl" and left/right to rotate the display left / right
use "ctrl" up arrow to change perspective to over the albums
use "shift" and up/down to vary the spacing between the side albums.

these jeys work if you run CJ ouside RR, and it wil lsave them on exit for use the next time you run inside RR ...
__________________
-------------------------------
The TEKNIK Family ... Teknik 1 & Teknik 2, Teknik T-3, Teknik v4.0
Valheru is offline   Reply With Quote
Old 09-17-2008, 11:01 PM   #86
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
how convenient.... Thanks Valheru
brandensin is offline   Reply With Quote
Old 09-18-2008, 01:55 AM   #87
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
guys.. what's the correct syntax here...

"cjPotPlayer","load;generic.skin;Enjoy Your Movie;C:\Program Files\Daum\PotPlayer\PotPlayerMini.exe $COVERJUKEPATH$;!PotPlayer"


Trying to play a movie using something called potplayer.... potplayer opens fine but doesn't play the movie which tells me syntax is probably off at $COVERJUKEPATH$..
brandensin is offline   Reply With Quote
Old 09-18-2008, 03:04 AM   #88
Maximum Bitrate
 
Join Date: Dec 2007
Posts: 738
brandensin is an unknown quantity at this point
ok, i got the above thing resolved.... now i try to use send key to switch to a full screen... control + alt + enter will do it and works from keyboard... but wouldn't work with the below command... What am i doing wrong here..

"cjPotPlayer","load;blank.skin;!potplayer;C:\Progr am Files\Daum\PotPlayer\PotPlayerMini.exe|$COVERJUKEP ATH$||SENDKEY;^%{ENTER};!PotPlayer"
brandensin is offline   Reply With Quote
Old 09-18-2008, 03:17 AM   #89
Maximum Bitrate
 
Valheru's Avatar
 
Join Date: Jul 2007
Location: Ireland
Posts: 509
Valheru is an unknown quantity at this point
Quote: Originally Posted by brandensin View Post
guys.. what's the correct syntax here...

"cjPotPlayer","load;generic.skin;Enjoy Your Movie;C:\Program Files\Daum\PotPlayer\PotPlayerMini.exe $COVERJUKEPATH$;!PotPlayer"


Trying to play a movie using something called potplayer.... potplayer opens fine but doesn't play the movie which tells me syntax is probably off at $COVERJUKEPATH$..

"cjPotPlayer","load;generic.skin;Enjoy Your Movie;C:\Program Files\Daum\PotPlayer\PotPlayerMini.exe|$COVERJUKEP ATH$;PotPlayer"

but thats assuming that "$COVERJUKEPATH$" have the full path and file name of the video you want to play
__________________
-------------------------------
The TEKNIK Family ... Teknik 1 & Teknik 2, Teknik T-3, Teknik v4.0
Valheru is offline   Reply With Quote
Old 09-18-2008, 10:49 AM   #90
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 Valheru View Post
"cjPotPlayer","load;generic.skin;Enjoy Your Movie;C:\Program Files\Daum\PotPlayer\PotPlayerMini.exe|$COVERJUKEP ATH$;PotPlayer"

but thats assuming that "$COVERJUKEPATH$" have the full path and file name of the video you want to play

Right. $coverjukepath$ is the path to the folder only.
__________________
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
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 09:34 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