422658476 / MPV-EASY-Player

MPV-EASY Player - An easy to use, modern video player based on mpv (一个基于MPV,易于使用,现代化的视频播放器)
http://www.rjno1.com/mpv-easy-player/
GNU General Public License v3.0
1.03k stars 56 forks source link

Feature request #91

Closed Rickyrvxlovet closed 1 month ago

Rickyrvxlovet commented 1 month ago

1-Add` an option to show the progress bar while in full screen

2-Add an option to show a osd message after opening the next file in playlist like : " 12/20 xxxE08.mp4"

3-Add thumbfast script support

422658476 commented 1 month ago
  1. This setting will not be added. If you want to monitor the progress in full screen, please use shift+o, which is the shortcut key capital o, to display the progress in osd.
  2. Please check the user manual of mpv, please add and modify the

osd-playing-msg='${filename}'

setting to achieve the effect you want.

  1. Please manually add the script to use in mpv native gui. This function will not be added in mpv-easy borderless mode due to performance issues. Please turn on the drag progress bar to jump to the real-time progress to get a similar effect.
Rickyrvxlovet commented 1 month ago
  1. This setting will not be added. If you want to monitor the progress in full screen, please use shift+o, which is the shortcut key capital o, to display the progress in osd.
  2. Please check the user manual of mpv, please add and modify the

osd-playing-msg='${filename}'

setting to achieve the effect you want. 3. Please manually add the script to use in mpv native gui. This function will not be added in mpv-easy borderless mode due to performance issues. Please turn on the drag progress bar to jump to the real-time progress to get a similar effect.

Thanks for the reply. 1- I was actually hoping to see the gradient progress bar in full screen. I managed to get what I wanted by changing the taskbar settings.

2- Thanks a bunch! I really needed that.

3-I couldn't find this setting anywhere. Is it in MPVEASYSETTING?

"Please turn on the drag progress bar to jump to the real-time progress to get a similar effect."

422658476 commented 1 month ago

Settings-osc-The only option related to dragging the progress bar