I've requested this before, just re-submitting it in case it was forgotten.
Radiotext+ (RT) is a feature in some FM Radio receivers in cars, phones, and media players that allow a station's radiotext string to be converted into a song tag. An example of RT+ is below:

While the image is of an HD Radio station, the metadata shown below is the same.
The radiotext is the same, with some new bits added to the RDS stream to indicate where a song title starts, length, artist name, length, etc. An example of this can be found here:
Code:
<?xml version='1.0' encoding='UTF-8' ?>
<rds>
<group type="0A">
....Normal RDS things.....
</group>
<group type="2A">
<field name="Text_AB" type="bool">false</field>
<field name="RadioText" type="string">Playing: SONG NAME by ARTIST</field>
</group>
<group type="3A">
</group>
<group type="11A">
<field name="ToggleBit" type="bool">false</field>
<field name="RunningBit" type="bool">true</field>
<field name="Type1" type="int">1</field>
<field name="Start1" type="int">9</field>
<field name="Length1" type="int">11</field>
<field name="Type2" type="int">4</field>
<field name="Start2" type="int">20</field>
<field name="Length2" type="int">7</field>
</group>
</rds>
Documentation can be found
here, and
here.
It would be a great feature to have in Stereo Tool. If you get around to implementing it, and need help testing it, let me know.
