"My Home Automation Projects"

Sources - Wavefinder

Please also read the Disclaimer

MediaNet - Source Modules - Wavefinder

Purpose: To allow streaming of music from a Psion Wavefinder

The PC to which the Psion Wavefinder is attached requires DAB Bar 1.3a installed

This Source Module is still under development. Mainly there are problems playing back the Wavefinders MP2 stream successfully on MP3 players
Some (like talkSport) work fine, while others (like Radio Solent) are very poor
A method of transcoding the MP2 into MP3 on the fly is being worked on

Please remember to set the Loader.xml and DAB Bar to use the same port!

LOADER.xml

<loader>
    <instance>
        <source module="WAVEFINDER" enabled="n" type="M" title="Wavefinder" />
            set enabled="y" if this source is required. title= can be changed to your preference
        <scan title="Rescan" />
            the title for scanning can be amended here
       
<settings wavefinder="Wavefinder 1" dabbar="192.168.1.50:48100" />
            set a name for your wavefinder and specify the IP:Port that DAB Bar is running on
            you may repeat this line multiple times if you have mutliple wavefinders
        <settings menugui="n" menuext="jpg" itemgui="n" itemext="jpg" />
            set menugui="y" to present a graphical menu for each wavefinder
            name the image the same as the wavefinder name above, and place in same folder
            menuext= is the file type of the images
            set itemgui="y" to present a graphical menu for each stations on a wavefinder
            name the image the same as the item, and place in a sub-folder of the same name
            as the wavefinder name above, itemext= is the file type of the images

        <menus wavefinder="Wavefinder" />
        <titles main="Wavefinder Selection" wavefinder="Wavefinder" />
            the above 2 title lines can be changed to your preference
    </instance>
</loader>