]> git.sesse.net Git - vlc/commit
Skins: "file" shortcut for skins access_demux (& decode URI)
authorJean-Philippe André <jpeg@videolan.org>
Mon, 31 May 2010 05:44:57 +0000 (13:44 +0800)
committerJean-Philippe André <jpeg@videolan.org>
Mon, 31 May 2010 06:04:57 +0000 (14:04 +0800)
commit117c94235c96a5927592398ec13f8ce3d8a58a36
tree4e49511e5f7c0eae0b679ce79db2419a2865e8e4
parent3acea6444dca179ef35358917b8595e02beeb0e3
Skins: "file" shortcut for skins access_demux (& decode URI)

Without the shortcut, it is not possible to start the access_demux
for skins, as the full URL is set to file://<path>.vlt

Now we can read skins packages as in earlier versions:
 $ vlc your_skin.vlt
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/theme_loader.cpp