Block a user
eta357
pushed to 119-fix-docker-compose-missing-libretunesimages-volume at LibreTunes/LibreTunes
2024-10-25 18:28:47 +00:00
Fix Docker compose missing libretunes-images volume
Fix missing libretunes-images volume in Docker compose
Setup routing for image and audio assets based on environment variables
Make asset paths configurable
Setup routing for image and audio assets based on environment variables
Did some more investigation into this and I made a quick change, hope you don't mind. I initially misled you by telling you to put stuff in /site by default. This is all generated at compile-time,…
Directly include placeholder image into program
eta357
pushed to 35-make-asset-paths-configurable at LibreTunes/LibreTunes
2024-10-16 03:22:27 +00:00
Use Web Audio API for client audio playback
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.
Create song list component
Create song list component