MusicPlayerDaemon / mpdscribble

a MPD client which submits information about tracks being played to a scrobbler (e.g. last.fm)
GNU General Public License v2.0
114 stars 15 forks source link

Get password programmatically? #12

Closed FunctionalHacker closed 5 years ago

FunctionalHacker commented 5 years ago

I'm using pass as my password manager, and I would like to get the password using that, instead of saving it in plaintext on the config file. I tried password = $(pass entertainment/librefm | head -n 1) but it seems that the config parser does not expand it. Is this possible to do somehow?

FunctionalHacker commented 5 years ago

Ended up using dotdrop enviroment variables, works very well.