|
 |
|
11-10-2008, 06:33 PM
|
#16
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-11-2008, 01:33 AM
|
#17
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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>"
|
|
|
11-11-2008, 11:09 AM
|
#18
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
I have now added my DayNightEvents Plugin into this as well..
|
|
|
11-11-2008, 12:55 PM
|
#19
|
|
Variable Bitrate
Join Date: Feb 2007
Location: Motor City
Posts: 253
|
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.
|
|
|
11-11-2008, 04:52 PM
|
#20
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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.
|
|
|
11-11-2008, 09:48 PM
|
#21
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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.
|
|
|
11-12-2008, 04:18 AM
|
#22
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Added RRResumer
|
|
|
11-12-2008, 09:52 AM
|
#23
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
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.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-12-2008, 11:11 AM
|
#24
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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.
|
|
|
11-12-2008, 11:46 AM
|
#25
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
Quote: Originally Posted by Blue ZX3 
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
|
|
|
11-12-2008, 11:50 AM
|
#26
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
This plugin alone should eliminate a lot of little scipts because it couldn't be done with the std RR cmds.
|
|
|
11-12-2008, 01:16 PM
|
#27
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
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
|
|
|
11-12-2008, 01:20 PM
|
#28
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Format suggestions or where to store the info?
|
|
|
11-12-2008, 01:28 PM
|
#29
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
Quote: Originally Posted by Blue ZX3 
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.
|
|
|
11-12-2008, 02:16 PM
|
#30
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Will look into that.,,
Another feature in prosess of being added is "RRFob"
|
|
|
|
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 04:36 PM.
| |