MrDulfin
|
54704260ba
|
Added controller & queue changes
|
2024-05-29 01:09:00 -04:00 |
|
|
42ff5b20a8
|
Polished some things
|
2024-05-28 23:12:42 -05:00 |
|
|
48c7e29eca
|
Fixed buffering for GStreamer
|
2024-05-20 04:03:38 -05:00 |
|
MrDulfin
|
9fac9ef777
|
updated Playlist functions
|
2024-05-20 00:39:51 -04: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
|
c8c00a765b
|
removed a broken test function
|
2024-05-19 22:42:47 -04:00 |
|
MrDulfin
|
a2cb8bd0b5
|
Merge remote-tracking branch 'origin/controller'
|
2024-05-19 22:39:46 -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
|
94e6c25219
|
made a few minor changes
|
2024-05-07 18:28:03 -04:00 |
|
MrDulfin
|
ab529f4c9b
|
added out_queue function, rudamentary listenbrainz scrobbling and other small changes
|
2024-04-05 20:26:13 -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 |
|
|
f7960518ca
|
Fixes album art discovery
|
2024-03-23 16:07:35 -05: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
|
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 |
|
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 |
|
|
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 |
|
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
|
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 |
|
|
c14ab1f04b
|
Minor work starting on controller.rs
|
2024-01-17 06:18:09 -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 |
|
|
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
|
72da619f8e
|
added to_m3u8() and placeholders for Playlist
|
2023-12-25 14:22:57 -05:00 |
|
MrDulfin
|
8fda06a846
|
Merge branch 'main' of https://github.com/Dangoware/dango-music-player
|
2023-12-11 13:16:59 -05:00 |
|
MrDulfin
|
7e041bddd0
|
removed some warnings
|
2023-12-11 13:16:12 -05:00 |
|
|
045cea90bf
|
Applied clippy suggestions
|
2023-12-11 02:42:13 -06:00 |
|
|
5000d24a77
|
Fixed errors in foobar reader
|
2023-12-11 02:30:03 -06:00 |
|
|
cab60e1560
|
Made foobar reader compliant with new Trait
|
2023-12-11 02:27:33 -06:00 |
|
MrDulfin
|
4b55c2eaa8
|
fixed tag reading in to_tag()
|
2023-12-11 00:39:02 -05:00 |
|