Playlist Info
Component for foobar2000 v1.5 and newer.
| Version: | 0.1 |
| Released: | 2025-11-20 10:24 |
| Size: | 57.3 KB |
| License: | Modified ISC license |
Download
Description
Use titleformat to report information about active or playing playlist.
The fields exposed by this component are:
| %pli_playing_playlist_length% | Returns the length of the playing playlist, formatted as [HH:]MM:SS |
| %pli_playing_playlist_track_count% | Returns the number of tracks in the playing playlist |
| %pli_playing_playlist_name% | Returns the name of the playing playlist |
| %pli_active_playlist_length% | Returns the length of the active playlist, formatted as [HH:]MM:SS |
| %pli_active_playlist_track_count% | Returns the number of tracks in the active playlist |
| %pli_active_playlist_name% | Returns the name of the active playlist |
| %pli_playback_order% | Returns the name of the current playback order |
Changes
| 0.1 (2025-11-20): | Initial version. |