ytmusicapi icon indicating copy to clipboard operation
ytmusicapi copied to clipboard

Unofficial API for YouTube Music

Results 29 ytmusicapi issues
Sort by recently updated
recently updated
newest added

I have just started using this API and it looks like there is no way to only request a specific range of songs in a playlist rather than all the...

When calling the `get_watch_playlist` with a videoId and/or playlistId, I expect the result to be dynamic and change with every call, just like on YT Music whenever I start a...

bug

This PR allows the user to pass a limit of `None` to `get_library_playlists` in order to get back all of their playlists. Addresses #275

Made some changes to the upload.py file and ran a formatter against the workflow files. I'm planning on adding some doc strings to the functions as well.

Context: I am setting up mopidy-ytmusic on NixOS. There isn't access to mopidyctl for some reason, so I've had to manually fill out the `auth.json` I was having a strange...

question

In the Edge/Chromium section of 'copy authentication headers' of the Docs: - set **Type** to `fetch` instead of `xhr`. Rationale: fetch is what appears in Edge as of 103.0.1264.71 (Official...

YouTube Music is very inconsistent with how it distinguishes standard and deluxe albums: * Sometimes the deluxe and standard versions of an album are separate * Sometimes the standard version...

enhancement

Currently, to get all of your playlists if you don't know how many you have, you have to iterate guessing and seeing if the count returned is less than you...

For authenticated requests, this API currently depends on the browser session that the sesson cookie originates from. If the browser session is invalidated (logout, account switch, expiry), the app will...

enhancement
help wanted

You can choose your favourite artist with this url: https://music.youtube.com/tasteprofile According to Google it changes to recommendations. Please add a way to add artists to this list via your api.

enhancement
help wanted
good first issue