aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_print.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-12db_print: print extra "playlist" object for embedded CUE sheetsMax Kellermann1-12/+30
2012-02-12playlist_vector: use the list_head libraryMax Kellermann1-0/+1
2011-10-08db_print: print absolute URI of playlist entriesMax Kellermann1-3/+17
2011-09-13db_print: move code to function db_selection_print()Max Kellermann1-2/+15
2011-09-13db_visitor: add method playlist()Max Kellermann1-0/+37
2011-09-13database: don't allow uri==NULLMax Kellermann1-1/+1
2011-09-13database: add struct db_visitorMax Kellermann1-52/+92
2011-09-06dbUtils: move code to db_print.cMax Kellermann1-72/+1
2011-09-05dbUtils: pass player_control to findAddIn()Max Kellermann1-7/+12
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-5/+11
2011-01-10dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann1-1/+1
2010-02-08song_print: song_print() returns voidMax Kellermann1-2/+2
2010-01-02dbUtils: return empty tag value only if no value was foundMax Kellermann1-1/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27dbUtils: return multiple tag values per songMax Kellermann1-1/+0
2009-12-26song: added function song_get_duration()Max Kellermann1-2/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-2/+2
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+22
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-03-15dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann1-35/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-27tag: no CamelCaseMax Kellermann1-3/+3
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-1/+1
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-24locate: added locate_item_list_casefold()Max Kellermann1-6/+2
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-39/+21
2009-01-24locate: added struct locate_item_listMax Kellermann1-5/+6
2009-01-24locate: no CamelCaseMax Kellermann1-7/+7
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-14/+18
2009-01-22locate: use const pointersMax Kellermann1-20/+13
2009-01-18stats: use one db_walk() to obtain statsMax Kellermann1-41/+0
2009-01-04directory: added directory_is_root()Max Kellermann1-3/+4
2009-01-03dbUtils: use GLib instead of utils.hMax Kellermann1-3/+4
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+2
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-1/+1
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-1/+1
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-2/+4
2008-10-08directory: fix update in root directoryMax Kellermann1-2/+2
2008-10-08directory: eliminate CamelCaseMax Kellermann1-2/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-15/+13
2008-10-08directory: moved code to database.cMax Kellermann1-0/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-12/+23
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-6/+8
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-2/+2
2008-10-07song: replace printSong* with song_print_*Eric Wong1-6/+6
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-29allow searching for albums with an empty tagEric Wong1-0/+2
2008-09-23Replace SongList with struct songvecEric Wong1-2/+2