You can make a simple MTE-file to create a play list in the WPL-format (Windows Media) using the export function of MP3tag.
Installation and use:
- Open Run Dialog by clicking Start->Run
- Copy this text %APPDATA%\Mp3tag\export into the text field of Run Dialog.
- Click OK. A folder named "export" will appear.
- Put the attached .MTE (or build one yourself, see below) in this folder
- Start MP3tag and open a folder containing media files
- Select the files you want to appear in de Playlist
- Make an export selecting Windows Media Playlist form the menu
- The default name for de Playlist will be %artist% - %album%.wpl
- Open an explorer windows and browse to the created .WPL
- Double Click and Windows Media Player will open en play the list.
Create .MTE:
-
Open a text editor (e.g. Notepad) and copy the code below in a new file.
-
Save the file as Windows Media Playlist.MTE
$filename(%artist% - %album%.wpl,utf-8)<?wpl version="1.0"?>
%artist%
%artist% - %album%
$loop(%track%)
$loopend()
You may also use the attached zipped .MTE file
Windows_Media_Playlist.zip (385 Bytes)