2021-07-07, 13:07
I don't know what I am doing wring but after following the instructions I see no results when I search for /browse
(2021-07-30, 17:57)MAPO1978 Wrote: Hi all,
Just a few days ago suddenly the addon stopped working for me. An earlier post mentioned cookies might expire after a while so I generated a new text file with new cookie strings etcetera. The addon now will load my library, but will not play any songs. Is this something more people encountered recently?
Thanks to all in advance and thanks to all developers who make this possible (foreverquest).
M
(2021-07-05, 21:00)ZodiacZA Wrote: Hey foreverguest
Firstly, thanks so much for putting in the effort for this add-on. I'll definitely be donating when I get the chance.
I see that you have a video setting but after playing a few songs I haven't seen a Music Video like I would on the YT Music app. To confirm, is the "Video" the album art is it intended to play the song's video?
More asking in case I need to do something definitely to get that to work.
(2021-07-25, 18:20)doucettom Wrote: Will give it a spin when I'll update to LibreELEC 10.OK so I installed LibreELEC 10 (fresh install) and installed the beta4. I cannot play anything in my playlist so far.
(2021-08-29, 21:16)doucettom Wrote:It's a bug in pytube: https://github.com/pytube/pytube/issues/1105(2021-07-25, 18:20)doucettom Wrote: Will give it a spin when I'll update to LibreELEC 10.OK so I installed LibreELEC 10 (fresh install) and installed the beta4. I cannot play anything in my playlist so far.
Here are the logs:
https://paste.kodi.tv/ayisemifuj.kodi
(2021-09-17, 01:43)itinerantmarshmallow Wrote: I'm probably being an idiot but can someone paste (and slightly change for their protection) the JSON content?
I've created one and know how to get the info but doesn't seem to be in the right format as the addon is rejecting it.
json:{
"Cookie": "CONSENT=a_lot_of_stuff",
"X-Goog-Visitor-Id": "some_characters",
"origin": "https://music.youtube.com"
}
(2021-10-14, 15:28)tocopaxi Wrote:(2021-09-17, 01:43)itinerantmarshmallow Wrote: I'm probably being an idiot but can someone paste (and slightly change for their protection) the JSON content?
I've created one and know how to get the info but doesn't seem to be in the right format as the addon is rejecting it.json:{
"Cookie": "CONSENT=a_lot_of_stuff",
"X-Goog-Visitor-Id": "some_characters",
"origin": "https://music.youtube.com"
}
(2021-10-20, 18:14)itinerantmarshmallow Wrote:(2021-10-14, 15:28)tocopaxi Wrote:(2021-09-17, 01:43)itinerantmarshmallow Wrote: I'm probably being an idiot but can someone paste (and slightly change for their protection) the JSON content?
I've created one and know how to get the info but doesn't seem to be in the right format as the addon is rejecting it.json:{
"Cookie": "CONSENT=a_lot_of_stuff",
"X-Goog-Visitor-Id": "some_characters",
"origin": "https://music.youtube.com"
}
Nice one, now to try again.
(2021-02-26, 03:27)foreverguest Wrote: 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:
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