1. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  2. 04 Dec, 2013 1 commit
  3. 28 Nov, 2013 1 commit
  4. 21 Nov, 2013 1 commit
  5. 19 Oct, 2013 1 commit
  6. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  7. 15 Oct, 2013 1 commit
  8. 14 Oct, 2013 1 commit
  9. 04 Sep, 2013 1 commit
  10. 07 Aug, 2013 1 commit
  11. 28 Jul, 2013 1 commit
  12. 27 Jan, 2013 1 commit
  13. 26 Jan, 2013 1 commit
  14. 18 Jan, 2013 1 commit
  15. 03 Jan, 2013 1 commit
  16. 02 Jan, 2013 1 commit
  17. 14 Aug, 2012 1 commit
  18. 02 Aug, 2012 2 commits
  19. 13 Feb, 2012 2 commits
  20. 29 Jan, 2011 1 commit
  21. 25 Jul, 2010 1 commit
  22. 01 Jan, 2010 1 commit
  23. 08 Dec, 2009 1 commit
    • Max Kellermann's avatar
      mapper: apply filesystem_charset to playlists · f4b707b4
      Max Kellermann authored
      This fixes an inconsistency in the stored playlist subsystem: when
      obtaining the list of playlists (listplaylist, listplaylistinfo), the
      file names in the playlist directory are converted to UTF-8 (according
      to filesystem_charset), but when saving or loading playlists, the
      filesystem_charset setting was ignored.
      f4b707b4
  24. 15 Jul, 2009 1 commit
  25. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  26. 25 Jan, 2009 1 commit
  27. 18 Jan, 2009 1 commit
  28. 04 Jan, 2009 1 commit
  29. 02 Jan, 2009 2 commits
  30. 01 Jan, 2009 1 commit
  31. 24 Dec, 2008 1 commit
    • Max Kellermann's avatar
      playlist: fix stored playlist modifications with absolute paths · 1bd3cde0
      Max Kellermann authored
      When save_absolute_paths_in_playlists was enabled in mpd.conf, MPD
      broke all playlists when manipulated using the "playlistdelete"
      command.  The reason was that map_directory_child_fs() was used, which
      doesn't accept slashes in the file name.  Use the new map_uri_fs()
      function instead.
      1bd3cde0
  32. 31 Oct, 2008 2 commits
    • Max Kellermann's avatar
      path: moved playlist_dir to mapper.c · d8e877e3
      Max Kellermann authored
      Added the function map_spl_utf8_to_fs() which replaces
      utf8_to_fs_playlist_path().
      d8e877e3
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  33. 15 Oct, 2008 1 commit
  34. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      mapper: new song-to-filesystem mapper library · 5b71d5f6
      Max Kellermann authored
      The mapper library maps directory and song objects to file system
      paths.  With this central library, the code mixture in path.c should
      be cleaned up, and we will be able to add neat features like aliasing.
      5b71d5f6