diff --git a/packages/webamp-docs/docs/05_features/04_playlist.md b/packages/webamp-docs/docs/05_features/04_playlist.md new file mode 100644 index 00000000..2104f1fe --- /dev/null +++ b/packages/webamp-docs/docs/05_features/04_playlist.md @@ -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) diff --git a/packages/webamp-docs/static/img/playlist-html-playlist.png b/packages/webamp-docs/static/img/playlist-html-playlist.png new file mode 100644 index 00000000..2a1889fd Binary files /dev/null and b/packages/webamp-docs/static/img/playlist-html-playlist.png differ diff --git a/packages/webamp-docs/static/img/playlist-html.png b/packages/webamp-docs/static/img/playlist-html.png new file mode 100644 index 00000000..82177386 Binary files /dev/null and b/packages/webamp-docs/static/img/playlist-html.png differ diff --git a/packages/webamp/CHANGELOG.md b/packages/webamp/CHANGELOG.md index a45076d2..a38fa216 100644 --- a/packages/webamp/CHANGELOG.md +++ b/packages/webamp/CHANGELOG.md @@ -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]