Methode 1 - read from one line
http://www.106acht.de/extapp/playlist/titel.txt
titel=VIVA LA VIDA von COLDPLAY
Search -> titel=
Start1 -> titel=
Stop -> (nothing so take the whole line)
Devider -> von
SWAP -> yes (to get Artist / Song)
---------------------------------------------
Methode 2 - Read from two differnt lines (Start is optional, only first match will be used)
GET http://www.n-joy.de
...
N-JOY Playlist
Charts, neue CDs, Aktionen und Musik-Infos.
...
Search -> span class="playlistlabel">Jetzt:
Start1 -> "artist">
Start2 -> "song">
---------------------------------------------
Methode 3 - One line with no stop character
http://www.antennethueringen.de/titel/at_titel.txt2
a2=Cranberries&a1=Zombie
Start1 -> "artist">
Start2 -> "song">
Stop -> (nothing so take the whole line)
---------------------------------------------
Methode 4 - Read xml
GET http://www.rpr1.de/ext/stream/xml/titel.6.xml
Release Me
5829687
5829687.JPG
5829687_n.JPG
Star in Südafrika
-
Agnes
0
-
http://www.musicload.de/search.ml?stext=Release Me&af_siteid=3752&mode=music
-
http://www.amazon.de/gp/search?ie=UTF8&tag=rpr1de-21&index=blended&linkCode=ur2&camp=1638&creative=6742&keywords=Release Me
-
http://www.eventim.de/cgi-bin/TINFO.DLL?fun=TDETAIL&affiliate=rpr&doc=detaila&key=216497
-
http://www.myvideo.de/Videos_A-Z?searchWord=Release+Me+Agnes
Start1 -> titelinfos/titel/
Start2 -> titelinfos/interpret/
Image -> titelinfos/image/
---------------------------------------------
Methode 5 - Experimental
---------------------------------------------
Methode 10 - use StreamInfos
if the stream contains information use this