diff --git a/src/VideoWindow.cpp b/src/VideoWindow.cpp index e6db81ef5..45a8c83b2 100644 --- a/src/VideoWindow.cpp +++ b/src/VideoWindow.cpp @@ -160,8 +160,11 @@ void VideoWindow::mediaSelected(QString filename) if (filename.endsWith("/DVD") || (filename != "" && QFile(filename).exists())) { + QString fileURL = "file://" + filename.replace(" ","%20").replace("\\", "/"); + //qDebug()<<"file url="<