MrDulfin
|
8daebb7212
|
added Controller Handle and Input structs
|
2024-09-29 23:53:25 -04:00 |
|
MrDulfin
|
15988ae808
|
cobbled together some test code for controller and ran cargo fmt
|
2024-09-23 20:52:23 -04:00 |
|
MrDulfin
|
be9f28e38f
|
removed config passing in library functions
|
2024-08-30 23:35:28 -04:00 |
|
MrDulfin
|
e97075401d
|
updated Kushi, mode changes to the moved location field to wrapper structs rather than as part of the queue
|
2024-07-07 19:27:13 -04:00 |
|
MrDulfin
|
67f2385c9d
|
Updated the Queue, added IntoIterator and sorting for Albums
|
2024-06-29 17:12:50 -04:00 |
|
|
47483127ed
|
Made albums own their contents
|
2024-06-28 22:20:13 -05:00 |
|
MrDulfin
|
81ccab01f1
|
implemented Queue changes with kushi crate
|
2024-06-02 23:51:59 -04:00 |
|
MrDulfin
|
683b695bc6
|
added controller changes
|
2024-05-30 01:20:04 -04:00 |
|
|
0513109de8
|
Moved config to a mod.rs file, made controller Player static
|
2024-05-29 18:40:32 -05:00 |
|
MrDulfin
|
54704260ba
|
Added controller & queue changes
|
2024-05-29 01:09:00 -04:00 |
|
MrDulfin
|
5b94c7950f
|
Fixed move_to() function and added more queue functions. also created ControllerError
|
2024-05-20 23:51:44 -04:00 |
|
|
dd7f447d46
|
Implemented for the GStreamer backend
|
2024-05-20 02:32:37 -05:00 |
|
MrDulfin
|
0fa97c27d0
|
Cleaned up many warnings
|
2024-05-20 00:23:45 -04:00 |
|
MrDulfin
|
f79bf8d477
|
cleaned some warnings and updated player trait
|
2024-05-20 00:00:06 -04:00 |
|
MrDulfin
|
9457c5c996
|
fixed a function and removed Album Art function
|
2024-05-19 22:29:30 -04:00 |
|
MrDulfin
|
b04a166c1b
|
Merge branch 'Library-Rework' into controller
|
2024-05-19 22:25:41 -04:00 |
|
MrDulfin
|
56040bfd28
|
Updated Controller and added Player Trait
|
2024-05-19 18:48:29 -04:00 |
|
MrDulfin
|
ab529f4c9b
|
added out_queue function, rudamentary listenbrainz scrobbling and other small changes
|
2024-04-05 20:26:13 -04:00 |
|
MrDulfin
|
f02f5bca41
|
first draft of library Rework
|
2024-04-03 01:00:52 -04:00 |
|
|
9da9b00bef
|
Removed unused imports, moved some tests to mod tests
|
2024-03-23 23:34:47 -05:00 |
|
MrDulfin
|
79ec5aa1ef
|
Added function to add items to the queue.
currently does not work with songs that have the `Played` State
|
2024-02-26 20:17:37 -05:00 |
|
MrDulfin
|
0e6a676e09
|
moved queue to its own file
|
2024-02-24 20:25:56 -05:00 |
|
MrDulfin
|
74e2933de1
|
Added more functions for testing
|
2024-02-23 20:51:59 -05:00 |
|
|
d2822bbb37
|
Moved location of uri.exists() to in Player
|
2024-02-17 21:30:53 -06:00 |
|
MrDulfin
|
c6b561c7af
|
made prepatory changes to the library
|
2024-02-16 22:24:02 -05:00 |
|
MrDulfin
|
3c93110037
|
Added #![allow(unused)]
|
2024-02-16 00:56:38 -05:00 |
|
MrDulfin
|
c842bf0b9c
|
edited the Play command and the test function
|
2024-02-16 00:26:07 -05:00 |
|
MrDulfin
|
e25a7bfcc8
|
playing 2 queues at once works
|
2024-02-12 14:12:51 -05:00 |
|
MrDulfin
|
599ddc584c
|
Finished Controller Prototype
|
2024-02-12 13:43:30 -05:00 |
|
MrDulfin
|
3ad8b78e9d
|
started work on controller protoype
|
2024-02-11 15:54:11 -05:00 |
|
MrDulfin
|
4546082e54
|
created more functions for the config
|
2024-01-17 09:07:06 -05:00 |
|
|
c14ab1f04b
|
Minor work starting on controller.rs
|
2024-01-17 06:18:09 -06:00 |
|
|
4dfc321d2a
|
re-added the controller
|
2024-01-17 04:54:05 -06:00 |
|
|
9eaccc22fd
|
Removed music_controller for restructuring
|
2024-01-12 23:01:06 -06:00 |
|
MrDulfin
|
15b4984054
|
changed music_db.rs to library.rs
|
2023-12-09 01:57:46 -05:00 |
|
|
b2e7367795
|
Ran cargo fmt
|
2023-12-08 00:37:19 -06:00 |
|
|
6b58ac02cf
|
Fixed cargo clippy suggestions
|
2023-11-24 14:48:15 -06:00 |
|