Skip to content

Releases: rubiojr/rplay

v0.4.0

25 Nov 12:21
4289ace
Compare
Choose a tag to compare

Changelog

Added

OGG support

rplay now indexes and plays .ogg audio files.

Changed

Faster indexing and re-indexing

Specially for local repositories. Re-indexing also ignores previously indexed snapshots.

Search results

The total number of results are now printed when searching.

Fixed

  • Correctly prints all metadata fields when searching and playing.
  • Better handling of damaged/unknown files.

v0.3.3

19 Nov 15:44
a27058f
Compare
Choose a tag to compare

Changelog

Bumped rindex module improving indexing performance.

v0.3.2

15 Nov 15:09
864d8bf
Compare
Choose a tag to compare

Changelog

A few small/cosmetic fixes.

v0.3.1

15 Nov 12:20
17b6393
Compare
Choose a tag to compare

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.

v0.3.0

13 Nov 12:59
Compare
Choose a tag to compare

Changelog

Added

Search now supports ID3 tags. Some examples:

Search by artist

rplay search artist:metallica

Search by genre

rplay seach genre:rock

Search by file name

rplay search "filename:*mp3"

List all

rplay search "*"

https://blevesearch.com/docs/Query-String-Query/ explains the search queries in more detail.

Fixed

Improved search output hiding some unwanted metadata fields.

v0.2.3

12 Nov 12:16
Compare
Choose a tag to compare

Changelog

Fixed

play random

Improve resilience to damaged songs.

v0.2.2

11 Nov 19:50
Compare
Choose a tag to compare

Changelog

Fixed

play random

Regression caused random subcommand to crash.

v0.2.1

11 Nov 17:04
Compare
Choose a tag to compare

Changelog

Fixed

play/random command

Sends a proper error message to the user if the index does not exist.

v0.2.0

11 Nov 16:25
Compare
Choose a tag to compare

Changelog

Added

Play next song
When in random mode, hitting Ctrl-c once will play the next song, twice will exit.

Fixed

Performance improvements
Much better performance when indexing repositories and playing.

v0.1.1

04 Nov 16:09
1c8f399
Compare
Choose a tag to compare

Changelog

77d6dff Add build instructions
1c8f399 Fix: don't 💥 when indexing for the second time
6763f32 Update README.md
5c185de staticcheck code cleanups
464f27c update .gitignore