Changes between Initial Version and Version 1 of Ticket #49605


Ignore:
Timestamp:
Nov 6, 2015, 11:00:24 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49605

    • Property Owner changed from macports-tickets@… to rmstonecipher@…
  • Ticket #49605 – Description

    initial v1  
    11After a successful installation of mpd, the easiest way to introduce the music library is replace /opt/local/var/lib/mpd/music with a symlink to your existing music library:
    22
    3  user $ cd /opt/local/var/lib/mpd [[br]]
    4  user $ ls -la [[br]]
    5  total 816 [[br]]
    6  drwxrwxrwx  8 root      admin     272 26 Sep 17:39 . [[br]]
    7  drwxr-xr-x  5 root      admin     170  6 Nov 02:33 .. [[br]]
    8  -rw-r--r--@ 1 user  admin    6148 22 Feb  2015 .DS_Store [[br]]
    9  -rwxrwxrwx  1 user  admin  397023 16 Okt 22:43 database [[br]]
    10  drwxr-xr-x  4 user  admin     136 22 Feb  2015 hide [[br]]
    11  lrwxr-xr-x  1 user  admin      19 26 Sep 17:38 music -> /Volumes/htpc/Musik [[br]]
    12  lrwxr-xr-x  1 user  admin      29 26 Sep 17:39 playlists -> /Volumes/htpc/Musik/Playlists [[br]]
    13  -rw-r--r--  1 avahi     admin     581 16 Feb  2015 state [[br]]
     3{{{
     4user $ cd /opt/local/var/lib/mpd
     5user $ ls -la
     6total 816
     7drwxrwxrwx  8 root      admin     272 26 Sep 17:39 .
     8drwxr-xr-x  5 root      admin     170  6 Nov 02:33 ..
     9-rw-r--r--@ 1 user  admin    6148 22 Feb  2015 .DS_Store
     10-rwxrwxrwx  1 user  admin  397023 16 Okt 22:43 database
     11drwxr-xr-x  4 user  admin     136 22 Feb  2015 hide
     12lrwxr-xr-x  1 user  admin      19 26 Sep 17:38 music -> /Volumes/htpc/Musik
     13lrwxr-xr-x  1 user  admin      29 26 Sep 17:39 playlists -> /Volumes/htpc/Musik/Playlists
     14-rw-r--r--  1 avahi     admin     581 16 Feb  2015 state
     15}}}
    1416
    1517If mpd is upgraded or re-installed, the installation fails because "music" and "playlists" symlinks cannot be overwritten.