Holly CR/\P its February already!!
Download HERE
Not much here, a tweak or two...
Some Highlights:
- NetRadioArt
- Skincommand; "RESTORE" restores RR window (from minimized)
- Winamp Player Play list file name option; "*.extinfo.m3u" or "*.extinfo.m3u8"
History:
Code:LEGEND:
- = Removed
+ = Added
* = Changed
! = Major code change
# = Bug fix
^ = Note
1/29/2011
------------------------------------------------------------------------
+ Winamp Player Play list file name option; "*.extinfo.m3u" or "*.extinfo.m3u8"
If the file name of the play list loaded into RR ends like above, its
passed directly to winamp, vs RRs existing method. Therefore all paths
to audio files must be correct or they will not play. Best used for URL type
play lists.
1/21/2011
------------------------------------------------------------------------
+ When playing a URL (Net Radio), Albumart will attempt to use:
"NetRadio_xxx.xxx.xxx.xxx" where xxx.xxx.xxx.xxx is the IP/URL.
Using .png or .jpg or .gif as extension.
NOTE: : and / are translated to .
examples: http://82.201.100.23/Radio538 becomes "NetRadio_82.201.100.23.Radio538"
http://216.155.137.150:8000 becomes "NetRadio_216.155.137.150.8000"
when a URL image file is not found, the albumart will default to:
"NetRadio.png" (remember, .jpg allowed too).
These images are stored in the folder: "NetRadioArt" (from RR ROOT)
1/19/2011
------------------------------------------------------------------------
* Minor tweak to Silabs radio, TA signal must be valid for 1 second before ONRDSTASTART is fired.
* Minor tweak to HD Radio, since no stereo indicator is provided by tuner, its faked if Signal Level > 50%.
01/11/2011
------------------------------------------------------------------------
* Desktop Composition is disabled by default on Windows 7, setting, if existing install
you might want to consider setting it to false in rr.ini (DisableDC=false)
# Added proper Activation focus back to skin when dimmer is activated
+ "MediaCarExecTBL.ini" this file is read in with global Exectbl.ini to add
some commands that the OLD mediacar front end supported, and are obsolete in RR, while
these commands could have been added to existing ExecTBL.ini at anytime by anyone
they are all now in this file.
01/04/2011
-----------------------------------------------------------------------------
+ Skincommand; "RESTORE" restores RR window (from minimized)

