Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mpd'

937886 - mpd conf strace fedora mpd
preview unavailable
937884 - mpd started from Strace strace fedora mpd
preview unavailable
900104 - inkydropz: mpd now playing
  1. #!/usr/bin/perl
  2. use IO::Socket::INET;
  3. my $host = shift || "127.0.0.1"; # change if you don't have localhost/other host default
  4. my $port = shift || 6600;
  5. my $sock = IO::Socket::INET->new(PeerHost => $host, PeerPort => $port, Timeout => 3)
  6.         or die("mpd is not running/failed to connect to $host:$port ($!)\n");
  7. if (!$sock) { return weechat::PLUGIN_RC_OK; }
  8. print $sock "currentsong\n";
  9.  
841729 - David: tags mpd
  1. nomius@Neptune:~$ telnet 127.0.0.1 6600
  2. Trying 127.0.0.1...
  3. Connected to 127.0.0.1.
  4. Escape character is '^]'.
  5. OK MPD 0.13.0
  6. tagedit "soft/The Da Vinci Code/14-hans_zimmer-kyrie_for_the_magdalene.mp3" check
  7. OK
  8. tagedit "soft/The Da Vinci Code/14-hans_zimmer-kyrie_for_the_magdalene.mp3" arti st "HANS ZIMMER" title "Kyrie For Magdalene"
  9.  
700651 - Daurnimator: mirc mpd
  1. alias mpd {
  2.   mpd.connect 192.168.200.98 6600
  3.   if ( $1- != $null) %mpd.queue = $1-
  4.   %mpd.lastreq = $1
  5. }
  6. on 1:sockopen:mpd: {
  7.   if ( %mpd.queue != $null) {
  8.     sockwrite -n mpd %mpd.queue
  9.  
647289 - Anshu123: fedora conky mpd
  1. cat ~/.conkyrc | grep mpd
  2. #mpd settings here
  3. mpd_host localhost
  4. mpd_port 6600
  5. ${voffset -1} Kernel: ${color 95956B}${font}${kernel} ${color} Cpu: ${color 95956B}${font}${cpu}% ${color} Mem: ${color 95956B}${font}${mem} ${color} | ${color} Up: ${color 95956B}${font}${uptime_short}${color}  | ${color} Net: ${color 95956B}${font}${downspeed eth0} Kb/s ${color} ${totaldown eth0} down${color}  | ${color} ${color 95956B}${upspeed eth0} Kb/s ${color} ${totalup eth0} up${color}  |  Home (freespace) : ${color 95956B}${font}${fs_free /home} ${color} : ${color lightgrey} |  Load:$color $loadavg ${color lightgrey} | CPU Temp ${color}: ${acpitemp}c|  ${color} Now Playing:  ${color D7D3C5}${font}${mpd_title}  | ${color}Time: ${color 95956B}${font}${time}
  6.  
  7.  
  8. Check >>> for result http://img.photobucket.com/albums/0903/kyroW2S/kinky_conky.jpg
fantasy-obligation
fantasy-obligation