sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.59k stars 184 forks source link

Track positions #510

Closed jcbirdwell closed 5 months ago

jcbirdwell commented 6 months ago

Implementation of #509.

I refactored to relative imports so I could get proper module linking to track down the required functions.

All relevant tests passing + new tests added for the weird album.

I'm getting some weird behavior with the new ruff/mypy pipeline related to library stubs that I can't seem to get working at the moment, but I think the errors are irrelevant to the PR.