Added RRResumer
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.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Added RRResumer
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
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 / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
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.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
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.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
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 / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
Format suggestions or where to store the info?
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
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 / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
Will look into that.,,
Another feature in prosess of being added is "RRFob"
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Bookmarks