Results 16 comments of benank

I considered this for a while and didn't implement it because of conflict handling - if a player has a display name set in their profile and they decide to...

Gotcha! I'll bundle this in with some other updates probably later today!

We'll definitely have to look into organizing/consolidating the code revolving around theme/installation paths better in order to support this. It'll also make supporting different StepMania clients easier in the future...

Definitely a good idea! Will put this on the todo list. 😊

Thanks you're right, good catch! All working now 😎

I ran into the same issue and was able to solve it by adding extra headers for the Youtube iframe request: ```ts Innertube.create({ client_type: ClientType.TV_EMBEDDED, retrieve_player: false, generate_session_locally: true, device_category:...