Commit graph

160 commits

Author SHA1 Message Date
17057accc2 Fix playlist filepath generation to ignore already-absolute paths 2023-12-03 22:22:44 -05:00
9a3919754e Add clear and pause-after REPL commands 2023-10-29 17:40:48 -04:00
c7d3b2582e Only print one line per item if only one field is set to be printed in verbose mode 2023-10-21 23:17:30 -04:00
d0c7bcda58 Make verbose item print out configurable by field 2023-10-16 21:37:08 -04:00
507add66b8 Fix & improve adjacent cover image detection 2023-10-16 20:24:35 -04:00
9f5f8959fc Improve song duration reporting, change to fork of playback library with duration fix 2023-09-17 16:47:22 -04:00
a3a00543f4 Migrate bliss-rs to git.ngni.us 2023-08-24 19:30:20 -04:00
99a1372e47 Implement REPL command to add current item to a m3u8 playlist 2023-08-22 21:05:41 -04:00
99f853e47d Add item history functionality to controls and volume cli command 2023-08-20 20:24:13 -04:00
2cee3dd223 Add music player control interface to CLI 2023-08-12 21:28:56 -04:00
93ab093c2b Update repo url 2023-07-15 16:15:50 -04:00
c3d605420f cargo fmt 2023-07-14 17:52:17 -04:00
1198f58862 Upgrade mpd to v0.1.0 2023-07-10 20:13:57 -04:00
735feeff1a Remove mention of old .sort syntax (~ ftw) 2023-07-10 18:23:37 -04:00
e6e58047f6 Refactor operation emitter to distinguish filters/sorters/itemops from standalone functions 2023-07-10 18:21:51 -04:00
7dbd896348 Refactor field filters to share same base parse node 2023-07-09 15:30:22 -04:00
00812bb3a3 Update READMEs with newer syntax 2023-07-08 20:40:05 -04:00
e649ea495e
Create FUNDING.yml 2023-06-04 20:47:30 +00:00
3d80b8926f Make field references always start with . 2023-04-20 20:24:00 -04:00
6940148f3b Cache cover art as file instead of sending it over dbus as base64 2023-03-25 22:28:39 -04:00
b76ab9cdcb Add radio sorter with improved music analysis and misc cleanup 2023-01-24 22:44:56 -05:00
34aa327742 Update bliss and nerf URI parsing for filepaths 2023-01-12 22:11:54 -05:00
13ac120ebc Enforce thread safety to allow for multithread interpreter 2022-12-24 10:24:59 -05:00
8910d9df18 Refactor filter op 2022-10-31 23:51:35 -04:00
6897041772 Fix failing tests from tag rework 2022-10-31 23:01:58 -04:00
15c42e6654 Add album art to mpris d-bus info 2022-10-26 20:50:45 -04:00
d264b84c90 Add m3u8 loading function syntax -- playlist(filepath) 2022-10-26 20:50:11 -04:00
7b92c340ee Implement raw SQL queries for fake SQL executor, remove sqlite deps by default 2022-09-20 19:41:23 -04:00
e0086b0dea Add playback progress bar to d-bus 2022-08-09 19:46:35 -04:00
4800bb9e0b Remove github build/test workflow 2022-08-03 20:41:54 -04:00
d0db4c8a6c Merge branch 'master' of https://github.com/NGnius/mps 2022-08-03 20:34:22 -04:00
382fc0c4a0
Update rust.yml 2022-08-04 00:32:46 +00:00
cfd189a300
Create rust.yml 2022-08-04 00:29:57 +00:00
b3d76df033 Rewrite SQL system to allow for transpiling SQL, and implement PoC 2022-08-03 20:27:41 -04:00
c70520b15d Replace SQL results with Op 2022-08-01 16:33:37 -04:00
175d304f1b cargo fmt 2022-07-30 00:06:21 -04:00
21f7149660 Change file extensions to .muss 2022-07-30 00:05:38 -04:00
2b6c47f166 Fix clippy warnings & errors 2022-07-30 00:05:03 -04:00
2bec331700 Improve REPL prompt and update deps 2022-07-15 16:17:24 -04:00
d7a8e74bd8 Fix lack of history for ; interpreter submissions 2022-07-09 00:27:40 -04:00
c9c1ab88b9 Add support for Delete key in REPL 2022-07-09 00:10:51 -04:00
0202c28385 Add ?skip and ?list REPL commands and fix some missed names 2022-07-08 21:24:46 -04:00
c76562fa84 Update licensing info and some doc typos 2022-07-02 16:09:58 -04:00
08474a4659 Update fuzzer for rename 2022-07-01 20:40:12 -04:00
fca508b473 Fix building with MPD enabled on non-Linux 2022-07-01 20:28:16 -04:00
6f337a7379 Fix tests for rename 2022-07-01 17:50:07 -04:00
3a4dce084e Rename to MuSS 2022-07-01 17:33:37 -04:00
a64da47cd0 Remove mentions of MPS in code 2022-07-01 16:20:52 -04:00
a18ff0dbf1 Add fuzzing and fix some bugs discovered by it 2022-07-01 12:18:59 -04:00
e4aec77f9a Add negation to like filter and improve string sanitisation (again) 2022-06-18 21:46:33 -04:00