![]() |
Release YouTube - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release YouTube (/showthread.php?tid=356934) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
|
RE: YouTube - Killom - 2022-01-05 Issue #163 seems to be back. Can someone verify? RE: YouTube - Killom - 2022-01-05 Unable to edit Post: Code: 2022-01-05 11:31:09.294 T:1328 WARNING <general>: OutputPicture - timeout waiting for buffer RE: YouTube - ocarror - 2022-01-05 (2022-01-03, 21:38)shaktoo Wrote:Indeed thanks for sharing. I ended up having to create a whole new project with a new API and OAUTH 2 client (new credentials under existing project didn't work for me). I also cleared the function and data cache in the addon. Eventually it worked. Thanks again for the info(2022-01-03, 00:11)SilentR33p3r Wrote:@SilentR33p3r : Thanks for sharing this.(2021-12-30, 18:18)shaktoo Wrote: Confirm This Is happeing on my NVIDIA SHIELD Kodi Matrix 19.3 as well.""proycon commented yesterday • RE: YouTube - robgolbh - 2022-01-06 Please, how can I view unlisted videos from my own channel? RE: YouTube - Petes - 2022-01-06 Seems pretty unstable for me since a couple days ago, using the playlist "play from here" might make it more unstable, not sure. Could be my internet, it's hard to tell but looks like an unstable connection can make it pretty bad, videos that randomly close, freeze, or freeze but audio keeps going, long buffer times, or buffering and crash, or kodi crashes. Would be nice to make the addon more stable for unstable connections (if that's the issue) could solve lots of issues. Also from the playlists the default one "Watch later" playlist has been gone for a long time, at least for me. RE: YouTube - jmh2002 - 2022-01-06 Using YouTube daily without any major issues including Watch Later and I'm on a relatively slow connection. If you don't even have Watch Later working then it seems your YouTube addon is not setup correctly. You need to take the appropriate steps for Watch Later and History to work. Instructions are posted earlier in this thread (search my posts) or on github. RE: YouTube and API keys - ExTechOp - 2022-01-06 (2022-01-01, 13:08)Majide Wrote:Yes, this is clear. However, the fact that it is possible to use the Youtube web interface without logging in indicates that it is possible to use the API either without logging in, or with some kind of ad-hoc API keys. Is the method for this understood (does Youtube's own web interface use some undocumented features), could the Kodi add-on have an option to do something similar?(2022-01-01, 11:34)ExTechOp Wrote: ...it is not possible (in any reasonable way) to use the Youtube add-on without API keys"? What is the reason for such a design decision?Google API Keys have quota and if many people use the same Keys, the quota will be exceeded. That's why, every user must use personal API Keys. Without the Keys, it will not be possible for addon to work with the API. (The reason I'm asking this is that I'm not terribly fond of Youtube continually collecting data on what I'm watching and then monetizing this information) RE: YouTube and API keys - Majide - 2022-01-06 (2022-01-06, 11:49)ExTechOp Wrote: ...it is possible to use the Youtube web interface without logging in indicates that it is possible to use the API either without logging in, or with some kind of ad-hoc API keys. Is the method for this understood (does Youtube's own web interface use some undocumented features), could the Kodi add-on have an option to do something similar?...I have some Kodi installations with YouTube addon with inserted API keys, but without logging in the addon itself. So, Google can track who I'm and my watch history. This is inevitable. The YouTube website use Google owned API keys, that we can not see or use. We cannot scrape this website directly, because of protections. If Kodi implement in the future some form internal WebKit Engine, will be possible addon developers to use it for mimicking of standard web browser activity. But for now, you can create new Google account, only for generating API keys for Youtube, and never logging in it again! RE: YouTube - giaur - 2022-01-06 I'm pretty sure it's possible to access YouTube without any api keys, because youtube-dl is able to do that. Other problem is Google license terms. But technically, it's not any problem to get access to all streams served by YouTube, play them or rip/save to disk. Please stop saying it's technical problem. I can understand Kodi official addon does not want problems with violaton of Google license. And to be safe, keys are used because Google provides that kind of access oficially and official api. RE: YouTube - blablubb1234 - 2022-01-06 (2021-12-15, 18:34)TheGridOne Wrote:(2021-12-13, 14:27)graysky Wrote: Is there an update planned for python 3.10? If one attempts to run the plugin on a system running python 3.10.1, it crashes: Nothing you can do except for waiting for the bug to get fixed in Python or downgrading to an older (working) Python version. RE: YouTube - Azelphur - 2022-01-08 Hi folks, I'm having occasional dropouts of audio when using the Youtube addon, and only on certain videos. Everything else, to my knowledge, works fine. Example of a youtube video I get dropouts on: https://www.youtube.com/watch?v=-nsGtO2c4pw Example of a youtube video which I do not get dropouts on (works fine): https://www.youtube.com/watch?v=hmm6O25BOSg Video of my TV, demonstrating the issue: https://www.youtube.com/watch?v=O9-GzTVRIXc I'm using an odroid n2+ 2GB with coreelec. Any ideas? RE: YouTube - giaur - 2022-01-08 Works fine here. Try to download movie to disk (with youtube-dl) and play it from file, to see if it works fine. RE: YouTube - blueribb - 2022-01-08 (2022-01-08, 12:53)Azelphur Wrote: Hi folks, I'm having occasional dropouts of audio when using the Youtube addon, and only on certain videos. Everything else, to my knowledge, works fine.I hear the dropouts on Windows 10, so I suspect the video itself. RE: YouTube - Azelphur - 2022-01-08 Quote:Works fine here. Try to download movie to disk (with youtube-dl) and play it from file, to see if it works fine.Works fine if I play the downloaded file with youtube-dlp Quote:I hear the dropouts on Windows 10, so I suspect the video itself.I wonder why, I don't have any cutouts when playing the video in a web browser on my laptop (Linux), or my phone. RE: YouTube - giaur - 2022-01-08 Are you sure that's not network issue? |