Search found 3 matches

Go to advanced search

by Ashark
07 Jun 2018 17:08
Forum: VLC media player for macOS Troubleshooting
Topic: Disable the metadata-network-access popup at first launch (VLC 2.2.1)
Replies: 6
Views: 7807

Re: Disable the metadata-network-access popup at first launch (VLC 2.2.1)

I needed launching vlc with --ignore-config, so it was like it is starting first time always.
I have found solution here: https://forum.videolan.org/viewtopic.php?t=91863
--no-qt-privacy-ask did the trick for vlc 3.0.2 on Linux with KDE.
by Ashark
13 Apr 2018 03:20
Forum: VLC media player Feature Requests
Topic: Possibilyty of nested playlists in vlc
Replies: 3
Views: 1616

Possibilyty of nested playlists in vlc

I am wondering is there a way to create single file nested (included) playlists in vlc. Lets assume I need to create a playlist for some video tutorial course. There are many chapters and many lessons inside of each chapter. I want to fold and unfold chapters quickly to simplify access to specific l...
by Ashark
25 Aug 2017 13:20
Forum: General VLC media player Troubleshooting
Topic: How can I use hyphens and commas in M3U files EXTINF ?
Replies: 1
Views: 2045

Re: How can I use hyphens and commas in M3U files EXTINF ?

Old question, but still unanswered. I have discovered the answer while experimenting.

Just add additonal comma before complicated title:

Code: Select all

#EXTINF:1244,,04 Fred, the boss #EXTINF:1631,,03 Day three - discovery
and vlc will display title with comma or hyphen without cutting.

Go to advanced search