aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_save.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-12Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov1-0/+1
2012-02-09playlist_save: add start/end_index parametersMax Kellermann1-2/+7
2011-09-11stored_playlist: return GError, code is playlist_resultMax Kellermann1-5/+5
2011-09-11playlist: move enum playlist_result to playlist_error.hMax Kellermann1-0/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-3/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann1-1/+4
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-07-14playlist: no CamelCaseMax Kellermann1-2/+2
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