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 11-10-2008, 06:33 PM   #16
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. I can finally retire my AI script.

Sweet.
__________________
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
Old 11-11-2008, 01:33 AM   #17
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
Well if there's gonna be a file copy might as well have a file move cmd too....

"RRFileMove" File(s)/Folder(s)

"RRFileMove;<SOURCE>;<DESTINATION>"
__________________
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 11-11-2008, 11:09 AM   #18
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
I have now added my DayNightEvents Plugin into this as well..
__________________
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 11-11-2008, 12:55 PM   #19
Variable Bitrate
 
Ramanator's Avatar
 
Join Date: Feb 2007
Location: Motor City
Posts: 253
Ramanator will become famous soon enoughRamanator will become famous soon enough
Wow Blue,
I've been away for a couple of months and I see you are still cranking em out bro., Keep up the good work man.
__________________
If you cant DODGE em, RAM em.
Ramanator is offline   Reply With Quote
Old 11-11-2008, 04:52 PM   #20
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
Not that this needs another feature but...

Will also be able to monitor a temp label and when it reaches that temp or hotter it will issue a custom cmd that could be used to have a popup saying that its reached its warning temp or maybe if using the fusionbrain could turn on a extra fan or something...

It will support up to 5 temp labels and able to set the time between checks.
__________________
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 11-11-2008, 09:48 PM   #21
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
Correction...

RRWarningWatcher is able to watch and alarm on any number type lable ie...temp, volt, volume,ect.. and alarm can be set off if < or > then alarm setting.
__________________
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 11-12-2008, 04:18 AM   #22
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
Added RRResumer
__________________
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 11-12-2008, 09:52 AM   #23
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
Hows about a expanded string match EVAL function that functions like "Select...Case"

i.e

BYSTR;< string variable>;Case1<<Case2<<Case3<<Case4 etc.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2

Last edited by Sal R.; 11-12-2008 at 10:08 AM.
Sal R. is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-12-2008, 11:11 AM   #24
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
Was easy...

Cmd format is:
BYSTR;< string variable>;Case1<cmd><<Case2<cmd><<Case3<cmd><<Case 4<cmd><<ect<<<Case Else.

Example:

"BYSTR;$MyVar$;a<AUDIO><<b<DVD><<c<VIDEO><<d<cmd4> <<<NO"


The cmd's must be wrapped in "<" and ">".

Using a "<<<CMD" on the end will execute that cmd if nothing matched...ie a case else.
__________________
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 11-12-2008, 11:46 AM   #25
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
Quote: Originally Posted by Blue ZX3 View Post
Was easy...

Cmd format is:
BYSTR;< string variable>;Case1<cmd><<Case2<cmd><<Case3<cmd><<Case 4<cmd><<ect<<<Case Else.

Example:

"BYSTR;$MyVar$;a<AUDIO><<b<DVD><<c<VIDEO><<d<cmd4> <<<NO"


The cmd's must be wrapped in "<" and ">".

Using a "<<<CMD" on the end will execute that cmd if nothing matched...ie a case else.

Suh-weet...another script retired...
__________________
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 11-12-2008, 11:50 AM   #26
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
This plugin alone should eliminate a lot of little scipts because it couldn't be done with the std RR cmds.
__________________
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 11-12-2008, 01:16 PM   #27
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
How about a list of available drives on the PC?

In short, I want to completely retire filemanger.exe from my skin as an embedded plugin and the last detail I need is a list of available drives.

The way I have it working now is that I have an AI script get the PC drive info, create a txt file and load that info into a CL list.

I, then take the drive CL info, open a new screen that has a DL and use "SETPATH" to set the dir. From there, I just your filecopy/move cmd and deletefile for...whatever.

__________________
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 11-12-2008, 01:20 PM   #28
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
Format suggestions or where to store the info?
__________________
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 11-12-2008, 01:28 PM   #29
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
Quote: Originally Posted by Blue ZX3 View Post
Format suggestions or where to store the info?

I haven't tried it yet, but maybe an rrl file that acts in a similar way the audio browser display the browse.rrl file?

EDIT: I'm thinking something like "$pluginspath$\RRExtended\drives\browse.rrl"

I figure that loading the first screen, I can set DL list to the path above so that only the drives show.

Ideally, I would prefer to keep the filemanagement stuff in one screen rather than select a drive from a CL list and browse the drive in a DL list.

i.e.
Load;MyComputer.skin

Has:
BXX,...,"FILECOPY"
BXX,...,"FILEMOVE"
BXX,...,"DELETEFILE"

with a:
DL contains
Local Drive [C:]
DVD Drive [D:]
Local Drive [E:]

From there I can browse thru the drives. Copy files from C:\whatever to E:\whatever with a toggling button to get the source path and destination path.

Otherwise, a text file in the plugin's directory would work and I can just create two working skin screens.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2

Last edited by Sal R.; 11-12-2008 at 02:07 PM.
Sal R. is offline   Reply With Quote
Old 11-12-2008, 02:16 PM   #30
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
Will look into that.,,

Another feature in prosess of being added is "RRFob"
__________________
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
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 04:36 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