

Ikebukuro Sunshine Aquarium offer spectators a chance to get a closer encounter with penguins as they are taken for a walk through the aquariums compound.ĭescription:During the parade the penguins were separated from spectators, mainly children, by portable fences on wheels which were pushed by the zookeepers. # download the free Google Video Player from ĭescription:African penguins caught a breath of fresh air as they were out for a stroll through Tokyo's aquarium. Here's what such a file would look like if you were to open it with a text editor: This file needs to be read to get the final video's true URL.

This new URL redirects VLC to a Google Video Playlist which is basically a text file. In the previous example we translated a URL to another URL. To make that script available to VLC, simply create a new a file in one of the directories listed in the introduction (You should also remove the a file shipped with VLC to make sure that it isn't used instead of your new script). This function tells VLC if the Lua script should be used (function returns true) or not (function returns false). The Lua script is going to be made of 2 functions.

To the URL of the corresponding Google Video Playlist file which is

Let's say that we want VLC to open Google Video links automatically. Simple Examples URL translation What we want to do You can add your own Lua playlist scripts in this directory or in your VLC's preferences folder "lua/playlist" subdirectory on Windows or Mac OS X and in your local VLC shared data folder on Linux (~/.local/share/vlc/lua/playlist). VLC.app/Contents/MacOS/share/lua/playlist/ on Mac OS X.C:\Program Files\VideoLAN\VLC\lua\playlist\ on Windows.Lua playlist scripts shipped with VLC are stored in the following directory: Text playlist parsing: You use some custom text playlist format.URL translation: You give it the youtube webpage URL and VLC starts playing the corresponding video.Starting with version 0.9.0, VLC gives you the possible to implement your own playlist loading modules easily.
