|
 |
|
09-17-2008, 12:12 PM
|
#76
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
;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.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-17-2008, 12:40 PM
|
#77
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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.
|
|
|
09-17-2008, 12:57 PM
|
#78
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
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.....
|
|
|
09-17-2008, 01:32 PM
|
#79
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
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...
|
|
|
09-17-2008, 01:50 PM
|
#80
|
|
FLAC
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
|
  Good old ASTRO looking good
|
|
|
09-17-2008, 02:22 PM
|
#81
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
you can change the angle and size of the images , even how many either side of the centre in the ini
|
|
|
09-17-2008, 02:50 PM
|
#82
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
Quote: Originally Posted by MGD 
  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.
|
|
|
09-17-2008, 02:53 PM
|
#83
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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 .
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-17-2008, 03:25 PM
|
#84
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
Thanks... zoomalbum made it bigger... good enuf...
|
|
|
09-17-2008, 04:07 PM
|
#85
|
|
Maximum Bitrate
Join Date: Jul 2007
Location: Ireland
Posts: 509
|
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 ...
|
|
|
09-17-2008, 11:01 PM
|
#86
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
how convenient.... Thanks Valheru
|
|
|
09-18-2008, 01:55 AM
|
#87
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
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$..
|
|
|
09-18-2008, 03:04 AM
|
#88
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
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"
|
|
|
09-18-2008, 03:17 AM
|
#89
|
|
Maximum Bitrate
Join Date: Jul 2007
Location: Ireland
Posts: 509
|
Quote: Originally Posted by brandensin 
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
|
|
|
09-18-2008, 10:49 AM
|
#90
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,407
|
Quote: Originally Posted by Valheru 
"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
|
|
|
|
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 09:34 PM.
| |