GuardKenzie / miniplayer

A curses based mpd client with basic functionality and album art.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The player errors on startup if there is no config file present

onlyvip opened this issue · comments

i have all the necessary dependencies installed via pip3
i have installed miniplayer from pip3 by
sudo pip3 install miniplayer.
its installed successfully but when i run it i get following error
image

im sorry i had copied the config file but it was not renamed

commented

You were correct to open an issue. The player should be able to run even if there isn't a config file present.
I have managed to reproduce this on my machine and will look into it.

commented

Fixed with df28cac.

commented

The fix is now live on PyPi.