2021-02-26, 03:27
This addon is a rewrite of the Experimental Google Music addon to Youtube Music.
Requires:
Kodi 19 Matrix
Important:
On first run it will ask for the headers file with cookie data from your web session.
JSON File template:
Obtaining Cookie Data:
Please follow this guide https://ytmusicapi.readthedocs.io/en/lat...on-headers
After you have the cookie and visitor-id strings, just create a text file like the template above and fill the strings.
Donations:
Donations for this addon gratefully accepted.
New version:
plugin.audio.ytmusic.exp-1.0~beta4
- update library dependencies, should fix playback
Older:
plugin.audio.ytmusic.exp-1.0~beta3.zip
plugin.audio.ytmusic.exp-1.0~beta2.zip
plugin.audio.ytmusic.exp-1.0~beta1.zip
TODO:
- implement logon like Youtube Addon
- support adaptive streaming
- add playlist operations
Requires:
Kodi 19 Matrix
Important:
On first run it will ask for the headers file with cookie data from your web session.
JSON File template:
Code:
{
"Cookie": "xxxx",
"X-Goog-Visitor-Id": "yyyy",
"origin": "https://music.youtube.com"
}
Obtaining Cookie Data:
Please follow this guide https://ytmusicapi.readthedocs.io/en/lat...on-headers
After you have the cookie and visitor-id strings, just create a text file like the template above and fill the strings.
Donations:
Donations for this addon gratefully accepted.
New version:
plugin.audio.ytmusic.exp-1.0~beta4
- update library dependencies, should fix playback
Older:
plugin.audio.ytmusic.exp-1.0~beta3.zip
plugin.audio.ytmusic.exp-1.0~beta2.zip
plugin.audio.ytmusic.exp-1.0~beta1.zip
TODO:
- implement logon like Youtube Addon
- support adaptive streaming
- add playlist operations