Click here to Skip to main content
15,880,891 members
Articles / Programming Languages / XML

WMP Playlist Fix

Rate me:
Please Sign up or sign in to vote.
4.80/5 (2 votes)
6 Dec 2013CPOL6 min read 20.4K   546   5  
The goal is to clean-up double entries in Windows Media Player playlists because the player doesn’t do that itself. For that, a WPL class has been written, and a program that uses that class.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WMPPlayListFix", "WMPPlayListFix.csproj", "{B3922A76-F627-4D9D-81EC-005975885CAE}"
	ProjectSection(ProjectDependencies) = postProject
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4} = {E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{A17B2E5E-01C7-47CF-9771-CE1E152296D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPLControlLib", "WPLControlLib\WPLControlLib.csproj", "{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Debug|Any CPU.ActiveCfg = Debug|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Debug|x86.ActiveCfg = Debug|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Debug|x86.Build.0 = Debug|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Release|Any CPU.ActiveCfg = Release|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Release|Mixed Platforms.Build.0 = Release|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Release|x86.ActiveCfg = Release|x86
		{B3922A76-F627-4D9D-81EC-005975885CAE}.Release|x86.Build.0 = Release|x86
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Debug|Any CPU.ActiveCfg = Debug
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Debug|Any CPU.Build.0 = Debug
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Debug|Mixed Platforms.ActiveCfg = Debug
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Debug|Mixed Platforms.Build.0 = Debug
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Debug|x86.ActiveCfg = Debug
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|Any CPU.ActiveCfg = Release
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|Any CPU.Build.0 = Release
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|Mixed Platforms.ActiveCfg = Release
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|Mixed Platforms.Build.0 = Release
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|x86.ActiveCfg = Release
		{A17B2E5E-01C7-47CF-9771-CE1E152296D5}.Release|x86.Build.0 = Release
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Release|Any CPU.Build.0 = Release|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E6829228-AC1A-41E8-8DCE-AEF9B675A2B4}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
South Africa South Africa
Started in 1988 programming in Pascal, making a 68000 emulator on a DOS platform. Then from Pascal to Clipper, to C++ and now using C#. I've been programming for all walks of businesses; opticians, opthomologist, carbage collectors, reinforcement steel producers, retail chains, and more.
I'm now travelling through Africa with a home-build expedition truck.

Comments and Discussions