doctorfree / MusicPlayerPlus

Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more
https://musicplayerplus.dev
MIT License
72 stars 1 forks source link

[BUG] mpplus main menu - dialog not found #23

Closed JOJ0 closed 1 year ago

JOJ0 commented 1 year ago

That'd be probably an easy one to fix. Seems the tool dialog is not found. Should it have been installed automatically on musicplayerplus package install or on mppinit. If yes, I can investigate further and provide more details. For now, just reportiong the issue:

1) Launch mpcplus in Current         6) ASCIImatics Animations          11) Blissify Audio Info Extraction  16) View Music Service Logs         21) Toggle Fullscreen (OFF)
2) Launch mpcplus with Kitty         7) Convert M4A files to MP3        12) Essentia Audio Info Extraction  17) List/Search/Select Media        22) Quit
3) Launch mpcplus with Gnome         8) Convert WAV files to MP3        13) AcousticBrainz Info Retrieval   18) Select Music Directory
4) Launch mpcplus with Retro         9) Import Music to Beets           14) Manage Downloads                19) Toggle Show Cover Art (ON)
5) Launch mpcplus with Tilix        10) Fetch Lyrics                    15) Manage Services                 20) Toggle Use Tmux (ON)
Please enter your command choice (numeric or text, 'h' for help): 18
/usr/bin/mpplus: line 2745: dialog: command not found

Syncing MusicPlayerPlus music directory, please wait ...

MusicPlayerPlus music directory synchronized.
JOJ0 commented 1 year ago

Installing the dialog package manually fixes the issue.

doctorfree commented 1 year ago

I've added dialog to the dependency list for all platforms. It's installed by default in most distributions but to cover all distributions it needs to be explicitly listed as a dependency. Good catch. This issue should be resolved in the next release.