Commit Graph

9 Commits

Author SHA1 Message Date
Markil3
b35e2eefd8 Ensures that we close all sockets and socket servers before exiting.
This makes the program more stable, and ensures that the connection is established every time we start.
2021-08-23 08:31:27 -06:00
Markil3
ede9132279 Adds the ability to play youtube videos.
It still needs a bit of work, but playing and pausing are operational.
2021-08-16 22:42:44 -06:00
Markil3
76594b279c Refines the local provider a bit 2021-08-15 16:40:31 -06:00
Markil3
e5ab98345f Adds local playback via VLC 2021-08-12 17:47:23 -06:00
Markil3
52262b5668 Added a queue system. 2021-08-03 13:11:36 -06:00
Markil3
69a1d9cbf4 Lets the interface cache local song/album data
This will let the interface avoid a system scan every time, improving performance.
2021-08-02 13:02:33 -07:00
Markil3
bc327e8ab7 Provides the interface the ability to load up songs from the file system. 2021-08-02 08:49:52 -07:00
Markil3
105c89b615 Established a connection between the Interface and the browser.
All we're doing right now is pinging, but it should be fairly simple to get an API working now that the browser and interface can talk.
2021-07-29 11:37:07 -07:00
Markil3
77c0b4fa67 Added better logging and browser support.
We still need to work on the Linux browser a bit.
2021-07-25 14:09:06 -07:00