hi,
i am trying to create a custom http-interface and tried a little bit coding today. wasn't easy to find the help (http://www.videolan.org/doc/play-howto/en/apb.html). got more and more into the code but now got stuck.
<vlc id="set" param1="mfrom" param2="string" /> or
<vlc id="set" param1="mto" param2="int" /> or
<vlc id="rpn" param1="mto mfrom playlist_move" />
are not working (for sure not together like in this example).
no output, nothing, they're only not working. found a workaround for id="set", but don't thing i will find one for "playlist_move" ("playlist_delete", id="value" and others DO work)...
do i need another vlc version? (tried it with 0.8.4a and with 0.8.5-test1-20060325-0000)
i have to use the 2 indices with "playlist_move", or not?
thx 4 help
mfG
SoulCover