kylejohnson / Patiobar

A web frontend for pianobar, which is a CLI frontend for Pandora.
MIT License
62 stars 22 forks source link

Installing with the "curl" method misplaces files and writes incorrect pianobar config #25

Closed gsteckman closed 3 years ago

gsteckman commented 6 years ago

When installing with the curl approach (see also issue #24 ), two things occur which are probably not as intended:

  1. The FIFO gets created in the directory from which the curl command was issued, rather than in the Patiobar directory - this should still function, but I think the intent is for the FIFO to be placed into the Patiobar directory.

  2. The pianobar config is written to use an eventcmd.sh that is in the directory from which the curl command was issued, however the eventcmd.sh isn't present there, but rather is in the Patiobar subdirectory. This will affect functionality.