A Custom User Interface for coordinating VLC with FLIRC (USB/Remote) for an easy to use home entertainment system.
With this application, a user can access a home library of movies (in MP4 format) contained on disk on a regular tv hooked to the computer via HDMI and easily interact with the tv with an old remote controller connected to the computer via a FLIRC USB device (available here https://flirc.tv/).
ANY Remote Control ---> FLIRC USB on a PC (HDMI) ---> TV
Prerequisites:
◘ VLC Controls installed through NUGET
https://github-wiki-see.page/m/ZeBobo5/Vlc.DotNet/wiki/Using-Vlc.DotNet-in-WinForms
◘ 64 bit VLC installed on host PC:
https://www.videolan.org/vlc/download-windows.html
Things to know:
In FORM1.CS
// Modify these to change title and initial directory.
private string startDirectory = "e:\videos";
private string sAppTitle = "Gregory Family Library";
Application Screenshot: