Zune Playlists Easy to Create?

I was pondering late last night how can I get along with the new Zune software. No more name calling and bashing the moderators at Zune.net forums. I needed to be a responsible Zunian(no I am not an alien. Just of Zune citizenship) and do more investigating.  Here is how the XML is laid out for both the Windows media playlist file and the Zune Media Playlist file.

Here is what I found:

Windows Media Playlist or WPL

Happy **_Zune Playlist or ZPL_** 7Habits So the difference is? and In my logical thinking as a Zunian I figured lets just make a template and be happy. First things first in order for the Zune software to see your mp3's, wma's or wmv's you need to point the software to the right directories. This will assume you already know how to do so. You will need to edit using notepad or my favorite notepad2 the tag is very important in that you need an absolute path defined for where the media is vs. Happy directory \\ song name. Another concern was does the Zune care about the ? The answer is no not so much. So my answer would be don't worry too much about this as the playlist will work just fine without it. So here is the .zpl file you can rename to "whatever.ZPL" and add your own tags and or information ie mp3 and or video. Happy Or you can open up Windows media player drag all the songs you want to be in a playlist as long as they can be seen by the zune software and save the playlist that was just created into the folder that you have the music and the zune software can see.. Once created right click on the .wpl file and rename it to .zpl. The zune software will do the rest. Enjoy!
This article is part of the GWB Archives. Original Author: mikedopp

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.