Hi Folks,
I am working on a Remote control system for VLC using the Telnet interface. The remote control system is not PC-based. Adding and queuing files and the transport functions are no problem so far. The problem is the playlist, especially when the playlist gets large my parsing algorithm sometimes lacks of reliability. The "playlist" command sends the whole playlist, I would prefer commands to get the items step by step, e.g.
playlist_size: amount of items in the playlist
playlist_index[x] index of item x (number used for the "goto" command)
playlist_item [x] title of item x.
Is there a chance to get this done or a workaround for these functions?
Thanks in advance
Crestronfreak55