open-dynaMIX / simple-mpv-webui

A web based user interface with controls for the mpv mediaplayer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collections have been defined but the list is empty.

dream7180 opened this issue · comments

collections have been defined but the list is empty. Below is the output. What can I do to detect my video directors and files, anything missing? I include the path to main.lua: collections = "/nasd1/Video"

image

The setting seems OK, see browser output below. But the file browsing of webui is empty. What is wrong? Thank you!

image

image

Hey @dream7180

To me it seems like the webui is working correctly, but you have not loaded any files. The empty list you see is the empty playlist and has nothing to do with any configured collections.

The collections feature is not yet available through the webui, just the necessary API calls are implemented. Your first screenshot shows, that this is also working correctly. Please try opening some media files with MPV and then open the webui again.

BTW: There is no need to edit main.lua. Just configure your settings as explained in the README.md. This makes it easy to pull new changes from git.

Thanks. Hope the file browsing feature can be implemented. It is essential for me as my computer has no desktop UI and no keyboard & mouse that used as NAS+HTPC connected to TV. I am seeking for controlling MPV through mobile phone totally independant. Husudosu's mpv-remote-node with app is great but there is problem in my linux system. Anyway, thank you and look forward to the update of your webui.

Opening file through the webui is tracked in #343.