Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a37348a7
Commit
a37348a7
authored
Jul 13, 2006
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Huge header update, update the copyright and add
the GPL header where necessary git-svn-id:
https://svn.musicpd.org/mpd/trunk@4317
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
09698f91
Show whitespace changes
Inline
Side-by-side
Showing
99 changed files
with
235 additions
and
100 deletions
+235
-100
ack.h
src/ack.h
+1
-1
audio.c
src/audio.c
+1
-1
audio.h
src/audio.h
+1
-1
audioOutput.c
src/audioOutput.c
+18
-0
audioOutput.h
src/audioOutput.h
+1
-1
audioOutput_alsa.c
src/audioOutputs/audioOutput_alsa.c
+1
-1
audioOutput_ao.c
src/audioOutputs/audioOutput_ao.c
+1
-1
audioOutput_mvp.c
src/audioOutputs/audioOutput_mvp.c
+1
-1
audioOutput_oss.c
src/audioOutputs/audioOutput_oss.c
+1
-1
audioOutput_osx.c
src/audioOutputs/audioOutput_osx.c
+1
-1
audioOutput_pulse.c
src/audioOutputs/audioOutput_pulse.c
+18
-0
audioOutput_shout.c
src/audioOutputs/audioOutput_shout.c
+1
-1
buffer2array.c
src/buffer2array.c
+1
-1
buffer2array.h
src/buffer2array.h
+1
-1
charConv.c
src/charConv.c
+1
-1
charConv.h
src/charConv.h
+1
-1
command.c
src/command.c
+1
-1
command.h
src/command.h
+1
-1
conf.c
src/conf.c
+1
-1
conf.h
src/conf.h
+1
-1
dbUtils.c
src/dbUtils.c
+18
-9
dbUtils.h
src/dbUtils.h
+18
-0
decode.c
src/decode.c
+1
-1
decode.h
src/decode.h
+1
-1
directory.c
src/directory.c
+1
-1
directory.h
src/directory.h
+1
-1
inputPlugin.c
src/inputPlugin.c
+1
-1
inputPlugin.h
src/inputPlugin.h
+1
-1
_flac_common.c
src/inputPlugins/_flac_common.c
+1
-1
_flac_common.h
src/inputPlugins/_flac_common.h
+1
-1
_ogg_common.c
src/inputPlugins/_ogg_common.c
+1
-1
_ogg_common.h
src/inputPlugins/_ogg_common.h
+1
-1
aac_plugin.c
src/inputPlugins/aac_plugin.c
+1
-1
audiofile_plugin.c
src/inputPlugins/audiofile_plugin.c
+1
-1
flac_plugin.c
src/inputPlugins/flac_plugin.c
+1
-1
mod_plugin.c
src/inputPlugins/mod_plugin.c
+1
-1
mp3_plugin.c
src/inputPlugins/mp3_plugin.c
+1
-1
mp4_plugin.c
src/inputPlugins/mp4_plugin.c
+1
-1
mpc_plugin.c
src/inputPlugins/mpc_plugin.c
+1
-1
oggflac_plugin.c
src/inputPlugins/oggflac_plugin.c
+1
-1
oggvorbis_plugin.c
src/inputPlugins/oggvorbis_plugin.c
+1
-1
inputStream.c
src/inputStream.c
+1
-1
inputStream.h
src/inputStream.h
+1
-1
inputStream_file.c
src/inputStream_file.c
+1
-1
inputStream_file.h
src/inputStream_file.h
+1
-1
inputStream_http.c
src/inputStream_http.c
+1
-1
inputStream_http.h
src/inputStream_http.h
+1
-1
interface.c
src/interface.c
+1
-1
interface.h
src/interface.h
+1
-1
list.c
src/list.c
+1
-1
list.h
src/list.h
+1
-1
listen.c
src/listen.c
+1
-1
listen.h
src/listen.h
+1
-1
log.c
src/log.c
+1
-1
log.h
src/log.h
+1
-1
ls.c
src/ls.c
+1
-1
ls.h
src/ls.h
+1
-1
main.c
src/main.c
+1
-1
metadataChunk.c
src/metadataChunk.c
+1
-1
metadataChunk.h
src/metadataChunk.h
+1
-1
mpd_types.h
src/mpd_types.h
+1
-1
myfprintf.c
src/myfprintf.c
+1
-1
myfprintf.h
src/myfprintf.h
+1
-1
outputBuffer.c
src/outputBuffer.c
+1
-1
outputBuffer.h
src/outputBuffer.h
+1
-1
path.c
src/path.c
+1
-1
path.h
src/path.h
+1
-1
pcm_utils.c
src/pcm_utils.c
+1
-1
pcm_utils.h
src/pcm_utils.h
+1
-1
permission.c
src/permission.c
+1
-1
permission.h
src/permission.h
+1
-1
player.c
src/player.c
+1
-1
player.h
src/player.h
+1
-1
playerData.c
src/playerData.c
+1
-1
playerData.h
src/playerData.h
+1
-1
playlist.c
src/playlist.c
+1
-1
playlist.h
src/playlist.h
+1
-1
replayGain.c
src/replayGain.c
+1
-1
replayGain.h
src/replayGain.h
+1
-1
sig_handlers.c
src/sig_handlers.c
+1
-1
sig_handlers.h
src/sig_handlers.h
+1
-1
signal_check.c
src/signal_check.c
+1
-1
signal_check.h
src/signal_check.h
+1
-1
song.c
src/song.c
+1
-1
song.h
src/song.h
+1
-1
stats.c
src/stats.c
+1
-1
stats.h
src/stats.h
+1
-1
tag.c
src/tag.c
+1
-1
tag.h
src/tag.h
+1
-1
tagTracker.c
src/tagTracker.c
+18
-0
tagTracker.h
src/tagTracker.h
+18
-0
tree.c
src/tree.c
+18
-0
tree.h
src/tree.h
+18
-0
utf8.c
src/utf8.c
+1
-1
utf8.h
src/utf8.h
+1
-1
utils.c
src/utils.c
+1
-1
utils.h
src/utils.h
+1
-1
volume.c
src/volume.c
+1
-1
volume.h
src/volume.h
+1
-1
No files found.
src/ack.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audio.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audio.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutput.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#include "audioOutput.h"
#include "list.h"
...
...
src/audioOutput.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_alsa.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_ao.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_mvp.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* Media MVP audio output based on code from MVPMC project:
...
...
src/audioOutputs/audioOutput_oss.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* OSS audio output (c) 2004, 2005, 2006 by Eric Wong <eric@petta-tech.com>
...
...
src/audioOutputs/audioOutput_osx.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/audioOutputs/audioOutput_pulse.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#include "../audioOutput.h"
#include <stdlib.h>
...
...
src/audioOutputs/audioOutput_shout.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/buffer2array.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/buffer2array.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/charConv.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/charConv.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/command.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/command.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/conf.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/conf.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/dbUtils.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#include "dbUtils.h"
#include "directory.h"
...
...
@@ -391,13 +409,4 @@ static int sumSavedFilenameMemoryInSong(FILE * fp, Song * song, void * data) {
return
0
;
}
void
printSavedMemoryFromFilenames
()
{
int
sum
=
0
;
traverseAllIn
(
stderr
,
NULL
,
sumSavedFilenameMemoryInSong
,
sumSavedFilenameMemoryInDirectory
,
(
void
*
)
&
sum
);
DEBUG
(
"saved memory from filenames: %i
\n
"
,
sum
);
}
src/dbUtils.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#ifndef DB_UTILS_H
#define DB_UTILS_H
...
...
src/decode.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/decode.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/directory.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/directory.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugin.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/_flac_common.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* Common data structures and functions used by FLAC and OggFLAC
...
...
src/inputPlugins/_flac_common.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* Common data structures and functions used by FLAC and OggFLAC
...
...
src/inputPlugins/_ogg_common.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
...
...
src/inputPlugins/_ogg_common.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
...
...
src/inputPlugins/aac_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/audiofile_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* libaudiofile (wave) support added by Eric Wong <normalperson@yhbt.net>
...
...
src/inputPlugins/flac_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mod_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mp3_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mp4_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/mpc_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
5
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputPlugins/oggflac_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* OggFLAC support (half-stolen from flac_plugin.c :))
...
...
src/inputPlugins/oggvorbis_plugin.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_file.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_file.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_http.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/inputStream_http.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/interface.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/interface.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/list.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/list.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/listen.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/listen.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/log.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/log.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/ls.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/ls.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/main.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/metadataChunk.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/metadataChunk.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/mpd_types.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/myfprintf.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/myfprintf.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/outputBuffer.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/outputBuffer.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/path.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/path.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/pcm_utils.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/pcm_utils.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/permission.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/permission.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/player.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/player.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playerData.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playerData.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playlist.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/playlist.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/replayGain.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
...
...
src/replayGain.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
...
...
src/sig_handlers.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c) 2004 Nick Welch (mack@incise.org)
* This project's homepage is: http://www.musicpd.org
*
...
...
src/sig_handlers.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/signal_check.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
...
...
src/signal_check.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
...
...
src/song.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/song.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/stats.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/stats.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tag.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tag.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/tagTracker.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#include "tagTracker.h"
#include "log.h"
...
...
src/tagTracker.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#ifndef TAG_TRACKER_H
#define TAG_TRACKER_H
...
...
src/tree.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#include "tree.h"
static
inline
TreeNode
*
newTreeNode
()
{
...
...
src/tree.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
*/
#ifndef TREE_H
#define TREE_H
...
...
src/utf8.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utf8.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utils.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/utils.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/volume.c
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
src/volume.h
View file @
a37348a7
/* the Music Player Daemon (MPD)
* (c)2003-200
4
by Warren Dukes (shank@mercury.chem.pitt.edu)
* (c)2003-200
6
by Warren Dukes (shank@mercury.chem.pitt.edu)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment