Autor Tópico: Problema Conky e Clementine  (Lida 1485 vezes)

Offline burnblack

  • Usuário Ubuntu
  • *
  • Mensagens: 25
    • Ver perfil
Problema Conky e Clementine
« Online: 18 de Maio de 2011, 14:25 »
Então, estou tendo problema para mostrar no conky a capa do álbum da música que está sendo reproduzida, só consigo fazer com que seja mostrado qual música está a tocar.

Alguém pode me ajudar, segue abaixo o código que estou utilizando:

.conkyrc

Código: [Selecionar]
# |--MÚSICA
${font Droid Sans:style=Bold:size=8}CLEMENTINE $hr${font}
${if_running banshee-1}
Título: ${exec banshee-1 --query-title | cut -f2- -d" "}
Artista: ${exec banshee-1 --query-artist | cut -f2- -d" "}
Álbum: ${exec banshee-1 --query-album | cut -f2- -d" "}${else}${if_running rhythmbox}
Título: ${exec rhythmbox-client --no-start --print-playing-format %tt}
Artista: ${exec rhythmbox-client --no-start --print-playing-format %a}
Álbum: ${exec rhythmbox-client --no-start --print-playing-format %at}${else}${if_running exaile}
Título: ${execi 10 exaile --get-title}
Artista: ${execi 10 exaile --get-artist}
Álbum: ${execi 10 exaile --get-album} }${else}${if_running amarok}
Título: ${exec dcop amarok player title}
Artista: ${exec dcop amarok player artist}
Álbum: ${exec dcop amarok player album}${else}${if_running clementine}${image /tmp/cover -p 10, 10 -s 150×150}${execi 10 conkyClementine -d CA > /dev/null}
${offset 0}${color}Artista: ${color}${execi 5 conkyClementine -d AR}
${offset 0}${color}Título: ${color}${execi 5 conkyClementine -d TI}
${offset 0}${color}Álbum: ${color}${execi 5 conkyClementine -d AL}
${else}Player Desligado${endif}${endif}${endif}${endif}
« Última modificação: 18 de Maio de 2011, 20:50 por burnblack »