Michael1t
01-08-06, 03:55
This took a little bit of work ...
You can telnet to the Z500
Note:Make gsure your USB Stick is plugged into the z500 before starting!
As I hate the Vi linux editor I use wordpad and move the file
with my usb stick ... see below
Note: My Z500 IP Adress is 10.0.0.139 replace this with your
Z500 IP Address can be found under setting Info
Windows User Instructions:
select run and the cmd enter- this will bring up a command window
from the c:> prompt type telnet 10.0.0.139 (press enter)
login: Root
to do a directory type ls -l (press enter)
the Radio stations are stored in the following file/directory
/tmp/settings/WebRadioStations.xml
this is a ASCII file I first copy it so I have a backup before starting:
z500:# ( this is the Linux Prompt like c:>) ( cp is copy command)
z500:# cd /tmp/settings
(this will make a backup version )
cp WebRadioStations.xml WebRadionStations.old
(this will copy the file to sub stick)
cp WebRadioStations.xml /tmp/usb/usb0/part1/WebRadioStations.xml
(press Enter)
Now the file is on the USB Stick
Now you can edit it with Wordpad on you PC.
type exit to logoff telnet
Edit the File and Add your Radio stations...
I will show this in my next post ...
put the stick back in the z500 and go to your pc and telnet in again
telnet 10.0.0.139
login:root
z500:# cd /tmp/settings
z500:# cp /tmp/usb/usb0/part1/WebRadioStations,xml WebRadioStations.xml
exit
Now the radio stations are ready to go ....
If you made a typo the Web radio list will not come up
Lots of trial and error ... By I got it working ...
I will give example in next post ...
Michael T.
You can telnet to the Z500
Note:Make gsure your USB Stick is plugged into the z500 before starting!
As I hate the Vi linux editor I use wordpad and move the file
with my usb stick ... see below
Note: My Z500 IP Adress is 10.0.0.139 replace this with your
Z500 IP Address can be found under setting Info
Windows User Instructions:
select run and the cmd enter- this will bring up a command window
from the c:> prompt type telnet 10.0.0.139 (press enter)
login: Root
to do a directory type ls -l (press enter)
the Radio stations are stored in the following file/directory
/tmp/settings/WebRadioStations.xml
this is a ASCII file I first copy it so I have a backup before starting:
z500:# ( this is the Linux Prompt like c:>) ( cp is copy command)
z500:# cd /tmp/settings
(this will make a backup version )
cp WebRadioStations.xml WebRadionStations.old
(this will copy the file to sub stick)
cp WebRadioStations.xml /tmp/usb/usb0/part1/WebRadioStations.xml
(press Enter)
Now the file is on the USB Stick
Now you can edit it with Wordpad on you PC.
type exit to logoff telnet
Edit the File and Add your Radio stations...
I will show this in my next post ...
put the stick back in the z500 and go to your pc and telnet in again
telnet 10.0.0.139
login:root
z500:# cd /tmp/settings
z500:# cp /tmp/usb/usb0/part1/WebRadioStations,xml WebRadioStations.xml
exit
Now the radio stations are ready to go ....
If you made a typo the Web radio list will not come up
Lots of trial and error ... By I got it working ...
I will give example in next post ...
Michael T.