mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Document HTML playlist
This commit is contained in:
parent
fd12770ad5
commit
4ad4ea74eb
4 changed files with 12 additions and 0 deletions
11
packages/webamp-docs/docs/05_features/04_playlist.md
Normal file
11
packages/webamp-docs/docs/05_features/04_playlist.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
The resulting HTML file looks like this:
|
||||
|
||||

|
||||
BIN
packages/webamp-docs/static/img/playlist-html-playlist.png
Normal file
BIN
packages/webamp-docs/static/img/playlist-html-playlist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
BIN
packages/webamp-docs/static/img/playlist-html.png
Normal file
BIN
packages/webamp-docs/static/img/playlist-html.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 544 KiB |
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue