mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 12:13:42 +01:00
Fix next lyrics label taking up space and making UI unuable sometimes, add debugging for fpcalc and ffmpeg missing, fix ffmpeg missing displaying wrong popup.
This commit is contained in:
2
run.py
2
run.py
@@ -97,10 +97,12 @@ arcade.set_background_color(menu_background_color)
|
||||
print_debug_info()
|
||||
|
||||
if not pyglet.media.codecs.have_ffmpeg():
|
||||
logging.debug("FFmpeg is missing, opening FFmpeg popup...")
|
||||
from menus.ffmpeg_missing import FFmpegMissing
|
||||
menu = FFmpegMissing()
|
||||
|
||||
elif not os.path.exists(get_fpcalc_path()):
|
||||
logging.debug("fpcalc is missing, opening fpcalc popup...")
|
||||
from menus.fpcalc_missing import FpcalcMissing
|
||||
menu = FpcalcMissing()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user