1. 10 Oct, 2011 5 commits
  2. 09 Oct, 2011 18 commits
  3. 08 Oct, 2011 11 commits
  4. 07 Oct, 2011 3 commits
  5. 06 Oct, 2011 3 commits
    • Max Kellermann's avatar
      playlist_song: allow references to songs outside the musicdir · fa7fa2a5
      Max Kellermann authored
      When we have an absolute path that's not inside the music directory,
      allow loading it anyway, if we're in "secure" mode (i.e. the client is
      connected via UNIX socket).
      fa7fa2a5
    • Max Kellermann's avatar
      Merge branch 'v0.16.x' · 5c0576ca
      Max Kellermann authored
      Conflicts:
      	configure.ac
      	src/player_control.c
      	src/player_thread.c
      	src/playlist_song.c
      5c0576ca
    • Jesús Bravo Álvarez's avatar
      playlist_song: fix absolute path support in playlists · 039b3544
      Jesús Bravo Álvarez authored
      Right now, a playlist with absolute pathnames can only add songs that
      are in the same the directory of the playlist or under it.
      
      If uri is an absolute pathname and base_uri is set,
      playlist_check_translate_song() will check that base_uri is a prefix
      of uri, excluding every other song in the music directory outside
      base_uri.
      
      I think in this case base_uri should be completely ignored (and made
      NULL) and uri should just be checked against music root directory.
      039b3544