blob: 2245494214171dad7db98c790777f37b1a50b5b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# whether to show by default
enabled=yes
# its position, possible values: (bottom|top)-(left|right)
position=bottom-left
# its font size
size=36
# the text to be expanded
# see property expansion: https://mpv.io/manual/master/#property-expansion
# \N can be used for line breaks
# you can also use ass tags, see here: http://docs.aegisub.org/3.2/ASS_Tags/
text=${filename} [${playlist-pos-1}/${playlist-count}]
|