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) - kim1406 - 2016-03-11 (2016-03-07, 12:57)mandricus Wrote: Hi guys. First of all, thank you for your great efforts on the plugin. I really appreciate it, as you are trying to restore this important Kodi functionality. Please don't mind useless people ranting about the fact that the plugin is not working. I see that you are trying to do your best in order to find a viable solution and a viable approach. This is not easy but I'm pretty sure a solution will be found. Thank you very much. I've just followed your post, and now I'm having youtube plugin working again. RE: YouTube (IMPORTANT - READ FIRST POST) - Crowly - 2016-03-11 When you add a youtube channel (from the add-on) as a favorite in Kodi, it does not update/refresh the video list. It will take some time to test since you need to add a channel, then wait for it to upload new videos, then access it from your favorite list again. This is not an issue (within the add-on) if you subscribe to the channel. I like to add channels I don't watch to often too favorites, so those videos doesn't "fill" up my subscription list. If the plugin url is saved as plugin://plugin.video.youtube/user/xxxx, instead of plugin://plugin.video.youtube/channel/yyyy, things works as expected. I'm guessing this is an issue with the value passed from the add-on to Kodi when the favorite is created. This worked as it should in the "old Bromix version". (2016-03-04, 03:32)jdf76 Wrote: I'm sorry i'm a little lost. What is it you are doing exactly? RE: YouTube (IMPORTANT - READ FIRST POST) - jdf76 - 2016-03-12 Might not be a bad idea, put kodiforum/bromix as the author or put Kodi Forum as the author and put in the comments saying originally from bromix. this was ppl don't gripe to bromix about a plugin he doesn't maintain but the forum does. my 2 cents. Jeff (2016-03-11, 16:53)Fludizz Wrote: Just as a minor suggestion... would it be an idea to update the plugin provider string: RE: YouTube (IMPORTANT - READ FIRST POST) - *Spider* - 2016-03-12 It would be best to just rename the author as Kodiforum and be done with it. It wouldn't hurt to add "Developer Wanted". (2016-03-12, 01:24)jdf76 Wrote: Might not be a bad idea, put kodiforum/bromix as the author or put Kodi Forum as the author and put in the comments saying originally from bromix. this was ppl don't gripe to bromix about a plugin he doesn't maintain but the forum does. RE: YouTube (IMPORTANT - READ FIRST POST) - DarrenHill - 2016-03-12 It would be better to put specific name or names rather than something generic like "kodiforum" which means little practically. There should be a link in there back to this thread anyway, and of course give Bromix his due credit. RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-03-12 No code changes between Bromix's last release 5.1.16 and latest forum patched version 5.1.20.4 should affect the core functionality of the add-on. 1. Changed API keys to working keys from Bromix's non-working (revoked?) API keys. 2. Added code to enable YouTube add-on to work with 'future' Kodi 17. 3. Added code to fix failed Live streaming, itag 91patch. 4. Added code to enable editing the API key via Kodi GUI. I suppose the only way to be sure is to re-install "old Bromix version" 5.1.16, put in some working API keys in the login_client.py file and test it. I think your results will be the same. (2016-03-11, 21:39)Crowly Wrote: When you add a youtube channel (from the add-on) as a favorite in Kodi, it does not update/refresh the video list. It will take some time to test since you need to add a channel, then wait for it to upload new videos, then access it from your favorite list again. This is not an issue (within the add-on) if you subscribe to the channel. I like to add channels I don't watch to often too favorites, so those videos doesn't "fill" up my subscription list. RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-03-12 Is anybody PR'ing the latest forum release into the Kodi Gotham/Helix/Isengard/Jarvis repository? According to submission rules only the repo owner can send a PR to the mail list. Anyway, other things need changing. Code: (I changed the email address below so he does not get spammed.) (2016-03-12, 02:16)*Spider* Wrote: It would be best to just rename the author as Kodiforum and be done with it. It wouldn't hurt to add "Developer Wanted". RE: YouTube (IMPORTANT - READ FIRST POST) - *Spider* - 2016-03-12 (2016-03-08, 17:32)Edgeshark Wrote:(2016-03-07, 18:28)gitman Wrote: thanks for the update, hope to see it in the official repo soon. @Edgeshark Since you asked this question, could you provide the result of your testing the workaround to your issue? RE: YouTube (IMPORTANT - READ FIRST POST) - Edgeshark - 2016-03-12 I will use the app some more to see if the "Recommended for you" list populates. If not, I will try to do a little more research in the API issue to see if that makes any change. I am very new to this and rarely use Youtube myself. I will post what I find out. RE: YouTube (IMPORTANT - READ FIRST POST) - kgoerbig - 2016-03-12 Running OSMC on RPi2. For the time being, the YT addon is working on the latest update 5.1.20.4. I know I can add my own api key through YT settings in Kodi, but to be honest entering in long keys with a remote is kind of a pain. 1. cd /home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client 2. nano login_client.py Code: # API KEY for search and channel infos. These should work most of the time without login to safe some quota How do I go about adding my own keys in the script itself with the new added code? RE: YouTube (IMPORTANT - READ FIRST POST) - *Spider* - 2016-03-12 (2016-03-12, 18:25)kgoerbig Wrote: How do I go about adding my own keys in the script itself with the new added code? You must have skipped the various pages describing how... RE: YouTube (IMPORTANT - READ FIRST POST) - misty01 - 2016-03-12 Don't do it there. Future add-on updates will wipe your changes. This may not be your exact path, but modify here: kodi/userdata/addon_data/plugin.video.youtube/settings.xml. You will see where to edit. This should hold your changes even with add-on updates unless you need to delete the userdata/...../...youtube folder for some reason. (2016-03-12, 18:25)kgoerbig Wrote: Running OSMC on RPi2. For the time being, the YT addon is working on the latest update 5.1.20.4. RE: YouTube (IMPORTANT - READ FIRST POST) - *Spider* - 2016-03-12 (2016-03-12, 18:25)kgoerbig Wrote: I know I can add my own api key through YT settings in Kodi, but to be honest entering in long keys with a remote is kind of a pain. I used the Kore app on my iPad to simply copy and paste the keys onto my Nexus Player and Raspberry Pi through the YT settings in Kodi to prove that you don't have to endure "entering in long keys with a remote". https://itunes.apple.com/ca/app/official-kodi-remote/id520480364?mt=8 RE: YouTube (IMPORTANT - READ FIRST POST) - skydivertricky - 2016-03-13 Hi All Recently updated to Kodi 16.0 Jarvis on windows 10. But now the youtube addon that worked previously no longer works, and there doesnt appear to be an update in the kodi repo. This appears to be a rather long thread - I dont really want to trawl through all of it to find out if there is a fix or not - is there a fix? What is it? Thanks for the help RE: YouTube (IMPORTANT - READ FIRST POST) - danmedhurst - 2016-03-13 (2016-03-13, 10:29)skydivertricky Wrote: Hi All The only answer you're going to get is "use the search function".. so i'd suggest you do that i'm afraid. |