#playlist ass style overrides #example {\fnUbuntu\fs10\b0\bord1} equals: font=Ubuntu, size=10, bold=no, border=1 #read http://docs.aegisub.org/3.2/ASS_Tags/ for reference of tags #no values defaults to OSD settings in mpv.conf style_ass_tags={\fn汉仪正圆\fs17\b1\bord1}
⬆️ 这里是更改显示的字体,字号,粗细,边框
根据自身需求更改即可
1 2 3
#slice long filenames, and how many chars to show slice_longfilenames=yes slice_longfilenames_amount=80
⬆️ 这里是限制文件名的长度,避免过长
1 2 3 4 5 6 7 8 9 10 11 12 13
#Playlist file templates #%pos = position of file with leading zeros #%name = title or name of file #%N = newline #you can also use the ass tags mentioned above. For example: # selected_file={\c&HFF00FF&}➔ %name | to add a color for selected file. However, if you # use ass tags you need to reset them for every line (see https://github.com/jonniek/mpv-playlistmanager/issues/20) normal_file={\c&HFFFFFF&}○ %name hovered_file={\c&H33FFFF&}● %name selected_file={\c&H00BFFF&}➔ %name playing_file={\c&HAAAAAA&}▷ %name playing_hovered_file={\c&H00FF00&}▶ %name playing_selected_file={\c&HFFFF00&}➤ %name