Skip to content

v4.3.0 - Disc Subheaders

Compare
Choose a tag to compare
@TheQwertiest TheQwertiest released this 14 May 09:50
· 34 commits to master since this release

Changelog

Added

  • Playlist Panel:
    • Added disc sub-headers: see example.
    • Art images are now cached: no more needless image reloading after every little action.
    • Added foo_enhanced_playcount support: $max(%play_count%, %lastfm_play_count%) query is used to get track play count.

Changed

  • Playlist Panel:
    • Increased playlist initialization speed by 30% (thanks to @marc2k3)!
    • Swapped rating and duration positions in rows.
    • Corrected query for album sub-title: standard %subtitle% instead of non-standard %albumsubtitle%.
  • Updated theme.fcl:
    • Added new script files.
    • Changed default Playlist panel properties.
  • Compiled latest foo_jscript_panel with extensions (v2.1.4).

Fixed

  • Playlist Panel:
    • Fixed bug: art images were loaded even with headers disabled.
    • Fixed bug: changing grouping preset in one player mode was not always affecting grouping preset in other mode.
    • Fixed various display glitches with multiline tags.
  • Art Mode:
    • Fixed right-click menu handling.

Special thanks to @kbuffington for disc sub-headers and art image cache ideas!