Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to make HTML playlist like Winamp? (Read 4356 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to make HTML playlist like Winamp?

How can you do this in foobar? I have the newest version.  I found out how to sort of do it, get it to put in every file name and such and add a <br> tag afterwords so i can put it into an already made html file, but how can i get foobar to add in the total length of the playlist and the average length of each track like winamp?  Thanks much for any help you guys can offer.  Also, how can i edit the copy command in the preferences to not include the album title because not all of my songs are tagged with which album they are from.  Thanks again.

How to make HTML playlist like Winamp?

Reply #1
i suppose you can do it with the text writer plugin...

just write some html code and put the variables at the right places...

How to make HTML playlist like Winamp?

Reply #2
It's also possible to adjust the copy command formatting to generate HTML code for each selected song, to be paste between your choice of HTML header and footer sections.

How to make HTML playlist like Winamp?

Reply #3
Got it to work, i just did all the stuff winamp does on my own with a calculator, not that bad.  I just added a <br> after every song in the foobar copy command then put that into an HTMl file and added the rest of the stuff at the top on my own.

http://gobd.home.comcast.net/playlist.html

How to make HTML playlist like Winamp?

Reply #4
I did it like this:
I set copy name(s) to return lines like
playlist.txt and pasted into the file.
Formatting string is commented in phps-file.
Then I made above php-script.
playlist.phps It requires that tags are set
properly or not at all
Example script
Use freely if you like.