• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 7
Experimental Youtube Music Addon
#31
I don't know what I am doing wring but after following the instructions I see no results when I search for /browse
Reply
#32
Thumbs Up 
Will give it a spin when I'll update to LibreELEC 10.
Reply
#33
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).

Smile

M
Reply
#34
(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).

Smile

M

Hi, could you upload your log (to paste.kodi.tv) with any errors so I can have a look.
Reply
#35
(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.

It should work like Youtube Music, if there is video when playing there it should show in the addon too, if you prefer to have only audio, there is a pref to disable the video.
Reply
#36
New version:
plugin.audio.ytmusic.exp-1.0~beta4
- update library dependencies, should fix playback
Reply
#37
Hi,

Any chance you might get a kodi 18 (libreelec) version too?

I can't put 19 on any on my RPI4's as the deinterlacing that worked in 18, doesn't in 19. so can't watch TV if I put that on.

I guess at some  point (who knows when!) it might be fixed. But would love to get YTM back and working in the mean time
Reply
#38
(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
Reply
#39
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.
Reply
#40
(2021-08-29, 21:16)doucettom Wrote:
(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
It's a bug in pytube: https://github.com/pytube/pytube/issues/1105

1) go to .kodi/addons/plugin.audio.ytmusic.exp/resources/lib/pytube/cipher.py and add uncomment line 269 and add the line like in this comment
2) delete in the subfolder __pycache__ the cipher*.pyc

that worked for me.
Reply
#41
(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"
}
Reply
#42
Any new progress on development and new implementations ?
Reply
#43
(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.
Reply
#44
(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.
Reply
#45
(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




Hey, i just wanna say that i love your addon and i hope it can improve in the future. I made my own icons, modified your addon and made it look like the youtube addon but it gives you a youtube music feel to it. Again, thank you so much for making this addon and your the best and hope your still working on it.

https://imgur.com/a/gabbnNr

My discord: The Owl Witch#4432
If you would like these icons and stuff, send me a dm and i will be glad to send you them.

Again, thank you so much and your the best.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
Experimental Youtube Music Addon0