• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...