aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_save.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann1-1/+4
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-04playlist_save: added spl_save_playlist()Max Kellermann1-0/+6
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-3/+3
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann1-1/+1
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-0/+65
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-1/+1
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann1-6/+5
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-5/+7
2009-01-04playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann1-1/+1
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann1-2/+4
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann1-4/+8
2008-12-24playlist: fix stored playlist modifications with absolute pathsMax Kellermann1-1/+1
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann1-1/+1
2008-10-31update: check return valuesMax Kellermann1-1/+2
2008-10-23stored_playlist: don't map files outside the databaseMax Kellermann1-2/+3
2008-10-14playlist: don't use uninitialized local variable (typo)Max Kellermann1-1/+1
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-8/+14
2008-10-14playlist: moved code to playlist_save.cMax Kellermann1-35/+26
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann1-1/+1
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-12/+18
2008-10-08database: removed printDirectoryInfo()Max Kellermann1-3/+0
2008-10-08directory: moved code to database.cMax Kellermann1-17/+27
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-2/+2
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-10/+20
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-3/+4
2008-08-26moved code to crossfade.cMax Kellermann1-9/+10
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-8/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-1/+1
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+0
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-3/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-2/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-3/+3
2006-08-06merge changes from mpd-tree:Warren Dukes1-3/+0
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-1/+1
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-1/+1
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-0/+2
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-1/+1