music player daemon (fork)
Go to file
J. Alexander Treuman f16e372871 Make sure StoredPlaylists always contain UTF-8 paths that are either
relative paths in the DB or URLs.  The main functional difference is that
playlistmove and playlistdelete will rewrite playlists in the correct
encoding and remove invalid lines instead of potentially modifying them.
The specific changes are:

appendSongToStoredPlaylist:
* Don't convert to FS charset
* Don't prepend music_directory if saving absolute paths

writeStoredPlaylistToPath:
* Convert to FS charset
* Prepend music_directory if saving absolute paths

loadStoredPlaylist:
* Make sure each line is either in the DB or a URL

loadPlaylist:
* Don't bother checking paths, since it's done in loadStoredPlaylist now

git-svn-id: https://svn.musicpd.org/mpd/trunk@6266 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-05-26 14:09:09 +00:00
doc Adding a note to mpdconf.example about increasing buffer_before_play if you 2007-05-23 14:13:46 +00:00
m4 inputPlugins/flac_plugin: switch to the new (1.1.3) API 2006-12-04 04:45:44 +00:00
scripts The massive copyright update 2007-04-05 03:22:33 +00:00
src Make sure StoredPlaylists always contain UTF-8 paths that are either 2007-05-26 14:09:09 +00:00
AUTHORS Adding pat to AUTHORS. 2007-05-16 19:47:32 +00:00
autogen.sh Make autogen.sh exit immediately if any of the tools it runs fails. 2006-09-13 22:29:57 +00:00
ChangeLog Adding rename command, for renaming stored playlists. 2007-05-24 18:07:19 +00:00
configure.ac Removing Sun audio support from configure and ChangeLog. Turns out the 2007-04-04 15:58:42 +00:00
COPYING import from SF CVS 2004-02-23 23:41:20 +00:00
INSTALL Being a picky little bitch about those doc updates. 2007-03-31 15:47:48 +00:00
Makefile.am add sparse-check target to makefiles 2006-07-17 00:15:31 +00:00
README Doc updates for 0.13.0 2007-03-31 15:20:39 +00:00
TODO Committing pat's rewrite of the stored playlist code. This also adds two 2007-05-16 12:02:10 +00:00
UPGRADING Being a picky little bitch about those doc updates. 2007-03-31 15:47:48 +00:00

                       Music Player Daemon (MPD)
                        http://www.musicpd.org

A daemon for playing music of various formats.  Music is played through the 
server's audio device.  The daemon stores info about all available music, 
and this info can be easily searched and retrieved.  Player control, info
retrieval, and playlist management can all be managed remotely.

To install MPD, see INSTALL.

MPD includes mp4ff in the source, due to licensing issues of the newer 
version and includes bugfixes with the properly licensed version.  mp4ff is 
released under the GPL and copyrighted by M. Bakker, Ahead Software AG 
(http://www.nero.com) and is distributed as a part of the FAAD2 - Freeware 
Advance Audio (AAC) Decoder.

MPD is released under the GNU Public License.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
For the full license, see COPYING.