WIP. A little custom music server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add todos

+15
+15
TODO.md
··· 1 + # Cover Art fetching 2 + 3 + 1. Cover art parsing should not block main parsing flow 4 + 2. When we see that album doesn't have a coverart: 5 + 1. Fetch cover art from musicbrainz api 6 + 1. look for RELEASE_GROUP_ID or whatever and try fetching it from the endpoint 7 + 2. Determine what rate limits there are 8 + 9 + 2. Try parsing cover art from one of the song files inside of the album 10 + 11 + 3. Benchmark readDirectory. Key metrics are: 12 + 1. Speed 13 + 2. Memory spikes (graph) 14 + 3. Highest memory usage 15 + 4. Benchmark readDirectory implementation using streams