Commit graph

43 commits

Author SHA1 Message Date
16994cc32a added extension filtering 2023-03-11 14:31:42 -08:00
bf6b9bc4d0 added bacon 2023-03-08 17:37:51 -08:00
1e3a3c19db chore: converted to log commands 2023-01-06 22:29:51 -08:00
2b8d8e8dfd fix: error logs are less hardcoded now 2023-01-06 22:24:49 -08:00
3de79b08f1 chore: Implementing Logging
Using simplelog to output to the terminal and to a log file
2023-01-06 22:21:55 -08:00
3411c0e4a0 fix?: does dropping on error count as fixing the issue 2023-01-06 16:46:37 -08:00
480195671f fix!: fixed closed connection error 2023-01-06 16:43:29 -08:00
b82ebe911c fix: set streams to unblocking; catch those errors 2022-12-24 20:08:15 -08:00
b8a56d9a2c fix: musicplayer starting on launch 2022-12-24 16:34:20 -08:00
135b4f1697 fix: fixed self contained references 2022-12-23 23:24:43 -08:00
9fd012f4b5 fix: stream getting dropped on struct return? 2022-12-23 23:17:18 -08:00
7cc8b81599 refactor: moved socket_message code to function 2022-12-23 15:28:19 -08:00
8ba2983142 feat: Added support for song-switching 2022-12-23 15:06:31 -08:00
156afe9545 fix: No response on play and pause commands 2022-12-22 13:22:15 -08:00
0f4cf287e1 fix: fixed bug cause by file rearrange 2022-12-21 19:18:42 -08:00
36530b8b22 added path searching and standard message types 2022-12-21 19:09:59 -08:00
7257db9c9a feat: Added basic protocol support for play/pause 2022-12-18 21:07:33 -08:00
2ed55b3aa0 feat: Basic websocket communication added
Started parrallel development of SousaCli to work over websockets to control this app
2022-12-18 18:26:13 -08:00
589fa62e73 test: changed to sinks and fuzzy search 2022-12-18 13:57:53 -08:00
20461a4529 feat: example mvp test 2022-12-17 23:48:49 -08:00
c0fdc222fb feat: now ignores primary key attempted insert 2022-12-17 23:48:18 -08:00
4c4d7ff68d added rodio for audio playback and deps 2022-12-17 23:46:46 -08:00
48c09f9aba Changed name of package 2022-12-17 21:46:39 -08:00
8f2ffeb7ee featAdded function for database 2022-12-16 11:49:57 -08:00
3343012e44 docs: Updated documentation 2022-12-16 11:49:19 -08:00
f12ed79f3a chore: small refactor of pathbuf definition 2022-12-16 11:48:41 -08:00
4e36010d13 featadded database operations 2022-12-12 22:30:03 -08:00
b6a41c8fb2 feat: implemented test case for iterator
Spent an hour trying to use a .iter(), just to realize it was already an iterator
2022-12-12 18:40:40 -08:00
7d3cd17413 Added vim temp files 2022-12-12 18:12:13 -08:00
de976775cd feat: removed unclear return value 2022-12-12 18:11:39 -08:00
c850ea3844 fixreally truly stopped .direnv tracking 2022-12-11 21:38:57 -08:00
6953c6b5f0 chore: cleaned tracked files 2022-12-11 21:38:08 -08:00
fbfaeeae15 feat: Added MusicScanner struct for scan ops 2022-12-11 21:36:22 -08:00
407e61976b docs: Actually added basic docs. Will be update, I swear 2022-12-10 22:31:02 -08:00
b9a5e5d2b4 feat: shell hook to let me use Gust 2022-12-10 22:10:12 -08:00
8ce900e116 I guess direnv exclusions don't work 2022-12-10 22:09:49 -08:00
4a0e5cde88 Fixed direnv exclusion 2022-12-10 22:08:16 -08:00
2732cae0e5 Added direnv artifacts to ignore 2022-12-10 22:07:31 -08:00
4b1b6e7648 feat: Added file scanning
Created a sub module for file system oprations

Create proof of concept function to recursivly scan directories for files
2022-12-10 22:05:40 -08:00
2dfd4aef4f basic flags and help docs 2022-12-09 23:43:36 -08:00
17e2776ef7 basic cli usage 2022-12-09 14:11:43 -08:00
a12af938ba First commit 2022-12-09 13:34:45 -08:00
Nickiel12
0662877bad
Initial commit 2022-12-09 12:58:21 -08:00