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
|
RE: YouTube - graham-h - 2024-12-02 (2024-12-01, 00:58)MoojMidge Wrote:(2024-11-30, 15:08)graham-h Wrote: I upgraded from 7.0.6.3 to 7.1.1.3 and ran the wizard again, with the same error. Is this the right place to report it? Not sure what you mean by this. Seems I would have had the same error nine months ago. (2024-12-01, 00:58)MoojMidge Wrote: As a workaround you can just ignore the steps in the Setup Wizard that ask you to import your old search or playback history, but obviously it will mean that this old data will be lost. Alternatively you can try to install this test version, which contains the fix to the Setup Wizard database migration. I'll give it a go, thanks. RE: YouTube - izprtxqkft - 2024-12-02 (2024-12-02, 11:16)Chillbo Wrote: Honestly, I'd never want Netflix, Amazon Prime, ATV+, YouTube or whatever streaming videos cluttering my local library. "pour" isn't exactly the idea, more of a selective import from streaming apps i too would not want 10,000 episodes of reality tv pouring into my library i purchase movies and tv on prime video, the movies are ones not available on bluray, only dvd but somehow amazon has 1080p content for this, accepted a limited bitrate but still looks better than dvd as well when you purchase tv shows on prime video, if it is currently airing they are available next day to you as if you had a dvr without commercials or editing and at a better quality than OTA with no storage cost to you for the lifetime of your account i would like those added to my library coupled with bridging media from Disney+ where it has movies maybe you don't already own and TV shows you may not care to purchase without the storage cost or time in copying and editing as well, when all your content is in 1 place instead of across multiple platforms or addons you can have a cohesive "Watch Next" populated from everywhere, the latest episode from any platform, the latest youtube videos from your favorite subscriptions then a complete unparalleled "What's New?" section that shows the latest movie you just copied from the disc with the latest from Hulu, if they get a little too muddy then split them up into a Whats New for each ----- i will never stop purchasing physical media, i love my steelbooks, but some content bridging is definitely useful some users agree with me - https://forum.kodi.tv/showthread.php?tid=327514 - https://github.com/stereodruid/plugin.video.osmosis while some don't some people like having a PVR, some don't some people like having retro gaming in kodi, some don't ----- in a content ecosystem some things like Kaleidescape could be possible in the future which provides your Kodi library instead of physical media if movies anywhere ever delivered a decent quality then sure them too closing Kodi off from a growing trend is only going to hurt Kodi users alright, climbing down from my soapbox now take care RE: YouTube - kingsombra - 2024-12-02 (2024-12-01, 23:52)MoojMidge Wrote:(2024-12-01, 18:11)kingsombra Wrote: If I do not use an API and play a very long video ( it has to be over 6 hours ) right at the 6 hour point, the video will freeze up. It is always exactly at the 6 hour point. This makes me think that youtube has set a hard limit on the length of video that can be played. I do not know if it is because I am not using an API.There is no limit from YouTube and it is unrelated to API usage. You will need to do your own legwork on this. Get a debug log and it can be looked into. You can extract the first section of the log from when you start playback, and then remove everything up until the last 5 minutes before the video freezes . I started ticket #1007 https://paste.kodi.tv/jazojemoho.kodi Don't worry if you cant figure that one out. I would definitely understand. The only thing that I can think of other than a youtube limit is that it is a Android 12 a7m device. ( cheep Chinese 32bit ) Maybe there is a number overrun or something. However, I did see something very interesting where Inputstream Adaptive was trying to access some URL with "expire" in it. RE: YouTube - izprtxqkft - 2024-12-02 (2024-12-02, 18:28)kingsombra Wrote: However, I did see something very interesting where Inputstream Adaptive was trying to access some URL with "expire" in it. that expire is an epoch time, feed it into https://www.epochconverter.com/ and it will spit out a date/time of when it expires videoplayback?expire=1733142763 = GMT: Monday, December 2, 2024 12:32:43 PM but that should only affect anything at the time of opening the link, that entry in your log appears 2024-12-02 07:32:49.545 which should mean it isn't expired at the time you're receiving the 403 "Access Denied" error ----- edit your log shows a stop in response to a key press on line 1839, the keycode was 'x' https://www.temblast.com/ref/akeyscode.htm which means stop was pressed, youtube didn't fail next on line 1950 kodi failed to access the SMB share where the .strm file is stored is the network dropping by chance? RE: YouTube - kingsombra - 2024-12-03 (2024-12-02, 18:42)izprtxqkft Wrote:(2024-12-02, 18:28)kingsombra Wrote: However, I did see something very interesting where Inputstream Adaptive was trying to access some URL with "expire" in it. The "X" was after the video hung up. I had to do that since the video was just sitting there hung up with about the last second of audio playing in an endless loop. I wanted, at that point to get to the file manager so I could copy out the log to my NAS so I could access it from my computer. Per MoojMidge's request I redid the log. I cut out far less from the middle leaving 30 minutes after the start of the video and 30 minutes before the hang. I also filtered out Weather related stuff and some other things that were just spammy. New version of log with different cleanup: https://paste.kodi.tv/eyakejihax.kodi EDIT: MoojMidge told me that this looks like a deficiency in InputStream adaptive. Actually I am thinking I am just going to turn of InputStream adaptive completely in the youtube addon configuration. I am also going to set a max resolution of 720p (Heck I still watch all my movies that have been ripped at 480p and all my TV's/Monitors are all 1080p) RE: YouTube - CalebChambers - 2024-12-03 This Add-on should not require any API keys .. you can literally go in any device go. On the internet with any web browser to youtube.com and watch any video... Why does this add-on require API keys? Fix it RE: YouTube - izprtxqkft - 2024-12-03 (2024-12-03, 22:20)CalebChambers Wrote: This Add-on should not require any API keys thanks for your opinion (2024-12-03, 22:20)CalebChambers Wrote: .. you can literally go in any device go. On the internet with any web browser to youtube.com and watch any video... it's true, you can (2024-12-03, 22:20)CalebChambers Wrote: Why does this add-on require API keys? because that's how the developer wrote it (2024-12-03, 22:20)CalebChambers Wrote: Fix it go ahead, nobody is stopping you from creating a fork and changing whatever you want here's the instructions to fork a repo https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo RE: YouTube - Chillbo - 2024-12-04 (2024-12-02, 08:47)Chillbo Wrote:(2024-12-01, 23:52)MoojMidge Wrote: Yes, agree, but there is some basic functionality that won't work if a video content-type is used (eg. displaying watched/unwatched videos in a listing), and more generally if a plugin directory listing is being used (eg. default sort order for various sort types). A few gaps will remain until someone is sufficiently motivated to improve the situation. For the time being, I've now adjusted how the OSMC Skin handles content types in plugin paths. That way the views offered are the same as when the content type videos is set: As you can see, the content type is episodes (blue text, top right corner), but the views offered are those that would normally be assigned to videos. This should make things smoother as long as we don't have any other solution for this. RE: YouTube - Crabar - 2024-12-04 I've started recently having a problem with playing any video on youtube. Getting Code: inputstream.adaptive: Download failed, HTTP error 403: RE: YouTube - MoojMidge - 2024-12-04 (2024-12-02, 09:40)izprtxqkft Wrote: in my proposal outlined here 379432 (thread) addons would be able to provide library content (2024-12-02, 11:16)Chillbo Wrote: Honestly, I'd never want Netflix, Amazon Prime, ATV+, YouTube or whatever streaming videos cluttering my local library. I think both of these perspectives are all part of the same broader issue. Video plugin listings are processed differently than library listings. Being able to add a videos content-type (not just sourced from video plugins) to the library has been requested by quite a number of people, and if a video plugin could be used as a source for this it could potentially sidestep the current limitations of using dynamic plugin listings, without necessarily needing to impact on movie or tvshow databases. This is already partially able to be done now, with a number of issues, but the content needs to be shoehorned into either the movies or tvshow databases, which kind of defeats the purpose. (2024-12-02, 16:28)izprtxqkft Wrote: closing Kodi off from a growing trend is only going to hurt Kodi users Not in the short-term, but the longevity of Kodi as a entertainment system platform will inevitably begin to be affected as users decline, with developers being a subset of users, as interest in local media libraries reduces. Unfortunately I don't believe there is any way for Kodi to address this as the trend for raising walls around content is not going to go away, with streaming services having no interest in allowing their original or licensed content being made available on a platform that they cannot control. This is regardless of whether Kodi itself improves on some of the aspects of video plugin usage. Just my personal 2c. (2024-12-02, 13:49)graham-h Wrote: Not sure what you mean by this. Seems I would have had the same error nine months ago. Not quite. The version of the database changed 9 months ago, and the migration was meant to take place using the Setup Wizard prompt that occurred at the time. Since that time, other changes have occurred that didn't account for the fact that the migration was never performed. (2024-12-03, 06:56)kingsombra Wrote: MoojMidge told me that this looks like a deficiency in InputStream adaptive. Actually I am thinking I am just going to turn of InputStream adaptive completely in the youtube addon configuration. I am also going to set a max resolution of 720p (Heck I still watch all my movies that have been ripped at 480p and all my TV's/Monitors are all 1080p) That is not what I said. Please try to keep discussions in one place, either here or on Github, not both. It is difficult to follow a conversation and respond in two different places. (2024-12-04, 13:27)Chillbo Wrote: For the time being, I've now adjusted how the OSMC Skin handles content types in plugin paths. That way the views offered are the same as when the content type videos is set: Thanks for that. Just to clarify on this: (2024-12-02, 08:47)Chillbo Wrote: Interesting - I've never noticed this one. Watched and unwatched functionality works in videos lists here without issues, same as sort types. But the "watched/unwatched" filter doesn't. Watched and unwatched requires a very convoluted interaction between the Kodi GUI and the addon plugin and service endpoints. It works in this addon, but most other addons that sync watched status to some other source apart from the Kodi video database will have issues with this. The watched/unwatched filter won't work using a videos content-type. The sort types work, but the default sort orders don't, for example sorting by date in the library uses a default descending sort order but ascending in video plugin listings. (2024-12-04, 22:33)Crabar Wrote: I've started recently having a problem with playing any video on youtube Can you provide a full debug log? Please see https://kodi.wiki/view/Log_file/Easy for instructions on how to get the log. RE: YouTube - Wistful9544 - 2024-12-05 Hi, I get an authentication error when I try to log in. I created a new api, oauth and secret key several times, but every time I get an error. What could it be? I am using Kodi 18.9 Leia and tried installing unofficial 7.1.1.1 version and then later tried the official 7.1.1.1 version yet the same error happens. RE: YouTube - izprtxqkft - 2024-12-05 (2024-12-04, 23:48)MoojMidge Wrote: This is already partially able to be done now, with a number of issues, but the content needs to be shoehorned into either the movies or tvshow databases, which kind of defeats the purpose. the database is already quite full but i think the music videos could serve a revamp to facilitate a simple videos with a subset of types including music instead of it being devoted to only music videos there are already a number of unused columns that can be co-opted https://kodi.wiki/view/Databases/MyVideos#musicvideo (2024-12-04, 23:48)MoojMidge Wrote: Not in the short-term, but the longevity of Kodi as a entertainment system platform will inevitably begin to be affected as users decline, with developers being a subset of users, as interest in local media libraries reduces. Unfortunately I don't believe there is any way for Kodi to address this as the trend for raising walls around content is not going to go away, with streaming services having no interest in allowing their original or licensed content being made available on a platform that they cannot control. This is regardless of whether Kodi itself improves on some of the aspects of video plugin usage. Just my personal 2c. for the time being i would settle for kodi allowing it as they allow addons in general, nobody is going to do anything that kodi doesn't even facilitate ... sort of a if you build it situation as it currently stands nobody is doing anything because nobody else is die hard kodi users want things to stay the same, users who prefer streaming have already moved on, users that prefer media servers are on the fence i sit firmly in all 3 camps and would like kodi to be able to do it all someone set out to make an XBOX, which is a next generation WebTV, perform as a media center then why not expect it can continue breaking rules strange enough to think about how kodi was an xbox mod /end nostalgia btw thanks for the hard work lately, it's been a pleasure seeing someone take up this project RE: YouTube - scott967 - 2024-12-05 (2024-12-03, 22:20)CalebChambers Wrote: This Add-on should not require any API keys There are chrome browser launchers available you can use to view youtube in a browser. Spend some time in the browser youtube vice the youtube addon and I think you will see the advantage of using the api. scott s. . RE: YouTube - Chillbo - 2024-12-05 (2024-12-04, 23:48)MoojMidge Wrote: I think both of these perspectives are all part of the same broader issue. Video plugin listings are processed differently than library listings. Being able to add a videos content-type (not just sourced from video plugins) to the library has been requested by quite a number of people, and if a video plugin could be used as a source for this it could potentially sidestep the current limitations of using dynamic plugin listings, without necessarily needing to impact on movie or tvshow databases. This approach sounds exactly like what we'd need here! We'd then, of course need a third database for videos... (2024-12-04, 23:48)MoojMidge Wrote: Watched and unwatched requires a very convoluted interaction between the Kodi GUI and the addon plugin and service endpoints. It works in this addon, but most other addons that sync watched status to some other source apart from the Kodi video database will have issues with this. The watched/unwatched filter won't work using a videos content-type. The sort types work, but the default sort orders don't, for example sorting by date in the library uses a default descending sort order but ascending in video plugin listings. The watched/unwatched filter also doesn't work with the unofficial addon that uses the episodes conte type. RE: YouTube - lookidok - 2024-12-05 What has happened to the buffering on the YT addon? (version 7.1.1.4) I distinctly remember before there used to be a lighter grey bar running ahead of the play bar. Now it does not do that and I keep getting buffering events or audio drop-outs like Code: 2024-12-05 12:43:55.190 T:19293 warning <general>: ActiveAE - large audio sync error: -15793.273695 How do I get it buffering properly again? Config is this. Code:
Thoughts? EDIT : Turning off Adaptive and alternativeplyer brought it back to to how it was. Seems those were defaults set when reseting the profile as per intructions. Please ignore. |