Release YouTube (IMPORTANT - READ FIRST POST) - 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 (IMPORTANT - READ FIRST POST) (/showthread.php?tid=200735) 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-04-01 I can tell you when i watched a video on kodi then looked for it on my TV it wasn't there. that was about 1 week or so ago. RE: YouTube (IMPORTANT - READ FIRST POST) - jmh2002 - 2016-04-01 Yeah, so Im not quite sure what Spider is referring to in his previous posts: (2016-03-31, 19:26)*Spider* Wrote:(2016-03-31, 09:08)husseiniq Wrote: No History. When using this addon, any watched video will not be listed in the history. However, watched videos on youtube app or any browser on pc are listed in the history.You can fix this yourself if you go your privacy options in this link and enable it. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-04-01 It's in the list to be looked at, so it will be looked at. Unfortunately i can't give you a date or time when it will be fixed, but I'm going to give it my best shot. RE: YouTube (IMPORTANT - READ FIRST POST) - jmh2002 - 2016-04-01 No problem, I was just trying to ascertain whether Spider had a valid solution or not, because his posts were quite insistent that our settings were wrong... RE: YouTube (IMPORTANT - READ FIRST POST) - dnairb - 2016-04-01 I can confirm that History does not work, as *Spider* suggests it does. Only videos viewed via youtube.com are visible in History in the addon. No videos viewed via the addon are available in History in the addon or on youtube.com. I have the Youtube Search History and Youtube Watch History enabled in the Privacy Check up > 5. Personalise your Google experience in https://myaccount.google.com/privacycheckup/ I have had a look trough the API examples on https://github.com/youtube and https://developers.google.com/youtube/v3/code_samples/ and I don't believe that History is available via the API. RE: YouTube (IMPORTANT - READ FIRST POST) - h0d3nt3uf3l - 2016-04-01 Like dnairb said, the History is not available via the API. I've tried it to put the video_id directly in the playlist via the API. On https://developers.google.com/youtube/v3/docs/channels/list#try-it you can get your related playlist_ids. There I was looking for the watchHistory. Request: Code: GET https://www.googleapis.com/youtube/v3/channels?part=contentDetails&mine=true&key={YOUR_API_KEY} Then I tried to add a video to the list: Code: POST https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&key={YOUR_API_KEY} With this I get the error "You do not have permission to execute this method." Authorized with "https://www.googleapis.com/auth/youtube" Maybe there is another way to do it with the API but I don't get any other idea. I think this is why bromix tried to "open" the video as browser over www.youtube.com/tv. Maybe only this request is changed from youtube. RE: YouTube (IMPORTANT - READ FIRST POST) - *Spider* - 2016-04-01 (2016-04-01, 20:16)jmh2002 Wrote: No problem, I was just trying to ascertain whether Spider had a valid solution or not, because his posts were quite insistent that our settings were wrong... I double checked my history again in Kodi and all history is inbound from external sources only. Unsure as to how I was mixed up in my assessments. Sorry for the confusion. I will rest up all weekend and hopefully regain my sanity again... RE: YouTube (IMPORTANT - READ FIRST POST) - jmh2002 - 2016-04-02 Thanks for clarifying. RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-04-02 Final issue tally. 1. Watch later list does NOT remove the actual video from the list (automated or otherwise) 2. Age restriction blocks people from watching the Video. 3. Adding channels to "KODI favorites" doesn't auto-update 4. My Subscriptions does NOT sort by date 5. Incorrect information on addon listing. Grammar or Spelling incorrect. <-- Already Completed and will be released on the next version.. JDF 4/1/16 6. Issue with sorting on "My Subscriptions" 7. Issue with History. Watched Videos here are not added to your history. *may not be possible* Over the next couple mins i'll be transition over to a new thread since we are at almost 260 pages. Once i am ready to go i'll setup the new thread and post the link over here. Thank you for your help! Jeff RE: YouTube (IMPORTANT - READ FIRST POST) - jmh2002 - 2016-04-02 THANKS for all your help jdf76, as well as Bromix, Kolifanes, and everyone else who has helped with coding, info, and fixes here RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-04-02 New thread has been created. Please go to 267160 (thread) *MODS* would you mind locking this forum out. Thank you to all. |