The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

Reply
 
Thread Tools Search this Thread Display Modes
Old 05-08-2008, 11:56 AM   #1
Maximum Bitrate
 
carputer1's Avatar
 
Join Date: Sep 2007
Posts: 613
My Photos: (0)
need confirmation will this line work

i don't have sat radio here so can not test .
i know XM and Sirius skin load is hardcaoded to rr,and you can use
LOAD;XM.skin, but i'm not going that way so i need to make sure this is correct or even poss.

LOAD;SATRADIO.skin||XM

or

LOAD;SATRADIO.skin;XM

want to make sure this will call my skin file and still activate the correct sat radio func.

thankyou and enjoy
carputer1 is offline   Reply With Quote
Sponsored Links
Old 05-08-2008, 12:35 PM   #2
Raw Wave
Blue ZX3's CarPC Specs
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,160
My Photos: (16)
I'm pretty sure that would not work, as calling the "XM" cmd would still load the xm one. Just as "Load;MyAudio.skin||AUDIO" would still load the audio player skin....
Blue ZX3 is offline   Reply With Quote
Old 05-08-2008, 12:39 PM   #3
Maximum Bitrate
 
carputer1's Avatar
 
Join Date: Sep 2007
Posts: 613
My Photos: (0)
Quote: Originally Posted by Blue ZX3 View Post
I'm pretty sure that would not work, as calling the "XM" cmd would still load the xm one. Just as "Load;MyAudio.skin||AUDIO" would still load the audio player skin....

arh ok so what can i use instead, as all my satradio stuff will be loaded under this skin file name SATRADIO, so i need to make sure that it will call the correct function to the correct skin file.

the skin file will not exsist till you select it, which in turn will load SATRADIO.skin with the correct code for your selection.
carputer1 is offline   Reply With Quote
Old 05-08-2008, 12:46 PM   #4
FLAC
Sal R.'s CarPC Specs
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 936
My Photos: (39)
Might try this...

First delete the first three lines in your SATRADIO.skin:
Code:
MEDIACAR Skin MEDIACAR success Skin EMPTY.png,OFF.png,ON.png,DOWN.png .

In the XM.skin add:
INC,SATRADIO.skin

In the SIRIUS.skin, add:
INC,SATRADIO.skin

that way, the contents of SATRADIO.skin is common to both XM and SIRIUS and the main functions will be stored in SATRADIO.skin.
__________________
MicroXP / RR v11/04/2007 / Winamp v5.13 / MMIv2
RR Album Art Browser
Sal R. is offline   Reply With Quote
Old 05-08-2008, 01:21 PM   #5
Maximum Bitrate
 
carputer1's Avatar
 
Join Date: Sep 2007
Posts: 613
My Photos: (0)
Quote: Originally Posted by Sal R. View Post
Might try this...

First delete the first three lines in your SATRADIO.skin:
Code:
MEDIACAR Skin MEDIACAR success Skin EMPTY.png,OFF.png,ON.png,DOWN.png .

In the XM.skin add:
INC,SATRADIO.skin

In the SIRIUS.skin, add:
INC,SATRADIO.skin

that way, the contents of SATRADIO.skin is common to both XM and SIRIUS and the main functions will be stored in SATRADIO.skin.

yes thats sort of the way i'm going , but i still need the launch code to be correct, dose'nt matter whats in the skin, if i can not get the correct launch code to run the SATRADIO.skin and activate the correct satradio code

as rr stands now to launch you use XM or SIRIUS cmds as button cmds,which in turn will load the xm.skin or sirius.skin and activate the correct function, this is what i'm after loading my satradio.skin and the correct function started.
carputer1 is offline   Reply With Quote
Old 05-08-2008, 01:35 PM   #6
FLAC
Sal R.'s CarPC Specs
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 936
My Photos: (39)
Quote: Originally Posted by carputer1 View Post
as rr stands now to launch you use XM or SIRIUS cmds as button cmds,which in turn will load the xm.skin or sirius.skin and activate the correct function, this is what i'm after loading my satradio.skin and the correct function started.

I know what you mean.

The way I did it was I set up a skin variable w/ a menu to let the user choose which sat radio they were using and saved that value. That way, the user didn't have to open the skin file to edit the button code. Not to mention my button codes were somewhat...complex.

So, instead of "XM" or "SIRIUS," I used:
"SATRADIO","BYVAR;xmorsirius;XM<<SIRIUS"
__________________
MicroXP / RR v11/04/2007 / Winamp v5.13 / MMIv2
RR Album Art Browser
Sal R. is offline   Reply With Quote
Old 05-08-2008, 01:43 PM   #7
Maximum Bitrate
 
carputer1's Avatar
 
Join Date: Sep 2007
Posts: 613
My Photos: (0)
Quote: Originally Posted by Sal R. View Post
I know what you mean.

The way I did it was I set up a skin variable w/ a menu to let the user choose which sat radio they were using and saved that value. That way, the user didn't have to open the skin file to edit the button code. Not to mention my button codes were somewhat...complex.

So, instead of "XM" or "SIRIUS," I used:
"SATRADIO","BYVAR;xmorsirius;XM<<SIRIUS"

thought of this , but won't that still load xm.skin or sirius.skin not satradio.skin.
its a bugger when your trying to do something when you don't havbe it your self.
carputer1 is offline   Reply With Quote
Old 05-08-2008, 01:52 PM   #8
FLAC
Sal R.'s CarPC Specs
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 936
My Photos: (39)
Quote: Originally Posted by carputer1 View Post
thought of this , but won't that still load xm.skin or sirius.skin not satradio.skin.
its a bugger when your trying to do something when you don't havbe it your self.

Yeah, "XM" or "SIRIUS" will still load their respective screens, but if you do the INC method I posted above, SATRADIO.skin will hold the bulk of your skin code.

i.e. XM.skin
Code:
MEDIACAR Skin MEDIACAR XM Skin MMI-04_1EMPTY.png,MMI-04_2OFF.png,MMI-04_3ON.png,MMI-02_4DOWN.png /,INC,File INC,SATRADIO.skin END

__________________
MicroXP / RR v11/04/2007 / Winamp v5.13 / MMIv2
RR Album Art Browser
Sal R. is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
onboard sound, no line in TeamRSX Car Audio 0 04-08-2008 09:57 AM
How do I setup my Radio or Sat Tuner ? Which tunners work ? guino RR FAQ 0 03-20-2005 01:34 PM
Frodo: Work Harder, Work Faster.. hevnsnt FrodoPlayer 13 09-24-2004 03:09 PM
how to get milkdrop visualizations to work? DSM97RS MediaCar 14 04-01-2004 09:22 PM
Will the Toshiba LTM10C021 (10.4") LCD work ok with an AD2 (standalone) controller? pooshda LCD/Display 4 11-18-2002 08:59 PM


All times are GMT -5. The time now is 05:09 AM.


Sponsored Links
The MP3car.com Store

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