diff --git a/packages/webamp-docs/docs/05_features/04_playlist.md b/packages/webamp-docs/docs/05_features/04_playlist.md index 2104f1fe..72daf051 100644 --- a/packages/webamp-docs/docs/05_features/04_playlist.md +++ b/packages/webamp-docs/docs/05_features/04_playlist.md @@ -9,3 +9,9 @@ Webamp implements's Winamp feature for exporting the current playlist to an HTML The resulting HTML file looks like this: ![HTML Playlist](../../static/img/playlist-html.png) + +## Mini Visualizer + +If the main and Milkdrop windows are both hidden (via the context menu) and the playlist is horizontally expanded, Webamp will display a mini visualizer in the playlist window. If the main widow is visible, the mini visualizer will not be active. + +![Mini Visualizer](../../static/img/playlist-mini-visualizer.png) diff --git a/packages/webamp-docs/static/img/playlist-mini-visualizer.png b/packages/webamp-docs/static/img/playlist-mini-visualizer.png new file mode 100644 index 00000000..f7c83a7a Binary files /dev/null and b/packages/webamp-docs/static/img/playlist-mini-visualizer.png differ