A custom VLC web interface
Report Bug
·
Request Feature
A custom VLC web interface
-
Locate the folder of the default VLC web interface (in my case it's /usr/share/vlc/lua/http/)
-
Back it up and replace the files with the
src/
folder (you should keep requests/ folder) -
Enable the VLC web interface as described here: https://wiki.videolan.org/Documentation:Modules/http_intf
-
Start VLC, put some songs in the playlist and go to http://localhost:[CHOSEN PORT]
-
After entering your chosen password (look at the link for help), you will be greeted with the VLC web interface
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPL 3.0 License. See LICENSE
for more information.
Daniel Mendes - daniel-mendes.ch - [email protected]
Project Link: https://github.com/Daniel-Mendes/vlc-web-interface