Skip to content

Releases: stuerp/foo_uie_playlist_tree

v1.1.1.0-beta1

v1.1.1.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@stuerp stuerp released this 18 Jul 09:11
  • New: You can use the middle mouse button to remove a folder or playlist.
  • Improved: Major optimization of drop operations.
  • Improved: Minor code tweaks to better support switching between light and dark mode.

v1.1.0.0

Choose a tag to compare

@stuerp stuerp released this 16 Jul 20:04
2f4adcb
  • New: User Guide.
  • New: Load playlist, Save playlist and Save all playlists commands.
  • New: ARM64EC version.
  • Improved: Usability
  • Improved: DUI and CUI rendering.
  • Fixed: A nasty bug in the serialization/deserialization of the component state that occurred only in the Release build. As a result this version will reset the state to its default.

v1.0.0.0

Choose a tag to compare

@stuerp stuerp released this 13 Jul 17:29
  • Supports the Default User Interface (DUI) and the Columns User Interface (CUI).
  • Supports dark mode.
  • Supports foobar2000 2.0 and later (Intel 32-bit/64-bit version).
  • Title formatting variables
    • %node_name%: the name of the node, either a playlist or a folder.
    • %node_is_folder%: boolean value for use in $if( ...) expressions and is true when the node is a folder.
    • %node_item_count%: the number of playlists in a folder or number of items in a playlist.
    • %playlist_duration%: the duration of the playlist (in seconds).
    • %playlist_size%: the size of the playlist (in bytes).
    • %fb2k_path%: the directory path of the foobar2000 installation.
    • %fb2k_component_path%: the directory path of the component.
    • %fb2k_profile_path%: the directory path of the foobar2000 profile.
    • Any Windows environment variable.
  • User defined tree images
  • Supports drag & drop from foobar2000, Explorer and other applications.
  • Supports the foobar2000 playlist recycle bin.