Sponsored Content
Full Discussion: Album Cover Contest
The Lounge What is on Your Mind? Album Cover Contest Post 302396885 by Neo on Friday 19th of February 2010 02:40:53 PM
Old 02-19-2010
Quote:
Originally Posted by reborg
Losing my Religion is also one of my favorite R.E.M. songs to listen to too but "Country Feedback" is one of my favorite songs to play/sing, mostly because I like the Cmaj7 chord switch during the musical pauses in the lyrics.
Please upload a recording of you playing and singing Country Feedback. Please Please! There are very tough notes to hit in that song!

I NEED THIS, I NEED THIS!!!!
 

2 More Discussions You Might Find Interesting

1. Red Hat

How do I find out which rpms to install to cover dependencies?

Howdy all, I am trying to install dk-milter on a postfix mail machine, but am running up against some dependencies, and I don't know how to find out which rpms contain the required packages. # cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 9) # uname -a ... (2 Replies)
Discussion started by: zefflyn
2 Replies

2. What is on Your Mind?

Movie Screenshot Contest - Bits to be won!

I propose a little game, I post a bunch of images from random movies out there and people try to identify the name of the character and the movie. Each correct answer earns a point, at the end of the contest I'll give some Bits to those with the most points. The rules: I'll post only a few... (35 Replies)
Discussion started by: Smiling Dragon
35 Replies
MPSTORE(1)							      mpstore								MPSTORE(1)

NAME
mpstore - store and transfer mpd state between daemons SYNOPSIS
mpstore [host] > file mpload [host] < file mpcp [src] dest mpmv [src] dest mpswap [A] B DESCRIPTION
These commands allow saving, loading, and transferring state between mpd daemons running on different hosts. mpstore dumps a daemon's state to stdout. mpload loads a state dump from stdin and sends it to a daemon. mpcp copies the state from the src daemon to the dest daemon, causing it to begin to play the same song as the src daemon, at the same position. mpmv moves the state, so the dest daemon is left playing what the src daemon was playing, and the src daemon is paused. mpswap exchanges the state of daemons A and B, swapping what they're playing. The first hostname passed to each command can be omitted, if it is then the MPD_HOST environment variable will be used. Like the MPD_HOST variable, the hostname can be of the form "password@hostname" to specify a password. If any hostname is "-", the MPD_HOST setting will be used. The full list of state that is handled is: the contents of the playlist the playback state (playing, paused, stopped) the currently playing song the position within the playing song the volume control the repeat, random, and cross fade settings LIMITATIONS
The host that state is transferred to must have the playing song available in its library, with the same filename. It's ok if some other songs in the playlist are not available; such songs will be skipped. mpcp cannot perfectly synchronise playback between the two daemons. Network latency and timing prevent this. It should manage better than 0.5 second accuracy. If you need better accuracy of synchronised playback, you should probably use Pulse Audio. BUGS
The file format is not the same that mpd uses for saving its own state, which would be nice. AUTHOR
Copyright 2007 Joey Hess <joey@kitenet.net> Licensed under the GNU GPL version 2 or higher. http://kitenet.net/~joey/code/mpdtoys perl v5.10.1 2010-03-06 MPSTORE(1)
All times are GMT -4. The time now is 04:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy