jonniek / mpv-filenavigator

Navigate and open your local files in mpv
The Unlicense
69 stars 9 forks source link

Setting favorites in navigator.conf #17

Open nascalsn opened 4 years ago

nascalsn commented 4 years ago

In what format do I pass the values to favorites in navigator.conf?

jonniek commented 4 years ago

In the current version you cannot pass them since configs do not support lua tables, only strings.

I could update it like in playlistmanager where the setting is a json string. In that case you would pass them as favorites=["path1","path2","path3"]

nascalsn commented 4 years ago

That would be nice.