Commit graph

29 commits

Author SHA1 Message Date
MrDulfin
c8c00a765b removed a broken test function 2024-05-19 22:42:47 -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
a75081d4fc added m3u8 to playlist function and fixed playlist to m3u8 function 2024-04-05 02:09:15 -04:00
MrDulfin
f02f5bca41 first draft of library Rework 2024-04-03 01:00:52 -04:00
MrDulfin
7da0b1a1db updated dependencies and made small changes to the library 2024-03-30 00:55:56 -04:00
MrDulfin
50f42e3a26 removed image crate 2024-03-24 21:41:43 -04:00
MrDulfin
259dbec3a0 Updated album art viewer function 2024-03-24 21:39:27 -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
1c14bc5ebb added queue clearing functions 2024-02-27 23:28:52 -05:00
MrDulfin
c6b561c7af made prepatory changes to the library 2024-02-16 22:24:02 -05:00
MrDulfin
599ddc584c Finished Controller Prototype 2024-02-12 13:43:30 -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
ccbd11175b Updated music_player.rs to more properly handle its own thread 2024-01-23 22:21:04 -06: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
0f5eda5d1d Implemented new reading/writing in utils, improved library init function 2024-01-19 21:22:03 -06: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
c14ab1f04b Minor work starting on controller.rs 2024-01-17 06:18:09 -06:00
MrDulfin
2d0464a993 removed broken imports 2024-01-13 00:57:26 -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
c78f77165e Cargo formatted and made query_uri() public 2024-01-09 13:38:54 -05:00
MrDulfin
82e429895f added to_songs() for XmlLibrary 2023-12-11 00:30:26 -05:00
MrDulfin
594e426a3f Added db_reader, implemented ExternalLibrary, updated Playlist 2023-12-09 23:37:22 -05:00
MrDulfin
15b4984054 changed music_db.rs to library.rs 2023-12-09 01:57:46 -05:00
MrDulfin
7a93974f5b Added Playlists, Implemented MusicCollection for Album and Playlist 2023-12-09 01:52:57 -05:00
Renamed from src/music_storage/music_db.rs (Browse further)