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 - jonib - 2022-05-08 (2022-05-08, 05:54)xenophrenia Wrote: I have seen some references to the idea that the creator / maintainer of this add-on is no longer updating or replying here ... He might not reply here that much but the plugin is getting great support on github RE: YouTube - xenophrenia - 2022-05-10 the last release was October 2021 - how is that great support? I see the issue listed (only it doesn't just take me back to the video menu - it completely crashes Kodi) RE: YouTube - rickyman - 2022-05-10 i try to play 4k Youtube video on my pc. 2022-05-10 13:39:37.095 T:9000 INFO <general>: CPythonInvoker(59, C:\Users\htpc\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\default.py): script successfully run 2022-05-10 13:39:37.099 T:8300 INFO <general>: VideoPlayer::OpenFile: plugin://plugin.video.youtube/play/?video_id=a8Gx8wiNbs8 2022-05-10 13:39:37.504 T:5788 INFO <general>: Creating InputStream 2022-05-10 13:39:37.648 T:5788 INFO <general>: Creating Demuxer 2022-05-10 13:39:38.076 T:5788 ERROR <general>: CDVDDemuxFFmpeg::Open - error probing input format, https://www.youtube.com/watch?v=a8Gx8wiNbs8 2022-05-10 13:39:38.076 T:5788 ERROR <general>: CVideoPlayer::OpenDemuxStream - Error creating demuxer 2022-05-10 13:39:38.076 T:5788 INFO <general>: CVideoPlayer::OnExit() 2022-05-10 13:39:38.099 T:8300 INFO <general>: CVideoPlayer::CloseFile() 2022-05-10 13:39:38.099 T:8300 INFO <general>: VideoPlayer: waiting for threads to exit 2022-05-10 13:39:38.100 T:8300 INFO <general>: VideoPlayer: finished waiting 2022-05-10 13:39:50.375 T:8300 INFO <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY 2022-05-10 13:39:52.592 T:8300 INFO <general>: Stopping player 2022-05-10 13:39:52.592 T:8300 INFO <general>: Storing total System Uptime 2022-05-10 13:39:52.592 T:8300 INFO <general>: Saving settings 2022-05-10 13:39:52.596 T:8300 INFO <general>: Saving skin settings 2022-05-10 13:39:52.597 T:8300 INFO <general>: Stopping all 2022-05-10 13:39:52.597 T:8300 INFO <general>: ES: Stopping event server 2022-05-10 13:39:53.003 T:8372 INFO <general>: ES: UDP Event server stopped 2022-05-10 13:39:53.273 T:7588 INFO <general>: CPythonInvoker(1, C:\Users\htpc\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\startup.py): script successfully run 2022-05-10 13:39:53.307 T:7588 INFO <general>: Python interpreter interrupted by user 2022-05-10 13:39:53.307 T:8300 INFO <general>: CServiceAddonManager: failed to stop service.xbmc.versioncheck (may have ended) 2022-05-10 13:39:53.327 T:9000 INFO <general>: Python interpreter interrupted by user 2022-05-10 13:39:53.342 T:8300 INFO <general>: Skipped 4 duplicate messages.. 2022-05-10 13:39:53.342 T:8300 INFO <general>: Application stopped 2022-05-10 13:39:53.542 T:8300 INFO <general>: XBApplicationEx: destroying... 2022-05-10 13:39:53.831 T:8300 INFO <general>: AddOnLog: peripheral.joystick: Disabling joystick interface "directinput" 2022-05-10 13:39:53.831 T:8300 INFO <general>: AddOnLog: peripheral.joystick: Disabling joystick interface "xinput" 2022-05-10 13:39:53.831 T:8300 INFO <general>: ADDON: Dll Destroyed - Joystick Support 2022-05-10 13:39:53.832 T:8300 INFO <general>: unload skin 2022-05-10 13:39:53.844 T:8300 WARNING <general>: CGUITextureManager::Cleanup: Having to cleanup texture lists/focus.png 2022-05-10 13:39:53.865 T:8300 INFO <general>: Unloaded skin 2022-05-10 13:39:53.922 T:8300 INFO <general>: unload sections 2022-05-10 13:39:53.930 T:8300 INFO <general>: [WS-Discovery]: terminating 2022-05-10 13:39:53.934 T:8300 INFO <general>: XBApplicationEx: application stopped! i got this msg. RE: YouTube - rickyman - 2022-05-13 anyone pls help me. RE: YouTube - ltai0001 - 2022-05-14 I started getting the same error after I updated my API key with a new google project to solve an API not valid issue. Code: 2022-05-14 11:56:19.488 T:128 ERROR <general>: Open - error probing input format, https://www.youtube.com/watch?v=DSqDfW203Rc Full Log here RE: YouTube - ThePunisher1971 - 2022-05-17 (2022-05-14, 21:02)ltai0001 Wrote: I started getting the same error after I updated my API key with a new google project to solve an API not valid issue.Also started getting this error more and more often on 18.9 Leia a while ago, mostly when starting Playback on 720p, going down a quality level fixed playback on most playbacks. Toogle "Ask quality for every playback" is set. Updated Last Weekend to 19.4 matrix an now it is worse. Nearly NO YT Video (mostly Let´s Plays) do not seem to work anymore! :-( Hopefully, there is a solution to this! Full Log here RE: YouTube - ThePunisher1971 - 2022-05-17 (2022-05-17, 14:13)ThePunisher1971 Wrote:Might be this open issue?(2022-05-14, 21:02)ltai0001 Wrote: I started getting the same error after I updated my API key with a new google project to solve an API not valid issue.Also started getting this error more and more often on 18.9 Leia a while ago, mostly when starting Playback on 720p, going down a quality level fixed playback on most playbacks. Toogle "Ask quality for every playback" is set. Updated Last Weekend to 19.4 matrix an now it is worse. Nearly NO YT Video (mostly Let´s Plays) do not seem to work anymore! :-( https://github.com/anxdpanic/plugin.video.youtube/issues/302 RE: YouTube - bansheeat - 2022-05-23 I have two Android TV Boxes. Do I need to create two Client API Keys to use the Youtube Addon on each Box ? RE: YouTube - DarrenHill - 2022-05-23 No, they can share one. RE: YouTube - bansheeat - 2022-05-23 Thank you RE: YouTube - namtih - 2022-05-24 When I add/subscribe a public playlist from another user to my own mediathek, it is not shown in the addon under playlists. In the web YouTube it is shown. My workaround for now is to create a new playlist and add all videos from the other playlist manually. Did I miss any option? RE: YouTube - DjDiabolik - 2022-05-24 (2022-05-10, 00:50)xenophrenia Wrote: the last release was October 2021 - how is that great support? If the current addons version it's correctly configurated it basically works worthily. At my advise the only the only aspect how the addons need some fix it's on VIDEO BLOCKED by AGE Restiction or other stu**d idea recently things added by youtube....... RE: YouTube - DjDiabolik - 2022-05-27 Sorry for double post but i don't know because... when try to edit i obtain an error when try to save them... strange. Anyway i have found another things need to be fix or improve the experience if possible....... the support of "Premiere" Video. Currently when you found and when you try to reproduce a Video in "Premiere" there's no possible to step backward or step forward during the reproduction. When try to open the video you can only watch the video at current timeline....... during a livestream, if i remember, you can step backward. RE: YouTube - Doc_f11 - 2022-05-28 I am having an issue where some videos only play in 480p. I know for a fact that there are higher resolution versions of the videos available, I can pick those when watching through the website, however Kodi only shows the 480p stream available. Some videos play just fine in 720p, there seems to be no pattern to it. RE: YouTube - Doc_f11 - 2022-05-28 (2022-05-28, 11:59)Doc_f11 Wrote: I am having an issue where some videos only play in 480p. Update: Messing with the bandwidth limits and HDCP settings in InputstreamAdaptive seems to have resolved this issue. No clue why. |