What i forgot to mention:<br><br>One benefit of MLQs over 'regular' playlists at least with BMP 2 is that i've introduced a concept of keeping track of tracks across mount point changes which basically works like this:<br>
<br>BMP stores for each file the HAL volume and device UDI, and the VRP (Volume Relative Path), that is, the path stripped off the mount point root.<br>Whenever it seems that a file is missing, it checks whether the volume UDI of this file is still present on the system, and if so, gathers the new mount point, and adjusts the URI of this
<br>file in the library (this obiviously only works with tracks from the library only anyway since only there we can reliably store the HAL volume/device UDI and the VRP).<br><br>This means practically:<br><br>- Mount your music to /music
<br>- Start BMP<br>- Add music from /music to the library<br>- Quit BMP<br>- Remount /music to e.g. /old_music<br>- Start BMP<br>- Use the library as before. Whenever BMP finds a file is missing, it will correct the URI on-the-fly as long as the volume is mounted at all on the system (and has an UDI to begin with; problem cases here are network volumes, NFS and SMBFS)
<br><br>So the benefit of an MLQ is that unlike a static playlist, you can be rather sure that no matter where you really move the music, BMP will always be able to find it.<br><br>Downsides/doesn't-works:<br><br>- There is no volume UDI available
<br>- You make a regular 'move' (mv), and not just a remount<br><br>In the context of having a common music database, or something like Tracker, this seems very useful (Jamie: Hence my urge to add HAL volume/device UDI per file to the metadata).
<br><br>-- Milosz<br>