Skip to content

v0.2.2

Choose a tag to compare

@hilli hilli released this 03 Feb 18:41
· 15 commits to main since this release
194e712

Added

  • UPnP Library Search: New local search index for instant track searching

    • upnp search [query] - Search by title, artist, or album
    • upnp search (no query) - Browse full library with interactive filter
    • upnp index - View index status
    • upnp index --rebuild - Rebuild the search index
    • upnp index --container "path" - Index from specific folder
    • config upnp index container - Set default container for indexing
    • Ranked search results with exact matches first
    • Multi-word queries work across fields (e.g., public enemy uzi)
  • Content Picker Improvements

    • Page Up/Page Down navigation for faster scrolling
    • Filter now matches on artist/album in addition to title

Changed

  • upnp play now recursively scans sub-containers (plays all albums under an artist)
  • upnp search accepts multiple arguments without quotes