Search found 415 matches

Go to advanced search

by erwan10
20 Apr 2015 01:34
Forum: Skins
Topic: Win + Arrow shortcut not working with skins
Replies: 2
Views: 4358

Re: Win + Arrow shortcut not working with skins

These "Windows logo" key combinations interact only with top-level windows. The skins2 windows are no such windows. They are owned by a hidden null-sized window that groups them together for minimizing the whole lot, for having one single icon in the taskbar, ..... As a result, they are no...
by erwan10
11 Nov 2014 19:38
Forum: Skins
Topic: Keyboard controls in skin.
Replies: 1
Views: 3947

Re: Keyboard controls in skin.

Controlling a specific button with the keyboard is not implemented in skins. That said, all keys offered at the vlc core level are intrinsically supported. For instance, the space bar does pause the video. In the current release, key accelerators pertaining to popup menus are not implemented though,...
by erwan10
22 Oct 2014 13:05
Forum: Skins
Topic: SCREEN SIZE
Replies: 1
Views: 4325

Re: SCREEN SIZE

uncheck "Resize interface to video size" in preferences. In order to access this check box, you first need to select "Use native style", check or uncheck it as you wish, then opt for either "native style" or "use custom skin". In other words, the parameter wor...
by erwan10
08 Sep 2014 16:28
Forum: Skins
Topic: How To Start An Animated Bitmap
Replies: 12
Views: 7241

Re: How To Start An Animated Bitmap

The backport to vlc-2-2 actually already occurred :-).

So it is fixed for both vlc-3.0 (the dev version, no release date) and vlc-2.2 (the next release that should be rolled out soon). Both versions can be dowloaded as nightly builds for testing purpose.
by erwan10
04 Sep 2014 14:46
Forum: Skins
Topic: How To Start An Animated Bitmap
Replies: 12
Views: 7241

Re: How To Start An Animated Bitmap

Thanks for reporting these issues. The test case proved very useful ! A new nightly build (http://nightlies.videolan.org/build/) should be available as soon as tomorrow. Please, use the vlc3.0.0 branch. Any additional tests are very welcomed to ensure everything got fixed properly. The test case was...
by erwan10
02 Sep 2014 15:04
Forum: Skins
Topic: How To Start An Animated Bitmap
Replies: 12
Views: 7241

Re: How To Start An Animated Bitmap

It may be a bug. If so, please fill in a bug report (https://trac.videolan.org/vlc) and attach a .vlt file as a test case to demonstrate this flash issue. I will then have a look at it and fix it if needed.
by erwan10
29 Aug 2014 23:45
Forum: Skins
Topic: How To Start An Animated Bitmap
Replies: 12
Views: 7241

Re: How To Start An Animated Bitmap

Actually, I had not realized you were using an Image tag. Animated images do work only with Button or Checkbox tags. It is not implemented with the Image tag as weird as it may seem ! This is how it was designed long ago, and it should not be a problem since a button with no action is actually equiv...
by erwan10
29 Aug 2014 14:36
Forum: Skins
Topic: How To Start An Animated Bitmap
Replies: 12
Views: 7241

Re: How To Start An Animated Bitmap

Please, set verbosity to 2 and check the logs. Chances are that you have warnings such as : [091494e0] skins2 interface warning: drawBitmap: source rect too small, ignoring [091494e0] skins2 interface warning: sub-bitmap Layout2_Animation_Open ignored [091494e0] skins2 interface warning: drawBitmap:...
by erwan10
25 Jul 2014 15:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Broken build when cross-compiling for Windows 32 bits
Replies: 8
Views: 2881

Re: Broken build when cross-compiling for Windows 32 bits

For some time, I have also met these problems when cross compiling the latest git for Windows from Ubuntu14.04. Here are the two patches I use as a workaround diff --git a/configure.ac b/configure.ac index b847f57..d149698 100644 --- a/configure.ac +++ b/configure.ac @@ -392,6 +392,7 @@ AS_IF([test ...
by erwan10
13 Jul 2014 14:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: saving playlist not possible in minimal/skin mode?
Replies: 1
Views: 511

Re: saving playlist not possible in minimal/skin mode?

Till now, the skins2 interface was not supporting Qt key accelerators. Yet, that will be fixed in a future release. (probably not the one about to be released, but the next major release)
by erwan10
27 Jun 2014 22:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Ubuntu 14.04 and Custom Skin
Replies: 9
Views: 4726

Re: VLC Ubuntu 14.04 and Custom Skin

Good news, the fix for the libtar bug mentioned in this thread has been backported to Ubuntu 14.04 and the like.

Just upgrade your OS (sudo apt-get update; sudo apt-get upgrade) and 'vlc -I skins' will no longer crash at startup.
by erwan10
18 May 2014 20:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Ubuntu 14.04 and Custom Skin
Replies: 9
Views: 4726

Re: VLC Ubuntu 14.04 and Custom Skin

This is a known bug in libtar (libtar0 version 1.2.20-3) shipped by Ubuntu14.04. A fix already exists (1.2.20-4), but it is not yet backported to Ubuntu 14.04. The bug is reported. So hopefully, this should be fixed some time soon. As far as vlc is concerned, the bug only affects the skins2 interfac...
by erwan10
14 May 2014 01:11
Forum: Skins
Topic: Objects above video
Replies: 2
Views: 1851

Re: Objects above video

In fullscreen mode, the fullscreen controller does it already, right ?

In windowed mode, overlaying skins2 objects on top of a video has not been possible so far.
by erwan10
14 May 2014 00:16
Forum: Skins
Topic: Skin resizing
Replies: 4
Views: 12203

Re: Skin resizing

The skins2 resizing mechanism was designed this way a long long time ago. Changing it now is not trivial at all. Actually, this usually gets annoying when a video is too big and the window gets enlarged far beyond the limit of the screen, making it impossible to grab the bottom-right handle for resi...
by erwan10
03 May 2014 14:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Ubuntu 14.04 and Custom Skin
Replies: 9
Views: 4726

Re: VLC Ubuntu 14.04 and Custom Skin

Question, do you use virtualbox ? Actually, I did have the same problem after upgrading from Ubuntu 13.10 to Ubuntu14.04 using virtualbox4.3.10. The faulty library where crash occurs is libtar that vlc uses to open up a skin. This issue seems to be specific to Ubuntu 14.04.Tests with older Ubuntus a...
by erwan10
13 Feb 2014 10:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to zoom in a few pixels using command line, please?
Replies: 3
Views: 1428

Re: How to zoom in a few pixels using command line, please?

alt-o and alt-shift-o scales up or down with a 10% step.

At the command line, you need to switch automatic scaling off (--no-autoscale) and then provide a scale factor (e.g --scale .5 or --scale 1.5).
by erwan10
24 Jan 2014 14:36
Forum: VLC media player for Windows Troubleshooting
Topic: Drag and Drop Subtitle
Replies: 3
Views: 684

Re: Drag and Drop Subtitle

This feature is not implemented in vlc2.1. In the next version (vlc2.2), this feature will be available. Nightly builds are already available for those who wish to test it.
by erwan10
04 Jan 2014 15:52
Forum: Skins
Topic: Skin packaging script and extraction script
Replies: 3
Views: 2410

Re: Skin packaging script

thanks a lot on behalf of all Windows skins2 developpers ! Both zip and .tar.gz formats are equally okay. The former may be more prevalent with MS Windows, whereas the latter is more prevalent with Linux. But, both work fine on both platforms. Yet, if you plan on supporting both platforms, make sure...
by erwan10
02 Jan 2014 23:22
Forum: Skins
Topic: Expanding slider
Replies: 9
Views: 2866

Re: Expanding slider

xoffset is not an element of the <Image> tag. It can only be passed via a <Panel> tag. Anyway, here is an example of a slider that spans the whole screen dynamically (whatever the screen resolution). It was extracted from a skin that was posted a while ago on this forum. http://www.mirari.fr/1qq5 . ...
by erwan10
02 Jan 2014 13:20
Forum: Skins
Topic: Expanding slider
Replies: 9
Views: 2866

Re: Expanding slider

position, xmargin, ymargin, xoffset and yoffset parameters are available only for a limited set of tags. The <Image> tags doesn't support them. For tags not directly supporting them, an additional <Panel> tag can be used as an enclosure. Also, don't mix up things. Either you use (position, xmargin, ...
by erwan10
31 Dec 2013 12:03
Forum: Skins
Topic: Expanding slider
Replies: 9
Views: 2866

Re: Expanding slider

Well, the best way to debug it is to ensure the slider is rendered fine in its basic description (forget about width="100%"). Then, when the slider is ok, add this width="100%" to make everything expand horizontally. Also, beware of x in the Slider description. If you want to ful...
by erwan10
31 Dec 2013 00:43
Forum: Skins
Topic: Expanding slider
Replies: 9
Views: 2866

Re: Expanding slider

First, layout has to fill up the screen. For instance, <Layout id=... width="100%" ...> means to fill up the screen horizontally. Second, the slider has to be resizeable. Yours is ok in that matter with lefttop="lefttop" rightbottom="righttop". Third, the slider has to ...
by erwan10
17 Oct 2013 22:56
Forum: Skins
Topic: VLC - Windows 8 Metro Concept
Replies: 12
Views: 20497

Re: VLC - Windows 8 Metro Concept

So far, dropping subtitles on-the-fly was not implemented in the skins2 interface. A patch has just been committed to remedy this issue. You should get it in the next version.
by erwan10
18 Jul 2013 13:36
Forum: Skins
Topic: Password reset with VLC media player skinned
Replies: 1
Views: 3069

Re: Password reset with VLC media player skinned

Are you sure you're testing the same stream with the default interface (Qt) and the skinned interface (skins2) ?
To my knowledge, this user/password dialog box is not managed at the interface level. All interfaces should work the same way.
by erwan10
16 Jul 2013 14:26
Forum: Skins
Topic: MinimalX - Preview + Questions
Replies: 19
Views: 7526

Re: MinimalX - Preview + Questions

Thanks for the skin. I fixed two things : - a misspelt id (obviously, a "Mainwindow" should be "MainWindow") - ColorWindow and VolumeWindow initial position (so that they are automatically positioned as soon as the first use or after a reset of config) The corrected .vlt file can...

Go to advanced search