mpv-search-page
mpv-search-page copied to clipboard
Font / Font Size
Firstly, thank you so much for this script. I need to change the font family and font size. Is there a chance to tweak them?
There isn't a simple option to change them, but you can edit the ass options listed in search_page.conf. the \fs## text is what controls the font size, and \fn$$$$$$ controls the font family. These options were mostly for debugging, so I may remove them in the future and implement proper style options like in file-browser.
Can the size of the search box be increased?
That box is controlled by mpv-user-input. It has the same settings as console.lua, just name the config file user_input.conf
instead of console.conf
. I haven't actually tested those options, but they should work. Play around with them and let me know.
Changing the fonts worked fine for me. Thank you for this script.