Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 02-28-2009, 03:21 PM   #151
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Great work on the plugin. Anyway you can add functionality to poll an indicator and run a command when it switches?
GiODi is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-28-2009, 09:10 PM   #152
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Wash, rinse, & repeat....

__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 02-28-2009, 09:13 PM   #153
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
I think I'm in love.
GiODi is offline   Reply With Quote
Old 03-03-2009, 02:26 PM   #154
Newbie
 
hugenius79's Avatar
 
Join Date: May 2006
Location: New York
Posts: 32
hugenius79 is on a distinguished road
Can someone give me a spoon feed with the IndPoller in this plugin

Im not a programmer but understand some RRcode

I understand what it suppose to do... Help ?

Last edited by hugenius79; 03-03-2009 at 02:29 PM.
hugenius79 is offline   Reply With Quote
Old 03-03-2009, 03:06 PM   #155
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
#1 Enable the feature, add/change "IndPoller_Enabled=True" in either rr.ini or skin.ini
#2 Add "IndPoller_Add;MUTE;2;Mute_Ind_Changed" to the end of the "ONSKINSTART" CMD in which ever skin your using, should look like this:

"ONSKINSTART","........||IndPoller_Add;MUTE;2;Mute _Ind_Changed"

Then add the cmd you want to execute ( if more than a single cmd, create a new cmd to execute the multiple cmd via a single cmd) to the exectbl.ini file, like

"Mute_Ind_Changed","Audio||WAIT;2||Load;Audio_brow ser.skin"

Using that example will check every 2 seconds if the "Mute" indicator status has changed. If the status changed, will execute "Mute_Ind_Changed", which will go to the audio screen then wait 2 seconds, then loads the audio browser screen.

Clear enough for you now? I was thinking of making just making a small demo skin that shows more/same examples of how to use some of these great features.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 03-08-2009, 01:32 PM   #156
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
Hey Blue,

All run very well BBUUTT, often , the [RRExtended] line is erased on
my rr.ini file , and RRExtended don't run again .

Do you know why ?



pierrotm777 is offline   Reply With Quote
Old 03-09-2009, 02:37 AM   #157
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
That line is just there to help keep it organized like all the other major sections. Nothing depends on that line being there! So if your having problems, there is something else causing it/them.

And for which ever you problem is always turn on the RRExt debug and check its log. I have tried to log as much as i can when i'm testing it my self and just leave the lines in the code for latter when someone else might be having a problem to hopefully figure out what is causing it.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 04-04-2009, 04:24 PM   #158
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
For the INITOVAR command arent the INI Keys and Values allready Variables?
Just wondering.. I know most of them are.
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-04-2009, 09:10 PM   #159
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
That cmd would mostly be used for a skin cmd that could set a setting for a outside app that uses a std ini file layout unlike RR's ini layout as there already std RR cmds that deal with the rr.ini and skin.ini files.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 04-30-2009, 07:46 PM   #160
The Last Good Gremlin
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,933
GizmoQ has a spectacular aura aboutGizmoQ has a spectacular aura about
At the last Chicago meet, I mentioned I wanted a way to pause my music when I turn my key off and automatically restart when the key is turned back on. Well I was in Atlanta all last week with family who decided to go shopping two days - ALL DAY. My system is setup to turn the screen off 1 minute after losing AC power and in 2 hours suspend. Needless to say we were never in a store long enough for it to suspend, but having to manually PAUSE/RESUME music everytime we got out of the car got old fast. So I got serious about automating this task.

I already have a timer setup that fires every 15 seconds for audiosource label updates and I figured that interval was sufficient for PAUSE/RESUME also. But how? I googled for an external program to do it to no avail. I tried to figure out if a plugin like POWERMON could be modified to do it (unfortunately POWERMON is no longer supported). I tried to create something with RRCode, but didn't get far. I tried EVAL, but that required too much setup and only worked intermittently. Then I looked at RREXTENDED mated with POWERMON. And here is my code:

In EXECTBL.INI add to ONSKINSTART: "SETVARBYCODE;pstate;powermon_powersrc"
//This resets the variables


In EXECTBL.INI add a timer:

Code:
"TIMER","SETVAR;PSTATE1;$PSTATE$||SETVARBYCODE;pstate;powermon_powersrc||SETVAR;ONBATTERY;$PSTATE1$+$PSTATE$||BYSTR;$ONBATTERY$;External+Battery<PAUSE><<Battery+External<RESUME><<<RELOADLIST"


What this does is copy the Power Source label from POWERMON (Battery or External) and creates a variable, ONBATTERY that is a record of the last two states of that label. There are four possible combinations:
External+External - No change still on AC
Battery+Battery - No change still on Battery
External+Battery - Just changed from AC to Battery
Battery+External - Just changed from Battery to AC

The first two fall under the "Else" statement of the BYSTR and fire the RELOADLIST.
Changing from AC to battery means I cut the car off and fires a PAUSE.
Changing from Battery to AC means the key is back on and fires the RESUME.

NO MORE INTERVENTION FROM ME FOR QUICK STOPS. I'm sure this would be helpful to others with laptop installs also. Thanks again Blue ZX3, Festy, and Sal R.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
GizmoQ is offline   Reply With Quote
Old 04-30-2009, 08:14 PM   #161
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Hmm, I just "let the music play". I am not too worried about it starting exactly where I left it.


Obviously if you are listening to audio books or watching a film, I can see where it would be good to pause it.
Enforcer is offline   Reply With Quote
Old 05-07-2009, 04:26 AM   #162
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Updated, C #1 Post
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 05-07-2009, 06:05 AM   #163
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
GpsIndFix_Enabled

Hi Blue Zx3,

I had not found nothing in the notes.txt file for the new option GpsIndFix_Enabled.

How do you use it please .

Thanks
pierrotm777 is offline   Reply With Quote
Old 05-07-2009, 08:01 AM   #164
Constant Bitrate
 
Join Date: Sep 2007
Location: Export, PA
Posts: 167
sxtnitehawk is an unknown quantity at this point
Quote: Originally Posted by Blue ZX3 View Post
-"PresetList" command *new
-"BYRANGE" command *new

History

ver 1.11 [ Released 5/7/09 ]
===============================

Added "PresetList" cmd, will use a CL to list all Mixerpresets found in the RR variable $PRESETSPATH$(usually Root\MixerPresets\)

Added "BYRANGE" cmd, more simpler way to execute a cmd if within/out of the specifed range.

i knew i'de be able to help the community in some way

Thank you Blue for all of your hard work
__________________
Planning: [|||||||||-] 90%
Purchased: [||||||||--] 80%
Installation: [----------] 0% (awaiting arrival of parts)
sxtnitehawk is offline   Reply With Quote
Old 05-07-2009, 10:13 AM   #165
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
Cool.
__________________
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
Volume too low on AUX line in, coming out of laptop. Silenkiller Car Audio 4 10-07-2008 08:45 PM
iPod Integration Coming Lazyflip Centrafuse 2 03-20-2008 01:14 AM
USB Hub not working after coming out of hibernation volum3rider Input Devices 25 09-11-2005 01:07 PM
NEW playstation II portable keyboard coming out soon clean customs Input Devices 3 03-04-2005 04:37 PM



All times are GMT -5. The time now is 02:37 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