Added README
This commit is contained in:
parent
37ab599026
commit
943199b16c
|
@ -0,0 +1,32 @@
|
||||||
|
# vlc-mediaklikk
|
||||||
|
VLC playlist parser for MédiaKlikk videos and video streams
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Copy [mediaklikk.lua](mediaklikk.lua) to [VLC Lua playlist scripts](https://wiki.videolan.org/Documentation:Building_Lua_Playlist_Scripts/#Introduction).
|
||||||
|
|
||||||
|
### Directory for all users
|
||||||
|
* Linux: `/usr/share/vlc/lua/playlist/`
|
||||||
|
* Mac OS X: `VLC.app/Contents/MacOS/share/lua/playlist/`
|
||||||
|
* Windows: `C:\Program Files\VideoLAN\VLC\lua\playlist\`
|
||||||
|
|
||||||
|
### Directory for the current user
|
||||||
|
* Linux: `~/.local/share/vlc/lua/playlist/`
|
||||||
|
* Mac OS X: `~/Library/Application Support/org.videolan.vlc/lua/playlist/`
|
||||||
|
* Windows: `%APPDATA%\vlc\lua\playlist\`
|
||||||
|
|
||||||
|
## Supported sites
|
||||||
|
|
||||||
|
### Videos
|
||||||
|
* [hirado.hu](https://www.hirado.hu/)
|
||||||
|
* [m4sport.hu](https://www.m4sport.hu/)
|
||||||
|
* [mediaklikk.hu](https://www.mediaklikk.hu/)
|
||||||
|
|
||||||
|
### Video streams
|
||||||
|
* [M1](https://www.mediaklikk.hu/m1-elo)
|
||||||
|
* [M2](https://www.mediaklikk.hu/m2-elo)
|
||||||
|
* [M4](https://www.mediaklikk.hu/m4-elo)
|
||||||
|
* [M5](https://www.mediaklikk.hu/m5-elo)
|
||||||
|
* [Duna](https://www.mediaklikk.hu/duna-elo)
|
||||||
|
* [Duna World](https://www.mediaklikk.hu/duna-world-elo)
|
||||||
|
|
||||||
|
Video streams require VLC 3.0+ (currently available from [nightly builds](https://nightlies.videolan.org/)).
|
Loading…
Reference in New Issue