v0.3.1
Changelog
Added
Full text search
Searching should now work as expected: rplay search foo
will now try to match foo
against all the metadata available (artist, album, filename, etc), and not only the song ID.
Re-building the existing index by deleting the existing index (rm -rf ~/.local/share/rplay
) and re-indexing again (rplay index
) is required to make full text search work.