Share via

Playing .pls files in WMP 12

Anonymous
2009-12-05T16:34:47+00:00

I have been trying to figure out how to use WMP 12 as the default player for .pls files. I have done START/Default Programs and have associated .pls file for WMP 12. However it still won't work. Is there a specific download for the proper codecs that can be used with WMP for .pls files?

Thank you to those who respond.

Windows for home | Previous Windows versions | Music, photos, and video

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2009-12-06T15:01:54+00:00

    Hi FIATSD,


    Welcome to Microsoft Answers.

    ****I am sorry to inform you that Microsoft Windows 7 and its software does not automatically detect PLS format and cannot run it. By design the .PLS file format cannot work on windows media player.

    Hope this helps. Let us know the results.

    Thanks,

    Meghmala – Microsoft Support

    Visit our Microsoft Answers Feedback Forum and let us know what you think

    4 people found this answer helpful.
    0 comments No comments

34 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-05-13T15:16:36+00:00

    There is a simple way to make this work.

    Open notepad.exe, and paste the following code:

    @echo off

    for /f "usebackq tokens=1,2 delims==" %%a in (%1) do (

     if /i "%%a"=="File1" "C:\Program Files (x86)\Windows Media Player\wmplayer.exe" %%b

    )

    Save the file as playPLS.bat in your C:\Program Files (x86)\Windows Media Player folder.

    Save a PLS file to your desktop.

    Right click the PLS file and click Open With

    Use Browse to find "C:\Program Files (x86)\Windows Media Player\playPLS.bat"

    Make sure "Always use the selected program..." is checked

    Click OK

    You can delete the PLS file on your desktop if you want

    You're done!

    If you don't have a "Program Files (x86)" folder, use Program Files instead.

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2011-03-11T21:29:46+00:00

    This is nonsense.  The .pls format is rudimentary, almost identical to .m3u:

    ==

    [playlist]

    NumberOfEntries=1

    File1=http://war.str3am.com:8300/

    ==

    This can be played just fine by opening the .pls file in Notepad and pasting the URL into the "Open URL" box in WMP.  There is no "by design" incompatibility; a first-year programming student could add the format to WMP's playlist handler in a day.  Not supporting this format -- at version 12 of WMP -- is obviously a Microsoft marketing decision.  And a very bad one.

    8 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-06-02T01:14:40+00:00

    Linux has no problem playing pls files by default.

    4 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2009-12-06T14:46:30+00:00
    4 people found this answer helpful.
    0 comments No comments