Search found 2 matches

Go to advanced search

by fablec
03 Jun 2009 13:49
Forum: Web and scripting
Topic: Playlist.clear won't work
Replies: 4
Views: 1711

Re: Playlist.clear won't work

viewtopic.php?f=16&t=46076#p201249

it's work for video too
by fablec
03 Jun 2009 13:46
Forum: Web and scripting
Topic: Playlist item BUG?
Replies: 10
Views: 4124

Re: Playlist item BUG?

I've the same problem and as workaround i use this solution :

vlc.playlist.clear();
vlc.playlist.add("file://"+Library+Artist+"/"+Album+"/"+SongList.selectedItem.label);
vlc.playlist.next();
vlc.playlist.play();

it's work fine for me, hpe this is helpful

Go to advanced search