1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 21:12:23 +00:00
mpv/player/lua
Miroslav Koskar 6953a1ca2f
osc: Fix and simplify limited_list
* Fixes: when on the end of playlist only half of entries are displayed.
* Simplifies the logic of limited_list so it's easy to follow.
* limited_list's pos parameter is now 1 based which seem more natural.
* Few changes to comply with code style thorough the file.
* Small format change:

  "Playlist: (%d/%d):"  -> "Playlist [%d/%d]:"
  "Chapters: (%d/%d):"  -> "Chapters [%d/%d]:"
2016-10-25 14:09:48 +01:00
..
assdraw.lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
defaults.lua lua: add API for registering idle handlers 2016-09-21 15:47:52 +02:00
options.lua lua: fix options submodule 2015-05-29 15:50:09 +02:00
osc.lua osc: Fix and simplify limited_list 2016-10-25 14:09:48 +01:00
ytdl_hook.lua ytdl_hook: Add title to playlist items if available 2016-10-15 01:33:27 +01:00