<?xml version="1.0"?>
<playlist uribase="file:///home/victor/MP3s/Pavement/Pacific Trim/">
<name>Pacific Trim</name>
<artist>Pavement</artist>
<year>1996</year>
<gain>-4</gain> <!-- Volume gain -->
<playlist-selection allow-crossfade="no">
<category name="all" weight="20" />
<category name="5pm" weight="20" />
<tracks>all</tracks>
<nick>pavpac</nick> <!-- Change the nickname to whatever you like -->
<desc></desc>
</playlist-selection>
<!-- Can specify alternate playlist selections.
Setting allow-crossfade="no" treats the playlist
like an album, ie no crossfades -->
<playlist-selection allow-crossfade="no">
<category name="lara-is-home" weight="10" />
<tracks>2-3</tracks>
<nick>pavpac2</nick>
<desc>Alternate selection of songs</desc>
</playlist-selection>
<track uri="01.Give It A Day.mp3">
<tracknum>1</tracknum>
<name>Give It A Day</name>
<track-selection>
<!-- A track selection can belong to several categories -->
<category name="all" weight="20" />
<category name="5pm" weight="20" />
<category name="lara-is-home" weight="0" />
<start pos="0" pad="2" /> <!-- pad is # of seconds of extra silence -->
<end pos="0" pad="0" />
<crossfadein active="no" /> <!-- Never let this track fade in -->
<crossfadeout active="yes" duration="5" envelope="linear" />
<desc></desc>
</track-selection>
</track>
<track uri="02.Gangsters & Pranksters.mp3">
<tracknum>2</tracknum>
<name>Gangsters & Pranksters</name>
<track-selection>
<category name="all" weight="20" />
<category name="5pm" weight="10" />
<category name="lara-is-home" weight="5" />
<start pos="0" pad="0" />
<end pos="0" pad="0" />
<!-- A "step" envelope in the following crossfade means
overlap with previous song, but no fading in. -->
<crossfadein active="yes" duration="5" envelope="step" />
<crossfadeout active="yes" duration="5" envelope="linear" />
<desc></desc>
</track-selection>
</track>
<track uri="03.Saganaw.mp3">
<tracknum>3</tracknum>
<name>Saganaw</name>
<gain>2</gain> <!-- This track's volume gain (override playlist) -->
<track-selection>
<category name="all" weight="20" />
<category name="5pm" weight="20" />
<category name="lara-is-home" weight="10" />
<start pos="0" pad="0" />
<end pos="0" pad="0" />
<crossfadein active="yes" duration="5" envelope="linear" />
<crossfadeout active="yes" duration="5" envelope="step" />
<desc></desc>
</track-selection>
</track>
</playlist>