Commit graph

118 commits

Author SHA1 Message Date
MrDulfin
162982ef86 Updated album art viewer function to 2024-03-24 21:36:22 -04:00
9da9b00bef Removed unused imports, moved some tests to mod tests 2024-03-23 23:34:47 -05:00
MrDulfin
c4c842e637 added function to show album art anf other small changes 2024-03-23 23:40:10 -04:00
MrDulfin
7dcca94174 committing possibly broken code as a backup 2024-03-15 21:23:23 -04:00
MrDulfin
96cfbe9a50 test commit 2024-03-11 20:29:28 -04:00
MrDulfin
588a9cbd94 Added more queue functions 2024-03-10 19:22:31 -04:00
MrDulfin
1c14bc5ebb added queue clearing functions 2024-02-27 23:28:52 -05:00
MrDulfin
e175fe7337 added remove_item() function to Queue 2024-02-27 01:23:09 -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
96069fd9bc Added .exists() for URI 2024-02-09 23:23:08 -06:00
MrDulfin
4a7a6096d6 addded small changes 2024-02-09 23:52:24 -05:00
MrDulfin
0a68a12546 moved Song creation functions to the Song struct 2024-02-06 20:36:31 -05:00
MrDulfin
f751ec6bbf Merge branch 'main' of https://github.com/Dangoware/dmp-core 2024-02-04 03:47:11 -05:00
MrDulfin
9bb1ed7ab5 made 2 tiny changes 2024-02-04 03:47:02 -05:00
04c7ddb876 Cleaned up code, updated crates 2024-01-24 02:47:57 -06:00
e706d232d6 Merge branch 'main' of https://github.com/Dangoware/dmp-core 2024-01-23 22:21:37 -06:00
ccbd11175b Updated music_player.rs to more properly handle its own thread 2024-01-23 22:21:04 -06:00
MrDulfin
fd82f3072c removed rpc stuff 2024-01-22 14:07:04 -05:00
MrDulfin
03c8d67b5e s 2024-01-22 14:06:13 -05:00
MrDulfin
7c5a9c282b added more tests 2024-01-21 05:24:10 -05:00
e931c2b528 Modified library.rs to properly save with bincode, added new functions to it as well 2024-01-20 20:38:50 -06:00
MrDulfin
097cc1147e renamed xml to itunes 2024-01-19 22:35:19 -05:00
0f5eda5d1d Implemented new reading/writing in utils, improved library init function 2024-01-19 21:22:03 -06:00
MrDulfin
0f49c50c42 Edited Config and added a test 2024-01-19 06:59:27 -05:00
MrDulfin
b937ac55f1 broke code 2024-01-19 05:33:58 -05:00
MrDulfin
c057352e9b Changed MusicLibrary and config file handling 2024-01-17 15:22:28 -05:00
MrDulfin
4546082e54 created more functions for the config 2024-01-17 09:07:06 -05:00
MrDulfin
634b12d353 Merge branch 'main' of https://github.com/Dangoware/dmp-core 2024-01-17 07:27:34 -05:00
MrDulfin
4e5a45e544 messing with Config 2: Electric Boogaloo 2024-01-17 07:20:51 -05:00
c14ab1f04b Minor work starting on controller.rs 2024-01-17 06:18:09 -06:00
4e33d20d18 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-01-17 04:56:39 -06:00
4dfc321d2a re-added the controller 2024-01-17 04:54:05 -06:00
MrDulfin
bc75b92237 messing around with config 2024-01-17 05:53:18 -05:00
MrDulfin
2d0464a993 removed broken imports 2024-01-13 00:57:26 -05:00
MrDulfin
6da574e7cb Merge branch 'main' of https://github.com/Dangoware/dmp-core 2024-01-13 00:20:36 -05:00
MrDulfin
3c54745303 updated cargo.toml 2024-01-13 00:20:23 -05:00
9eaccc22fd Removed music_controller for restructuring 2024-01-12 23:01:06 -06:00
af6e273e19 Merge branch 'main' of https://github.com/Dangoware/dmp-core 2024-01-12 22:47:24 -06:00
MrDulfin
463456ad5b test 2 2024-01-12 23:47:00 -05:00
278f37dd6a Made some changes to error handling in the Player and other minor changes 2024-01-12 22:46:33 -06:00
MrDulfin
4fbda80397 test 2024-01-12 23:32:25 -05:00