RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

Adding additional options to mrl #10

Closed nikhatzi closed 10 years ago

nikhatzi commented 10 years ago

Hello and thank you for the wonderful work on QmlVlc. I use qmlvlc to create a qml application that plays dvb television. The problem is that when i try to append the "program" option into the mrl, it doesn't work. vlcPlayer just defaults to the first channel of the same frequency.

I tried both ":program=int" and "--program=int" parameter in the mrl, but the result was the same.

Thank you for your time, and thank you for QmlVlc.

RSATom commented 10 years ago

Accepted, thanks for report.

RSATom commented 10 years ago

added with 52a547dae818a5f369ec256a8416b3ef5f65beb2 Check please.

nikhatzi commented 10 years ago

At last! This patch saved my life! I can push the xml items from the playlist to the vlcPlayer playlist with your function, and now i can browse through programs. Thank you very much! :)

RSATom commented 10 years ago

You are welcome! If you meet other problems, don't hesitate create issue.