4gray / iptvnator

:tv: Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.
https://iptvnator.vercel.app
MIT License
2.82k stars 385 forks source link

fix(vlc): path in quotes to allow path with spaces #434

Closed RyPort closed 1 month ago

RyPort commented 1 month ago

Currently, paths with spaces (C:\Program Files\VideoLAN\VLC) don't work. This is the most common install directory of vlc on windows. I put the path in quotes when passing it to the child process to fix this

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
iptvnator ❌ Failed (Inspect) Sep 27, 2024 2:41am
RyPort commented 1 month ago

This seems to cause some other weirdness with the path input. Clsoing

windowshopr commented 2 weeks ago

Any update on this?

RyPort commented 2 weeks ago

Any update on this?

I couldn't figure it out. Just install vlc to c:/vlc and you won't have any issues