Ubuntu 24.04.2 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutLiity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
To setup MPDScribble first create a directorymkdir ~/.mpdscribbleNow create the configuration file : ~/.mpdscribble/mpdscribble.conf with the following parametersusername = <lastfm_username>password = <md5sum of lastfm password>To get the md5sum of your password :echo -n <your_lastfm_password> | md5sum