When I execute vlc in Linux (Ubuntu 6.10, compiled myself from source with VLC 0.8.6) as
vlc tivo://[myIP]/plist
It opens my playlist, starts listing shows, and then when it hits the end of the list starts loading them again. The second and all subsequent loads don't show up on the playlist, but it does keep repeating the load ad infinitum until I click Stop.
Beyond this, if I click on any item in the Playlist, instead of loading
tivo://[myIP]/[FSID]
it loads
tivo/ty://[myIP]/FSID
Which generates errors, as apparently the modules don't know how to load it as "tivo/ty".
On the other hand, if I directly load from the command line
vlc tivo://[myIP]/[FSID]
or "Open a File" as
tivo://[myIP]/[FSID]
it works flawlessly.
So this seems to be just a problem with the Playlist and its interaction with Vstream/TY.c. Any ideas? I don't have this behavior in Windows, but there I'm running 0.8.5a, so this might be something new.