Commit Graph

4 Commits

Author SHA1 Message Date
Markil3
fc01aa989a Improved the matching/filtering algorithm
Now, only songs that match at least 70% of the query are added. Also, short and common words (a, on, the, and) are ignored.
2021-08-14 11:52:25 -06:00
Markil3
6310449b71 Removes the vlc://quit call from the playlist
This ensures that subsequent calls to the play utility always goes through, even if something else is already playing.

One issue is that subsequent calls to this program while an existing instance is running will cause the second program to simply cancel while the first continues with its new playlist. This can make process monitoring difficult.
2021-08-11 12:27:15 -06:00
Markil3
625a9ec9dd Update play
Added a copyright notice.
2021-08-07 17:21:55 -06:00
Markil3
70fb2a2765 Added the relevant source files. 2021-08-07 16:48:54 -06:00