Bonjour,
sous Linux Mint, j'ai installé mopidy et ncmpcpp.
Quand je lance mopidy et ncmpcpp je peux bien lire et écouter ma musique en local.
Ayant un compte spotify premium, j'ai rajouté à mopidy l'extension mopidy-spotify https://github.com/mopidy/mopidy-spotify et fait la configuration nécessaire en rajoutant ces lignes à mon fichier de configuration de mopidy /home/arnauld/.config/mopidy/mopidy.conf :
[spotify] (…)
    enabled = true
    username = xxxxx
    password = xxxxx
    client_id = xxxx
    client_secret = xxxxx
    #bitrate = 320
    #volume_normalization = true
    #private_session = false
