jonniek / mpv-playlistmanager

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

Playlist getting clipped on left side #146

Closed raziel711 closed 1 month ago

raziel711 commented 1 month ago

I'm having an issue with the most recent version of the script which is causing the left edge of the playlist to be clipped.

I'm using the most recent version of Source Sans 3 for my font (https://github.com/adobe-fonts/source-sans/releases/) and this is what the OSD looks like: current The left side of the circles and arrows are not being displayed.

This is what the OSD looks like before https://github.com/jonniek/mpv-playlistmanager/commit/d4ebfc0b13ed074465263148d81dfee6d16c9a64:

1911dc0

I'm not sure why, but this might be dependent on the font. I tried setting the OSD font to Arial, and I did not notice the same clipping that I did when using Source Sans 3. Also, changing text_padding_x or text_padding_y did not have any impact.

These are my current settings: playlistmanager.txt

tupo2 commented 1 month ago

Same issue here.

verygoodlee commented 1 month ago

should be fixed in #148

raziel711 commented 1 month ago

https://github.com/jonniek/mpv-playlistmanager/pull/148 works with my settings. Thanks for the fix.