Gonna try to start using git properly

This commit is contained in:
Eclypsed
2024-01-06 22:05:51 -05:00
parent b2790a7151
commit 0da467d1e0
57 changed files with 2592 additions and 341 deletions

17
problems.txt Normal file
View File

@@ -0,0 +1,17 @@
Big Problems:
- The stream services being utilized still need to be able to gather which songs you are listening to to provide recommendations,
so requests need to be proxied through the actual streaming service.
- Authentication for every other potential streaming service:
- YouTube Music:? https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html
- Spotify: https://developer.spotify.com/documentation/web-api/concepts/authorization
Little Problems:
- Video and audio need to be kept in sync, accounting for buffering and latency.
Fixed Problems:
- Fucking Jellyfin Authentication (Missing Header)
- Continuous session verification (Fixed with JWTs)
Looking for Style Guidlines?:
- URL structure: https://developers.google.com/search/docs/crawling-indexing/url-structure
- API best practicies: https://learn.microsoft.com/en-us/azure/architecture/best-practices/api-design