Search found 1 match

Go to advanced search

by MiniNelson
07 Mar 2017 02:53
Forum: Web and scripting
Topic: Changing the default web interface library folder
Replies: 6
Views: 7483

Re: Changing the default web interface library folder

1) Edit c:\Program Files\VideoLAN\VLC\lua\http\js\controllers.js
2) Find the line: dir = dir == undefined ? 'file://~' : dir;
3) Change it to something like: dir = dir == undefined ? 'file:///C:/MyDir/Audio' : dir;

Go to advanced search