-
Notifications
You must be signed in to change notification settings - Fork 10
Multiple skips in a playlist/folder causes ModernX to give up. #14
Description
Error description:
The interface of ModernX (i think it's called OSC) no longer shows up
Steps to reproduce:
- Have a folder with multiple medias (preferably without chapters)
- play the folder
- keep jumping to the next video
Additional remarks: I noticed that this doesn't happen when i navigate like this slowly. In the process I noticed that it takes just a little while for OSC to load up completely with size and title n stuff. My assumption is that navigating too quickly results into this situation because script be initially bz sorting out loading for previous file, but i am already on the next one.
Settings (ModernX)
Note: This .conf file was initially imported from other .conf file while i was using other fork earlier. While i think i've made all necessary changes, feel free to point out any issues here if any.
# ---------------- #
# mpv user options #
# ---------------- #
# Duration of fade out in ms
fadeduration=500
# Size ratio of the knob handle
seekbarhandlesize=1
# -------------------- #
# ModernX user options #
# -------------------- #
# Prevent OSC from showing on pause
showonpause=no
# Show title in OSC
showtitle=yes
# =====
# Note: ASS tag's color code is given in BGR, instead of the standard RGB.
# Read the section for "Set color" here:
# https://aeg-dev.github.io/AegiSite/docs/3.2/ass_tags/
# =====
# Accent of the OSC and the title bar
osc_color=000000
# Color of the seekbar progress and handle
seekbarfg_color=E39C42
# Color of the remaining seekbar
seekbarbg_color=FFFFFF
bottomhover=no
showinfo=yes
thumbnailborder=0
showloop=yes
compactmode=no
Screenshot
This screenshot is derived from some logs i think that show up when u press ` in mpv
Feel free to contact for any required info.
