issadarkthing / gomu

golang TUI music player
GNU General Public License v2.0
157 stars 15 forks source link

Unable to use it #61

Open c02y opened 2 years ago

c02y commented 2 years ago

After install from AUR using paru

$ paru -Qi gomu
Name            : gomu
Version         : 2.1.1-1
Description     : Terminal User Interface (TUI) Music Player
Architecture    : x86_64
URL             : https://github.com/issadarkthing/gomu
Licenses        : GPL
Groups          : None
Provides        : None
Depends On      : alsa-lib  youtube-dl
Optional Deps   : fzf [installed]
Required By     : None
Optional For    : None
Conflicts With  : gomu-git  gomu-bin
Replaces        : None
Installed Size  : 12.13 MiB
Packager        : Unknown Packager
Build Date      : Tue 19 Apr 2022 04:58:22 PM CST
Install Date    : Tue 19 Apr 2022 04:58:34 PM CST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None

$ gomu
open /home/chz/.config/gomu/config: no such file or directory

After I create /home/chz/.config/gomu/config and add

$ cat ~/.config/gomu/config
music_dir = ~/Music
$ gomu -version
Gomu
$ gomu
syntax error: unexpected $unk
GazDuckington commented 2 years ago

I had similar problem. Creating an empty config file seems to work for me.