Search found 415 matches

Go to advanced search

by erwan10
31 Mar 2013 21:52
Forum: Skins
Topic: Useing Winamp classic skins for VLC
Replies: 9
Views: 6754

Re: Useing Winamp classic skins for VLC

I noticed the default image decoder sometimes has problem decoding bmp files. That has to be investigated. On Linux, the alternative sdl_image decoder does the job. As a workaround, launch : vlc -I skins --codec sdl_image at the command line and these winamp2 skins then work very fine. On Windows, n...
by erwan10
30 Mar 2013 20:33
Forum: Skins
Topic: Display Artiste/Title with audio stream
Replies: 11
Views: 9401

Re: Display Artiste/Title with audio stream

Well, as a second thought, I changed my mind ! It is actually not a bad idea to connect the $N text variable that all skins developers use to the --input-title-format parameter. What used to be a hardcoded algorithm is now something that end users can configure. This means skins will now show artist...
by erwan10
30 Mar 2013 17:30
Forum: Skins
Topic: Display Artiste/Title with audio stream
Replies: 11
Views: 9401

Re: Display Artiste/Title with audio stream

After some inquiry, that's right. The short answer is no way. So far, it's not possible to show this artist + title thing in a skin. The long answer is : the skins2 engine doesn't use the input-title-format parameter that gives final users a way to format the qt4 main window title according to their...
by erwan10
30 Mar 2013 14:20
Forum: VLC media player for Windows Troubleshooting
Topic: I cant change skins,got error
Replies: 10
Views: 507

Re: I cant change skins,got error

I've just installed and tested vlc2.0.5 on Win7. Everything works fine with regard to changing skins. I suspect your installation got corrupted somehow. I would suggest you clean it up and then reinstall vlc and see if the problem persists.
by erwan10
29 Mar 2013 23:18
Forum: VLC media player for Windows Troubleshooting
Topic: I cant change skins,got error
Replies: 10
Views: 507

Re: I cant change skins,got error

Is that one specific skin that causes vlc to crash ? If so, can you share the .vlt file ? Changing skin doesn't usually cause problems, but a given skin might be buggy !
by erwan10
29 Mar 2013 23:13
Forum: Skins
Topic: Display Artiste/Title with audio stream
Replies: 11
Views: 9401

Re: Display Artiste/Title with audio stream

Yes, only the dev branch (aka vlc2.1.0) was fixed, and the fix was not backported to the vlc2.0.6 branch
So far, the latest nighly build can be found at http://nightlies.videolan.org/build/win ... 0329-0009/
by erwan10
11 Mar 2013 21:26
Forum: Skins
Topic: Display Artiste/Title with audio stream
Replies: 11
Views: 9401

Re: Display Artiste/Title with audio stream

This issue was raised a couple of weeks ago. A fix was applied in the dev branch. You can test a recent nightly build (http://nightlies.videolan.org/build/). It should now work as you expect it to work.
by erwan10
21 Feb 2013 21:02
Forum: Skins
Topic: Question about functions while in Skin mode
Replies: 2
Views: 1538

Re: Question about functions while in Skin mode

Qt Key accelerators don't work in skinned mode. This is a skins2 limitation. In skinned mode, saving a playlist is done with the "playlist.save()' function (see http://www.videolan.org/vlc/skins2-create.html documentation). Usually skin developpers implement it as a push button. The LCARSx32.vl...
by erwan10
13 Feb 2013 20:45
Forum: Skins
Topic: Playlist view in vlc custom skin
Replies: 9
Views: 2827

Re: Playlist view in vlc custom skin

I would wait a bit, because some work is being done on the audio. Nightly builds are not expected to be in full working order.
by erwan10
11 Feb 2013 17:57
Forum: Skins
Topic: Skin Does not Display Title of RTP Streams in the Title Bar
Replies: 2
Views: 1433

Re: Skin Does not Display Title of RTP Streams in the Title

Yes, this issue is related to the previous post on this forum (viewtopic.php?f=15&t=108287)
I just tried to fix it . You should be able to test this fix with tomorrow's nightly build. If you still see problems with this upcoming fix, please report them.
by erwan10
09 Feb 2013 09:45
Forum: Skins
Topic: Playlist view in vlc custom skin
Replies: 9
Views: 2827

Re: Playlist view in vlc custom skin

The skins2 engine uses a way of setting names that is different from the qt4 interface. That's hardcoded and I guess unfortunate. I just committed a patch to remedy this discrepancy. You should be able to get this fixed in a nightly build starting from tomorrow. If you still see other such issues th...
by erwan10
06 Feb 2013 19:33
Forum: Skins
Topic: Questions [Cover / Popup / Variables]
Replies: 14
Views: 4891

Re: Questions [Cover / Popup / Variables]

I just tested them.. I like them Just one thing, don't forget to check the logs since it helps debug a skin. Yours have got several errors. There are a few occurrences of "Mainwindow" that should obviously be "MainWindow" (It is case sensitve), and a missinfg main_coverart.png fi...
by erwan10
02 Feb 2013 18:05
Forum: Released Skins
Topic: ClearView VLC
Replies: 7
Views: 28578

Re: ClearView VLC

I does work now, and it is indeed a nice skin.
by erwan10
02 Feb 2013 17:32
Forum: Released Skins
Topic: ClearView VLC
Replies: 7
Views: 28578

Re: ClearView VLC

it looks real nice ..... but, the link to the .vlt file seems broken ...

the error says : Download permission denied by uploader. (0b67c2f5)
by erwan10
29 Jan 2013 16:11
Forum: Skins
Topic: Questions [Cover / Popup / Variables]
Replies: 14
Views: 4891

Re: Questions [Cover / Popup / Variables]

Yes, the skins2 engine supports geographical placement. You can create a window and tell this window to be placed at the SouthEast of the display (see the position, x-margin, y-margin, x-offset, y-offset parameters at http://www.videolan.org/vlc/skins2-create.html ) But, .... I don't think the skins...
by erwan10
28 Jan 2013 18:47
Forum: Skins
Topic: Questions [Cover / Popup / Variables]
Replies: 14
Views: 4891

Re: Questions [Cover / Popup / Variables]

The problem comes from the VLC skins editor that failed to format the theme.xml well.
Can't you fix it?
Do I have access to the source code ? just email me how to access it and hopefully I'll fix the issue.
by erwan10
28 Jan 2013 00:25
Forum: Skins
Topic: Questions [Cover / Popup / Variables]
Replies: 14
Views: 4891

Re: Questions [Cover / Popup / Variables]

Ok, the skin you provided does have a problem. The problem comes from the VLC skins editor that failed to format the theme.xml well. One space must be added just before art="true" (see the faulty line from theme.xml here below) .... As it stands right now, the theme.xml file is not xml-com...
by erwan10
27 Jan 2013 18:27
Forum: Skins
Topic: Questions [Cover / Popup / Variables]
Replies: 14
Views: 4891

Re: Questions [Cover / Popup / Variables]

Hi and thanks for reporting these skins2 issues. A few things : - Art display has been misfunctioning in latest vlc (nightly builds). This should be remedied with nightly builds starting from tomorrow on. - As a test case, I downloaded the MetroX_Cyan skin from your original website and altered it i...
by erwan10
08 Jan 2013 15:40
Forum: Development around libVLC
Topic: How to switch NSView on the fly?
Replies: 3
Views: 984

Re: How to switch NSView on the fly?

Actually, the solution is at the application level. The winid you pass to libvlc cannot be changed while playing, but reparenting this winid to another visual object can be done on the fly whatever the OS. The only issue is that you may need to use platform dependent features of Qt4.
by erwan10
21 Dec 2012 10:39
Forum: Skins
Topic: Why do fullscreen controls not work with themes?
Replies: 4
Views: 9935

Re: Why do fullscreen controls not work with themes?

The skins2 engine has been offering the possibility to design a skinable fullscreen controller for some time. By default, there is no fullscreen controller in skin mode. Most likely, the skins you mention don't provide this feature, because they were designed long ago. It's just a matter of somebody...
by erwan10
26 Nov 2012 14:28
Forum: Development around libVLC
Topic: Multi-view Pixel Arrangement Plug-in
Replies: 15
Views: 2252

Re: Multi-view Pixel Arrangement Plug-in

Be more specific about the config and the test you're running (OS, versions, ....) ? If you just say "it crashes", the only possible answer is "it can be a zillion things !"
by erwan10
24 Nov 2012 14:47
Forum: Development around libVLC
Topic: Multi-view Pixel Arrangement Plug-in
Replies: 15
Views: 2252

Re: Multi-view Pixel Arrangement Plug-in

Well, what the 'modules/video_output/opengl.c ' file does has got very much similarity with what you seek to do : - picture_t are received periodically together with subpicture_t (first for preparation then for real display) - the final picture composition is carried out with the picture as backgrou...
by erwan10
23 Nov 2012 13:28
Forum: Development around libVLC
Topic: Multi-view Pixel Arrangement Plug-in
Replies: 15
Views: 2252

Re: Multi-view Pixel Arrangement Plug-in

My two cents ..... Why not write a specific Opengl shader at the GPU level ? In other words, you let vlc load the picture as a GL texture as it already does when using Opengl. Then, you adapt this vlc video output at the 'prepare' level to suit your needs (see modules/video_output/opengl.c). Part of...
by erwan10
15 Nov 2012 11:21
Forum: Skins
Topic: 3 Questions about Skins v2.0
Replies: 2
Views: 1657

Re: 3 Questions about Skins v2.0

question #1 : As a skins2 designer, you're the artist and what you've got is a blank page ..... I know, it's frightening, a blank page ! In other words, there is no such list of ids, because nothing is predefined. It is up to you to define as many windows, panels, buttons, sliders, playtrees, .... a...

Go to advanced search