Search found 139 matches

Go to advanced search

by AsMaX
09 Apr 2006 18:49
Forum: Skins
Topic: How to add a song in playlist in skins 2 without playing it?
Replies: 3
Views: 3422

Really ? Which version of vlc are you using ? This is supposed to work...
by AsMaX
08 Apr 2006 12:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I cant streaming sound
Replies: 5
Views: 1407

when i try to build VLC from de sources, (./configure) teh sistem say that it can find libmad.
Then you have to install libmad development package first ...
by AsMaX
02 Apr 2006 20:23
Forum: Skins
Topic: VistaMP Inspirat - Skin nearly finished
Replies: 32
Views: 27681

Hi,
I've just talked of that with Ipkiss today, and it seems the code to do that is already present, but is not activated because it was quite slow and leading to strange side effects. Maybe we'll give it another try.
Nice skin anyway! By the way what is the visualization plugin you are using?
by AsMaX
01 Apr 2006 21:00
Forum: Skins
Topic: Problem with Skin2 mode...
Replies: 20
Views: 14893

Are you using VLC 0.8.5 ? If not, your problem is not a bug in the skins, it's just that they use some new features of VLC.
by AsMaX
01 Apr 2006 15:01
Forum: Skins
Topic: Need help to translate a skin into french
Replies: 5
Views: 3475

OK... accents *are* allowed, but you have to encode the XML file in UTF-8, and not ISO-8859-1 as you did. Just try to edit your xml with an UTF8 compatible editor. But if you removed accents you should not have this error any more, there must be something else...
by AsMaX
01 Apr 2006 14:53
Forum: Skins
Topic: Download skins page on videolan.org
Replies: 31
Views: 28613

Maybe it is enough, but when you see that only 12 skins have been submitted in 2 years, there is a problem somewhere...
Apart from the fact there is no real tutorial yet, I cannot believe that only 11 people in the world were able to create a skin ! :wink:
by AsMaX
01 Apr 2006 14:35
Forum: Skins
Topic: VistaMP Inspirat - Skin nearly finished
Replies: 32
Views: 27681

You have to use small caps file names it seems if you use zip compression (see AsMaX' post in other thread)
by AsMaX
01 Apr 2006 13:05
Forum: Skins
Topic: Need help to translate a skin into french
Replies: 5
Views: 3475

hi,
you should see some errors in the logs (run vlc with "--extraintf logger" option or look at Miscellaneous>Messages in the popup menu)
by AsMaX
31 Mar 2006 21:35
Forum: Skins
Topic: Download skins page on videolan.org
Replies: 31
Views: 28613

Great!!
Now the only missing thing is a user-friendly submission system ;)
by AsMaX
31 Mar 2006 21:33
Forum: Skins
Topic: iPod Skin [Finished]
Replies: 11
Views: 6646

Hmm the problem is that when a skin is compressed in zip format, the file names are converted to lower case when extracted (I did that to solve issues with winamp2 skins). But as you wrote "iPod.png" and not "ipod.png" in theme.xml, the file cannot be found on linux as the file s...
by AsMaX
31 Mar 2006 21:09
Forum: Skins
Topic: How do I Display kbps and kHZ in a Skin?
Replies: 4
Views: 4191

Hi,
indeed the "kbps" and "kHz" are not supposed to work, they are just here to look like the original xmms skin ;)
Maybe I'll implement that one day if I find a way to do it...
by AsMaX
27 Mar 2006 19:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problème durant l'installation des sources de VLC et autres
Replies: 4
Views: 1944

Salut, lorsque je decompresse vlc 0.8.4a ..je le configure : pas de problème ... et là, lorsque je veux faire le make : make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. J'ai quelques doutes sur le "pas de problème" puisque le but de configure est de créer les Mak...
by AsMaX
25 Mar 2006 17:53
Forum: Skins
Topic: vlc.isVideo...?
Replies: 3
Views: 2928

Hi,
I've just added such a variable: it is "vlc.hasVout".
I guess it will please Xanax too ;)
by AsMaX
25 Mar 2006 17:37
Forum: Skins
Topic: Problems with my skin.
Replies: 5
Views: 3744

This should be fixed now. Please check the next build.
by AsMaX
25 Mar 2006 13:04
Forum: Skins
Topic: no declaration for attribute nbframes of element Bitmap
Replies: 5
Views: 3503

Ahaaa... actually animated bitmaps are only supported for Buttons and Checkboxes, not yet Images. But at the moment you can emulate an image with a button with no action...
by AsMaX
25 Mar 2006 12:26
Forum: Skins
Topic: no declaration for attribute nbframes of element Bitmap
Replies: 5
Views: 3503

Ok, meanwhile you can still use "nbFrames" instead of "nbframes"
by AsMaX
25 Mar 2006 12:22
Forum: Skins
Topic: iPod Skin [Finished]
Replies: 11
Views: 6646

Hi, there are many errors in your XML, as you can easily see if you try to open it with a web browser for instance. - line 32: a " is missing after "#FF00FF - line 39: the line ends with '/>' instead of '>' - line 54: the "id" attribute is missing - line 60: the line ends with '/...
by AsMaX
25 Mar 2006 12:02
Forum: Skins
Topic: no declaration for attribute nbframes of element Bitmap
Replies: 5
Views: 3503

ooops the documentation is wrong, the attribute is "nbFrames", not "nbframes" ! But as this is inconsistent with other attributes, which are all in lower case, I ve just fixed that in the code, so in the next test release / nightly build it will be "nbframes" as it shou...
by AsMaX
21 Mar 2006 20:13
Forum: Skins
Topic: Problems with my skin.
Replies: 5
Views: 3744

Ok I reproduced that on linux too... it is a bug in the skins module, due to the fact you are using " not vlc_video.isVisible" as a bool variable. Before the proper fix in vlc, a workaround is to swap your checkbox states to use "vlc_video.isVisible" instead (and the same for vlc...
by AsMaX
20 Mar 2006 22:15
Forum: Skins
Topic: Problems with my skin.
Replies: 5
Views: 3744

Hi,
where can we find this skin ? Do you have the same problem if you quit with "Ctrl+Q" shortcut for instance ?
by AsMaX
20 Mar 2006 22:12
Forum: Skins
Topic: skin in progress : Navaga
Replies: 42
Views: 28697

When you make a skin for VLC does it always have to be in 2 parts? One controls window and one video window? Of course not, the skin engine has been made so that you can do anything you want ;) BTW you have examples of one-window skins on the (small) skins download page: http://www.videolan.org/vlc...
by AsMaX
06 Mar 2006 19:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VideoLan and *nix
Replies: 1
Views: 863

Hi,
all major linux distributions are supposed to include VLC ;) Which one are you using ?
by AsMaX
05 Mar 2006 18:57
Forum: Skins
Topic: My first VLC skin. Stainless
Replies: 12
Views: 9111

Re: My first VLC skin. Stainless

Sure current rendering works for both Linux and Windows. But doesn't Linux also have its own text rendering system? Shouldn't that be used? It wouldn't be hard to send a question to the system and ask; Hey!, what OS is this? And use the system text rendering. Yes, Linux also have its text rendering...
by AsMaX
05 Mar 2006 10:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libdvdcss issue on SuSE 10.0 X86_64
Replies: 1
Views: 1065

Hi, I guess you at least installed libdvdcss ? ;) When you open an encrypted DVD, libdvdread tries to load the shared library "libdvdcss.so.2", which must be installed in the standard location of shared libraries (i.e /lib, /usr/lib, /lib64, ..., or a directory listed in /etc/ld.so.conf or...
by AsMaX
05 Mar 2006 10:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: UPnP in vlc player 0.8.2
Replies: 4
Views: 2956

Hi,
as you can see in http://developers.videolan.org/vlc/NEWS this has been added in VLC 0.8.4

Go to advanced search