• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I just kreatued meh own progarum

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Do people really use that... ? :thumbsdown:

I need to find some WPL playlists to download then. I don't want to fire up WMP.

Fired it up. Made a WPL. It uses a weird format....

Code:
<?wpl version="1.0"?>
<smil>
    <head>
        <meta name="Generator" content="Microsoft Windows Media Player -- 12.0.7601.17514"/>
        <meta name="IsNetworkFeed" content="0"/>
        <meta name="ItemCount" content="10"/>
        <meta name="IsFavorite"/>
        <meta name="ContentPartnerListID"/>
        <meta name="ContentPartnerNameType"/>
        <meta name="ContentPartnerName"/>
        <meta name="Subtitle"/>
        <author/>
        <title>Magical Playlist</title>
    </head>
    <body>
        <seq>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\08 - Born On A Train.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\09 - Naive Melody (Live).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\09 - Naive Melody (Studio).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\10 - Freeway.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\11 - Winter For A Year.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\12 - Accidents.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\13 - Goodnight, Boy (The Troops Rush In).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\14 - Intervention (Live).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\14 - Intervention (Studio).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\15 - In the Backseat (Alternate).mp3"/>
        </seq>
    </body>
</smil>
I can't use that format then... It looks at the info inside the files inside of holding it inside the playlist.

EDIT: I can't do FPL either. They use a format that ties into the bindings of foobar2000 and other thingies...
 
Last edited:
Do people really use that... ? :thumbsdown:

I need to find some WPL playlists to download then. I don't want to fire up WMP.

Fired it up. Made a WPL. It uses a weird format....

Code:
<?wpl version="1.0"?>
<smil>
    <head>
        <meta name="Generator" content="Microsoft Windows Media Player -- 12.0.7601.17514"/>
        <meta name="IsNetworkFeed" content="0"/>
        <meta name="ItemCount" content="10"/>
        <meta name="IsFavorite"/>
        <meta name="ContentPartnerListID"/>
        <meta name="ContentPartnerNameType"/>
        <meta name="ContentPartnerName"/>
        <meta name="Subtitle"/>
        <author/>
        <title>Magical Playlist</title>
    </head>
    <body>
        <seq>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\08 - Born On A Train.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\09 - Naive Melody (Live).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\09 - Naive Melody (Studio).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\10 - Freeway.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\11 - Winter For A Year.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\12 - Accidents.mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\13 - Goodnight, Boy (The Troops Rush In).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\14 - Intervention (Live).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\14 - Intervention (Studio).mp3"/>
            <media src="..\THE ARCADE FIRE - DISCOGRAPHY [CHANNEL NEO]\[B-sides &amp; 18 Rarities]\15 - In the Backseat (Alternate).mp3"/>
        </seq>
    </body>
</smil>
I can't use that format then... It looks at the info inside the files inside of holding it inside the playlist.

EDIT: I can't do FPL either. They use a format that ties into the bindings of foobar2000 and other thingies...

What does your program do? That playlist has a list of files that you can easily add and remove items from.

If the "..\" confuses you, that's just a relative path to the parent folder. You can substitute a full, literal path (ie: "C:\Users\Trident\Music\...") if you want.

If the playlist is in:
Code:
C:\Trident's Music\Playlists\playlist.wpl

Then the music is in:
Code:
C:\Trident's Music\Celine Dion\Shitty Album Name\01.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\02.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\03.mp3

Then the WPL can reference the files either way.

Relative paths from C:\Trident's Music\Playlists\:

Code:
..\Celine Dion\Shitty Album Name\01.mp3
..\Celine Dion\Shitty Album Name\02.mp3
..\Celine Dion\Shitty Album Name\03.mp3

Full paths:

Code:
C:\Trident's Music\Celine Dion\Shitty Album Name\01.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\02.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\03.mp3
 
Last edited:
What does your program do? That playlist has a list of files that you can easily add and remove items from.

If the "..\" confuses you, that's just a relative path to the parent folder. You can substitute a full, literal path (ie: "C:\Users\Trident\Music\...") if you want.

If the playlist is in:
Code:
C:\Trident's Music\Playlists\playlist.wpl
Then the music is in:
Code:
C:\Trident's Music\Celine Dion\Shitty Album Name\01.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\02.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\03.mp3
Then the WPL can reference the files either way.

Relative paths from C:\Trident's Music\Playlists\:

Code:
..\Celine Dion\Shitty Album Name\01.mp3
..\Celine Dion\Shitty Album Name\02.mp3
..\Celine Dion\Shitty Album Name\03.mp3
Full paths:

Code:
C:\Trident's Music\Celine Dion\Shitty Album Name\01.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\02.mp3
C:\Trident's Music\Celine Dion\Shitty Album Name\03.mp3

The program I made takes playlist files and turns the information inside (Artist and name of song) into a HTML table.

Check the programming forum.
 
herp... need to find more things to program.

Also found out Java Applets are not going to work for me. I can't access local information from the client/user. So, if I wanted to read the information from some playlist file on their computer: No worky. So now I have to find a way to have them upload it to the server and then have the server tell the applet the location of the file then spit out the code and give the option of saving maybe?
 
herp... need to find more things to program.

Also found out Java Applets are not going to work for me. I can't access local information from the client/user. So, if I wanted to read the information from some playlist file on their computer: No worky. So now I have to find a way to have them upload it to the server and then have the server tell the applet the location of the file then spit out the code and give the option of saving maybe?

that, or just have a client that runs on their system? jnlp perhaps
 
trident.jpg

lol
 
Couldn't you check the tags on the actual files for artist and song title with the WPL and FPL?
 
Couldn't you check the tags on the actual files for artist and song title with the WPL and FPL?

Look at what this could be used for: Playlists and turning them into HTML. What if I have playlists from someone elses computer? I don't have access to their data. Similarly, using this on the cloud would run that impossible too. That would require immense access to their data, which is a huge security risk and not really doable.
 
Back
Top