Commit Graph

768 Commits

Author SHA1 Message Date
Ilkka Ollakka
5661954c35 lua: fix fuzzy musicbrainz search and use " " around title/artists 2010-06-30 20:49:15 +03:00
Ilkka Ollakka
91e56a1ea8 lua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens
Not sure if I remembered to do all the checks needed for errors, but
works for me ok.
2010-06-22 22:42:00 +03:00
Ilkka Ollakka
e352b7d597 add sd for katsomo.fi
Not added to makefiles, as katsomo.fi hasn't responded yet.
2010-06-22 22:41:38 +03:00
Ilkka Ollakka
324d2591c8 update katsomo lua-script
uses vlc.strings.iconv to get correct encoding
2010-06-22 22:41:33 +03:00
Christophe Mutricy
d1b5547ce1 Drop the icons resolution from their name
The less acrobatic way
2010-06-14 23:33:38 +01:00
Christophe Mutricy
2b727d1601 Revert "Drop the icons resolution from its name when installing"
This reverts commit c5329659d4.
2010-06-14 23:07:32 +01:00
Christophe Mutricy
c5329659d4 Drop the icons resolution from its name when installing 2010-06-14 21:53:27 +01:00
Ilkka Ollakka
0023f19d8a youtube.lua: decode uri/xml-chars on name 2010-06-13 23:18:52 +03:00
Pierre Ynard
2c7bfe8001 lua: distribute extensions and missing playlist scripts
Also sort the scripts by file name...
2010-06-08 11:03:58 +02:00
Jean-Philippe André
89dbfd7826 Lua: Allocine, grow buffer up to 500k
This seems a lot, but 65k definitively ain't enough for some
movies.
2010-06-06 18:55:36 +08:00
Ilkka Ollakka
c3d9660061 appletrailers: fix location finding 2010-06-06 12:20:42 +03:00
Confused Vorlon
eb2becab3f Add version to footer alongside the copyright message
(as with old http interface). Also added '-Lua Web Interface-'.

Adding the '-Lua Web Interface-' will give an easy way for applications to tell whether they are dealing with the old or new interfaces. The commands are somewhat different, so this is important.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-05 16:22:28 +03:00
Jean-Philippe André
a1ad237835 Lua: update Allociné script & remove debug 2010-06-05 17:06:54 +08:00
Rémi Denis-Courmont
a7c0e2a065 Typos 2010-06-05 11:10:50 +03:00
Pierre Ynard
db60e23c08 youtube.lua: remove old broken break
We don't want that anymore anyway
2010-06-04 19:10:11 +02:00
Pierre Ynard
f18b314bd2 youtube.lua: support WebM formats
We parse the additional HTML5 section too, the only place where the
WebM formats are listed. If the URL contains "&html5=True", the WebM
formats are preferred, when available.
2010-06-04 18:51:09 +02:00
Pierre Ynard
09b6b8e32f youtube.lua: fetch HD videos when available by default
This also saves one HTTP redirect
2010-06-04 16:19:14 +02:00
Jean-Philippe André
aefd2599e0 Lua: new script Allocine (France)
This extension is in French only.
A german version may appear soon.
2010-06-03 03:22:25 +08:00
Jean-Philippe André
ac07c98252 imdb.lua: Redesign, fix some bugs 2010-06-03 03:18:03 +08:00
Christian Masus
79fc052223 Http interface VLC_OBJECT_VLC has been replaced by VLC_OBJECT_LIBVLC.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
2010-06-02 18:30:34 +02:00
Rémi Duraffort
71a9a90cea LuaHttp: Fix #3628 (update the sout mrl). 2010-05-30 17:11:40 +02:00
Rémi Denis-Courmont
3d37be4f70 HTTP: add LibVLC version to User-Agent correctly 2010-05-29 19:08:23 +03:00
Ilkka Ollakka
8e82d024ca appletrailers: fix arturl, seems that appletrailers-page changed littlebit 2010-05-27 20:45:22 +03:00
Pierre Ynard
865a279f05 lua: update youtube script to support "html5=True" URLs
Sorry for last commit which was a little retarded
2010-05-26 19:46:45 +02:00
Jean-Baptiste Kempf
2f35df86dc Add the m2pt mimetype to vlc.desktop
Close #3485
2010-05-24 00:29:57 +02:00
Mihkel
e27e4a217e Improve Estonian comment
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-23 22:37:02 +01:00
Ilkka Ollakka
fc5f04d8f6 youtube.lua: add demux=avformat,ffmpeg for options
This should help watching mp4-videos (&fmt=18 and 22 or something like that)
from youtube. ffmpeg for fallback for windows. Not idea about OS X side.
2010-05-23 12:05:42 +03:00
Ilkka Ollakka
4596b63aaa appletrailers: add ffmpeg-fallback to demuxer
This should fix usage on windows.
2010-05-22 10:58:01 +03:00
Ilkka Ollakka
da2d11062f appletrailers: remove unneeded debug 2010-05-21 14:31:18 +03:00
Ilkka Ollakka
f55454623e remove unneeded appletrailers_iphone.lua 2010-05-21 14:07:06 +03:00
Ilkka Ollakka
e78e5ad187 appletrailers sd: rewrite
Don't use the iphone-trick, but instead parse the playlist-file and add
all the video-types on one run. Seems that when adding nodes on lua sd plugin,
theres some flickering.
2010-05-21 14:01:20 +03:00
Michał Trzebiatowski
cc4995b9a1 Small correction
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-20 20:12:12 +01:00
Erwan Tulou
3e8f184d56 skins2: add support for art in default skin
This patch implements art display in the default skin, in the same way as it is
implemented in qt4 interface, namely if no video is available, art is displayed in lieu of video.
2010-05-18 22:13:15 +02:00
Erwan Tulou
0530638a50 skins2: implement art display in image controls
This patch gives skins developpers the possibility to display the art file
 associated to the current input in an image control.

It features the following :
    - a new 'art' boolean parameter is added for the Image control (skin.dtd)
    - when set to true, the skin engine will reuse this control to display
      the current art file
    - in addition to 'scale' and 'mosaic', the resize parameter can now accept
      a new 'scale2' value, that respects the original aspect ratio of art files
2010-05-18 22:10:53 +02:00
Ilkka Ollakka
989723b2c1 appletrailers sd: fix parsing
Fix parsing to get trailertype. Should help to view all the trailers now.
2010-05-17 13:42:00 +03:00
Ilkka Ollakka
30bdfac0b1 appletrailers_iphone: remove debug message 2010-05-17 13:34:23 +03:00
Ilkka Ollakka
6db40aa999 lua apple_iphone: strip " - .*" from title and change options
add demux=avformat and play-and-pause, remove play-and-stop as it's
playlist-option not item. demux=avformat seems to help littlebit on
constant seeking (we don't want to dos as http-access closes and starts
new connection on seek currently ).
2010-05-16 22:25:51 +03:00
Sidney Doria
f3383825af l10n: Brazilian Portuguese l10n for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-10 23:48:28 +01:00
Otto Kekäläinen
3922638770 l10n: Finnish l10n for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-10 23:48:28 +01:00
Khoem Sokhem
46ad87e0c5 l10n: Khmer translation for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-06 23:07:34 +01:00
Jamil Ahmed
b74e535188 l10n: Bengali translation for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-06 22:55:05 +01:00
Marián Hikaník
f56c4f24fb l10n: Slovak for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-05 23:06:50 +01:00
Gaëtan Rousseaux
e856a84476 l10n: Walloon for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-05 23:06:50 +01:00
Felix Paul Kühne
9fa5b7ae71 German l10n: changed the proposed translation to a more formal one, which is more appropriate in this context. 2010-05-04 20:12:12 +02:00
Gabor Kelemen
8005e8db9c Hungarian l10n for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00
Dean Lee
51247e9c42 Chinese l10n for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00
Michał Trzebiatowski
7b7f2f807d German l10n for vlc.desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00
A S Alam
fb9c08430e Punjabi l10n for vlc.desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00
Myckel Habets
78d97bb780 Dutch l10n for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00
Gonçalo Cordeiro
ca407011c8 Galician l10n for vlc.desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-05-04 00:31:43 +01:00