This is a template for a one song playlist.
At the top of the playlist, change the following:
- <title> {Your Name}'s Playlist
- <creator> {Your Name} [under name of the author]
Each <track> ... </track> block of code contains the information for one song. Since this project will have ten songs, copy and paste the <track> ... </track> block of code nine more times and save the playlist again.
For each of the ten tracks, add the following information to the code:
- <location> name of the mp3 file
- <creator> Name of the artist or group
- <album> Name of the album
- <title> TName of the song
- <image> Album cover art
Save the file again as playlist.xspf (not playlist.xpsf.txt or playlist.xpsf.html) in your audio02 folder. |