Hi,
It would also be possible to do this with a Lua script, but unfortunately I don't know Lua.
Back to determining the titles via the VLC window. I found this option via the PowerShell, VLC starts minimized in the lower taskbar and not longer in the system tray (bottom right).
PowerShell command, works with Minimized-View (lower taskbar)
Changing the values for State=Maximized or State=Minimized does not change anything, but VLC only appears at the bottom right and not in the taskbar. The only thing that works is State=Show
It would also be possible to do this with a Lua script, but unfortunately I don't know Lua.
Back to determining the titles via the VLC window. I found this option via the PowerShell, VLC starts minimized in the lower taskbar and not longer in the system tray (bottom right).
PowerShell command, works with Minimized-View (lower taskbar)
Code:
Start-Process "C:\Program Files\VideoLAN\VLC\vlc.exe" -ArgumentList "--qt-minimal-view https://stream.sunshine-live.de/2000er/mp3-192/stream.sunshine-live.de/play.m3u" -WindowStyle Minimized
Changing the values for State=Maximized or State=Minimized does not change anything, but VLC only appears at the bottom right and not in the taskbar. The only thing that works is State=Show
Statistics: Posted by Rooky_89 — Today, 8:43 am — Replies 8 — Views 547