Document HTML playlist

This commit is contained in:
Jordan Eldredge 2025-06-19 13:09:10 -07:00
parent fd12770ad5
commit 4ad4ea74eb
4 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Playlist
## Generate HTML Playlist
Webamp implements's Winamp feature for exporting the current playlist to an HTML file. This feature is available in the Webamp UI under the "Playlist" menu, and it allows you to generate a simple HTML file that lists all the tracks in the current playlist in exactly the same style as Winamp's HTML.
![Generate HTML Playlist](../../static/img/playlist-html-playlist.png)
The resulting HTML file looks like this:
![HTML Playlist](../../static/img/playlist-html.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

View file

@ -7,6 +7,7 @@
### Improvements
- Improve skin parsing performance and avoid Chrome console warning by adding `willReadFrequently` to canvas contexts.
- Define an explicit `IMedia` interface for custom media implementations, which allows for better type checking and documentation.
## 2.0.1 [CURRENT]