Thank you for taking the time to read my post.
I am trying to accomplish the following.
1. Load a playlist from a windows shortcut. - Task complete. ("C:\Program Files\VideoLAN\VLC\vlc.exe" <path to file>\IPTVChannels.xspf)
-issue stop video from resizing. task complete add command line --no-qt-video-autoresize ("C:\Program Files\VideoLAN\VLC\vlc.exe" --no-qt-video-autoresize <path to file>\IPTVChannels.xspf)
2. Always display playlist - Does not appear to be an option at this point, but can manually show the playlist.
3. Specify what the player will look like without overwriting or using the users or system settings.
- I found the --config=(path to file) cli switch but I can't seem to find data on how to use it, a side from the file path. I tried both the qt interface ini and the vlcrc. However the system always uses my settings any way.
- ("C:\Program Files\VideoLAN\VLC\vlc.exe" --ignore-config --no-qt-video-autoresize path-to-file\IPTVChannels.xspf --config=path-to-file\vlc-qt-interface.ini)
- ("C:\Program Files\VideoLAN\VLC\vlc.exe" --ignore-config --no-qt-video-autoresize path-to-file\IPTVChannels.xspf --config=path-to-file\vlcrc)
This is how I would like it to start.
I can work with vlc always starting like this.
What config file do I use and what is the correct cli command?
Thank you for your help.
Paul