Windows Media 9 Playlist format

This page on the WPL Format is this only thing I could find on how the auto playlists are generated. Most of the auto playlists included with Windows Media Player 9...well...they suck. Why include an auto playlist "Music I dislike"? I'm not sure who would take the time to rate music bad and then use a playlist to listen to it. Maybe I don't see the point. Here is some modified code that will find tracks that are "not so fresh"....

<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 9.0.0.2773"/>
<title>Not So Fresh tracks</title>
</head>
<body>
<seq>
<smartPlaylist version="1.0.0.0">
<querySet>
<sourceFilter id="{4202947A-A563-4B05-A754-A1B4B5989849}" name="Music from my Media Library">
<fragment name="Acquisition Date">
<argument name="condition">Is Before</argument>
<argument name="value">Today</argument>
</fragment>
</sourceFilter>
</querySet>
</smartPlaylist>
</seq>
</body>
</smil>

Comments

Popular posts from this blog

Hooray Beer!