Ethan Girouard eta357
eta357 created repository eta357/Windows-12-Compiler 2024-10-16 01:47:10 +00:00
eta357 closed issue LibreTunes/LibreTunes#17 2024-10-15 20:15:57 +00:00
Use Web Audio API for client audio playback
eta357 commented on issue LibreTunes/LibreTunes#17 2024-10-15 20:15:57 +00:00
Use Web Audio API for client audio playback

More difficult than initially assumed, and this isn't really a priority. We may re-visit this in the future.

eta357 opened issue LibreTunes/LibreTunes#115 2024-10-15 19:34:11 +00:00
Create artist page
eta357 opened issue LibreTunes/LibreTunes#114 2024-10-15 19:33:25 +00:00
Create album page
eta357 closed issue LibreTunes/LibreTunes#106 2024-10-15 19:31:06 +00:00
Create song list component
eta357 pushed to main at LibreTunes/LibreTunes 2024-10-15 19:31:06 +00:00
cdffd2c5eb Merge pull request 'Create song list component' (#113) from 106-create-song-list-component into main
0550b18d77 Add SongList component
Compare 2 commits »
eta357 merged pull request LibreTunes/LibreTunes#113 2024-10-15 19:31:05 +00:00
Create song list component
eta357 created pull request LibreTunes/LibreTunes#113 2024-10-15 19:30:48 +00:00
Create song list component
eta357 opened issue LibreTunes/LibreTunes#112 2024-10-11 21:19:37 +00:00
Set new container registry url in docker-compose
eta357 pushed to 106-create-song-list-component at LibreTunes/LibreTunes 2024-10-11 17:25:33 +00:00
0550b18d77 Add SongList component
eta357 commented on issue LibreTunes/LibreTunes#106 2024-10-10 17:53:49 +00:00
Create song list component

!start

eta357 commented on pull request LibreTunes/LibreTunes#107 2024-10-10 17:11:33 +00:00
Setup routing for image and audio assets based on environment variables

Also: Remove the TODO on line 52 in songdata.rs:

impl TryInto<Song> for SongData {
	type Error = Box<dyn std::error::Error>;

	/// Convert a SongData object into a Song object
	///…
eta357 opened issue LibreTunes/LibreTunes#110 2024-10-10 17:08:26 +00:00
Require login to fetch audio and image assets
eta357 opened issue LibreTunes/LibreTunes#109 2024-10-10 17:07:32 +00:00
Implement 2FA login
eta357 opened issue LibreTunes/LibreTunes#108 2024-10-10 17:05:56 +00:00
Implement 2FA code generation
eta357 commented on pull request LibreTunes/LibreTunes#107 2024-10-09 16:55:33 +00:00
Setup routing for image and audio assets based on environment variables

@clbertolini Can you add these environment variables in example.env and Docker compose script?

eta357 opened issue LibreTunes/LibreTunes#106 2024-10-06 21:54:05 +00:00
Create song list component
eta357 deleted branch 33-create-component-for-displaying-music-on-dashboard from LibreTunes/LibreTunes 2024-10-06 21:49:03 +00:00
eta357 pushed to main at LibreTunes/LibreTunes 2024-10-06 21:49:03 +00:00
36e7a5827b Merge pull request 'Create component for displaying music on dashboard' (#105) from 33-create-component-for-displaying-music-on-dashboard into main
134b425ce6 Remove unused MediaType
c678d93661 Create ArtistData, impl DashboardTile
c18bf277b9 Create AlbumData, impl DashboardTile
097b1fc491 impl DashboardTile for Songdata
Compare 20 commits »