Search found 4 matches

Go to advanced search

by myQwil
19 Jan 2021 17:46
Forum: VLC media player Feature Requests
Topic: Create playlist for one file that is a full album
Replies: 2
Views: 247

Re: Create playlist for one file that is a full album

I ended up making a git patch for this. Probably doesn't warrant a pull request but here it is for anyone interested: diff --git a/src/input/es_out.c b/src/input/es_out.c index 5a2b194688..895244bf4b 100644 --- a/src/input/es_out.c +++ b/src/input/es_out.c @@ -2791,8 +2791,12 @@ static int EsOutCont...
by myQwil
17 Jan 2021 22:20
Forum: VLC media player Feature Requests
Topic: Create playlist for one file that is a full album
Replies: 2
Views: 247

Re: Create playlist for one file that is a full album

After looking into the xspf format, I found that vlc has the following options: <vlc:option>start-time=TIME</vlc:option> <vlc:option>stop-time=TIME</vlc:option> Though it would still be nice if the trackbar focused on the start/stop time specified. If the album is long but the specific track is shor...
by myQwil
17 Jan 2021 15:32
Forum: VLC media player Feature Requests
Topic: Create playlist for one file that is a full album
Replies: 2
Views: 247

Create playlist for one file that is a full album

Occasionally I will come across audio files that are entire albums instead of being broken down into individual tracks. Is there currently any way to create a playlist that lists all of the start and stop times of each track, which could then be navigated with VLC's playlist view as if they were ind...

Go to advanced search