Search found 9 matches

Go to advanced search

by bll
01 Feb 2017 02:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Issues with DBUS - Onegai
Replies: 3
Views: 4577

Re: VLC Issues with DBUS - Onegai

In case anyone runs into this,
I just tried this and it works:

dbus-send --print-reply --session \
--dest=org.mpris.MediaPlayer2.vlc \
/org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Set \
string:org.mpris.MediaPlayer2.Player string:Rate variant:double:1.3
by bll
27 Apr 2016 18:40
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 3.0.0 lua interface
Replies: 0
Views: 654

VLC 3.0.0 lua interface

Has the lua configuration setting changed in version 3.0? This works in 2.2.2. lua debug: Found lua interface script: C:\Program Files\VideoLAN\VLC\lua\intf\telnet.luac lua debug: Setting config variable: config={telnet=host={'127.0.0.1:4212',password='******'}} lua error: Error while parsing "...
by bll
05 Nov 2014 21:20
Forum: VLC media player Feature Requests
Topic: Add 'rate' to oldrc
Replies: 0
Views: 254

Add 'rate' to oldrc

Since noone is working on getting the telnet/luaintf working on Windows (broken since 2.0.8 ), could the 'rate' command be added to the 'oldrc' interface?
by bll
19 Sep 2014 22:11
Forum: VLC media player for Windows Troubleshooting
Topic: Only oldrc remote control available on windows?
Replies: 5
Views: 807

Re: Only oldrc remote control available on windows?

Since only oldrc seems to work for VLC > 2.0.8, perhaps the 'rate' command could be added to the oldrc interface?
by bll
28 Jan 2014 22:17
Forum: Scripting VLC in lua
Topic: Get elapsed time of a media file...programmatically
Replies: 11
Views: 3820

Re: Get elapsed time of a media file...programmatically

The telnet interface on windows works for versions <= 2.0.8. For versions > 2.0.8, use the oldrc interface (which does not expose the 'rate' command :-(, but everything else works). I have no trouble getting responses to get_length/get_time, but I'm not using VB either.
by bll
29 Sep 2013 23:19
Forum: VLC media player for Windows Troubleshooting
Topic: Windows version check
Replies: 3
Views: 327

Re: Windows version check

I ended up parsing the NEWS.txt file. Its format is fairly regular.
by bll
28 Sep 2013 19:59
Forum: VLC media player for Windows Troubleshooting
Topic: Windows version check
Replies: 3
Views: 327

Windows version check

On windows, vlc --version pops up a window and writes the version text to vlc-help.txt.

Does anyone know how to get the VLC version number for windows without getting the pop-up window?
by bll
27 Sep 2013 20:35
Forum: VLC media player for Windows Troubleshooting
Topic: Windows: Difference between --intf=rc and --intf=rc-quiet
Replies: 2
Views: 490

Re: Windows: Difference between --intf=rc and --intf=rc-quie

Thanks so much for your time and explanation.
--intf=oldrc works on Linux, Windows XP and Windows Vista.
--rc-quiet does not work on Linux, but that's not an issue.
by bll
27 Sep 2013 02:30
Forum: VLC media player for Windows Troubleshooting
Topic: Windows: Difference between --intf=rc and --intf=rc-quiet
Replies: 2
Views: 490

Windows: Difference between --intf=rc and --intf=rc-quiet

Has anyone had issues with --rc=quiet before? I'd like to use the socket without the console window popping up, but when --intf=rc-quiet is specified, it does not even start listening on the socket. This occurs on Windows XP and Vista with both 2.0.8 and 2.1.0. Microsoft Windows XP [Version 5.1.2600...

Go to advanced search