jonniek / mpv-playlistmanager

Mpv lua script to create and manage playlists
The Unlicense
537 stars 42 forks source link

Playlist is overflowing mpv window #106

Closed nobef closed 9 months ago

nobef commented 1 year ago

I don't see what I'm choosing after 11 lines. I hope you got what I meant

jonniek commented 1 year ago

Try adjusting some of the following values in the settings

showamount = 10,
style_ass_tags = "{\\fs10}",

scale_playlist_by_window=true, -- Note: this is maybe broken right now and not have an effect

I think showamount 10 should do fix it for you.

nobef commented 1 year ago

@jonniek All is well, thank you! I hope there are fixes here.

jonniek commented 1 year ago

It could be better and know the size automatically. I'll leave the issue open for that. It should probably be possible to have it calculate available size.