Marquee No Longer Works in 2.1.0

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Vhati
Blank Cone
Blank Cone
Posts: 16
Joined: 06 Apr 2011 08:07

Marquee No Longer Works in 2.1.0

Postby Vhati » 07 Nov 2013 17:30

I had previously gotten Marquee working in 2.0.x as described below.

Thread: Tip: How to Marquee in Python (and pitfalls)

But as of 2.1.0, nothing appears when the Python binding tries to show text (re-downloaded vlc.py on 2013-11-06).


Raising the instance's verbosity to 10 yielded no obvious error messages when loading a video.
No messages coincided with attempts to show text.


The lua code I had stopped working as well (modified lua/intf/cli.lua).

Code: Select all

osd_channel = -1 ... --[[ Setup default environment ]] env = { prompt = "> "; width = 70; autocompletion = 1; autoalias = 1; welcome = _("Command Line Interface initialized. Type 'help' for help."); osd_duration = 6; } ... function osd_message(name,client,message) local input = vlc.object.input() if not input or not vlc.object.vout() then return end -- Registration requires a video input. -- But apparently no need to re-register each new input. if osd_channel == -1 then osd_channel = vlc.osd.channel_register() end message = string.gsub(message, "\\n", "\n") vlc.osd.message(message, osd_channel, "bottom", client.env.osd_duration*1000000) end ... commands_ordered = { { "osd_msg"; { func = osd_message; args = "[message]"; help = "show OSD message" } }; ... }

This is ineffective too (I have "media title on video" disabled in prefs).

Code: Select all

vlc -Adummy -vv --sub-source marq --marq-marquee "Hello world!" "demo.mp4"
But this works (with args similar to what failed in Python).

Code: Select all

vlc -Adummy -vv --video-title-show --video-title-timeout 1 --sub-source marq --marq-marquee "Hello world!" "demo.mp4"

Vhati
Blank Cone
Blank Cone
Posts: 16
Joined: 06 Apr 2011 08:07

Re: Marquee No Longer Works in 2.1.0

Postby Vhati » 10 Dec 2013 13:56

Still broken in VLC 2.1.2.

HanZie82
New Cone
New Cone
Posts: 1
Joined: 02 Feb 2014 03:39

Re: Marquee No Longer Works in 2.1.0

Postby HanZie82 » 02 Feb 2014 03:41

Using 2.1.2 and wondering if there will be anything done about this major bug.

I just want to display the title and time contentiously on the video that's playing...

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Marquee No Longer Works in 2.1.0

Postby Jean-Baptiste Kempf » 11 May 2014 13:21

2.2.0 will fixed this bug. You can try tomorrow nightly build.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 7 guests