• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 12
[RELEASE] YouTube (Video) Plugin
#61
Awesome.. Thanks Smile
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#62
If you make the "number of videos per page" setting higher than fifty (e.g. 75 or 100), and try to do anything, such as view the recently featured category or search for a video, the plugin fails with
Code:
ERROR: YoutubeClient::feeds (107) - HTTP Error 400: Bad Request
#63
they changed the max results allowed. until i can change the plugin, don't select more than 50.

Quote:
The max-results parameter specifies the maximum number of results that should be included in the result set. This parameter works in conjunction with the start-index parameter to determine which results to return. For example, to request the second set of 10 results – i.e. results 11-20 – set the max-results parameter to 10 and the start-index parameter to 11. The default value of this parameter is 25, and the maximum value is 50. However, for displaying lists of videos, we recommend that you set the max-results parameter to 10.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#64
Is anyone seeing 403 errors trying to log in? I'm seeing the following:

15:29:47 M: 34521088 NOTICE: -->Python Initialized<--
15:29:47 M: 34521088 NOTICE:
15:29:47 M: 33996800 NOTICE: [PLUGIN] 'YouTube: version 1.6.5' initialized!
15:29:47 M: 33996800 NOTICE: ** Required XBMC Revision: r19457 **
15:29:47 M: 33996800 NOTICE: ** Found XBMC Revision: r19856 [Compatible] **
15:30:25 M: 31207424 ERROR: LoadLibrary('NETAPI32.DLL') failed
15:30:25 M: 31207424 WARNING: Unable to resolve: user32.dll GetForegroundWindow
15:30:25 M: 31207424 WARNING: Unable to resolve: user32.dll GetCursorInfo
15:30:25 M: 31207424 WARNING: Unable to resolve: user32.dll GetQueueStatus
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll CreateToolhelp32Snapshot
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll CloseToolhelp32Snapshot
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Heap32First
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Heap32Next
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Heap32ListFirst
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Heap32ListNext
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Process32First
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Process32Next
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Thread32First
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Thread32Next
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Module32First
15:30:25 M: 31207424 WARNING: Unable to resolve: kernel32.dll Module32Next
15:30:26 M: 31186944 NOTICE: ERROR: YoutubeClient::authenticate (381) - HTTP Error 403: Forbidden
15:30:26 M: 31186944 NOTICE:
15:30:26 M: 31092736 NOTICE:
15:30:26 M: 31092736 NOTICE:
#65
Hi,
Can anyone confirm that 'Related videos' and 'Videos by XXXXX' stopped working? I don't know if it's only me or what. It was working ok yesterday.
- XBMC 9.04.1 + YouTube1.6.5 (plugin)

Here's the log file:
http://pastebin.ca/1454141

Regards,
pX
#66
Quote:
[YouTube]

-changed: version -> 1.6.6
-changed: no need to check for fmt=18 now (hopefully)
-fixed: related and videos by were broken

logging in is an xbmc related issue. i posted a trac a while ago, not sure if it was closed, if the issue is back. post another trac.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#67
@Nuka1195: thanks for the quick update!
Great plugin!

Regards,
pX
#68
Hi Nuka,

As described in this thread it (http://forum.xbmc.org/showthread.php?tid=56191) it would be nice to perform a youtube search directly from the movies menu. I am using Aeon Hitched Screen in Multiplex - Trailer - Modus.

<include name="MultiplexOnDownTrailer">
<ondown>PlayMedia($INFO[ListItem.Trailer],1)</ondown>
</include>

It think it should be possible to start the Youtube-Plugin from within any skin

<include name="MultiplexOnDownTrailer">
<ondown>RunScript(script[,args]*)</ondown>
</include>

What do you think about this....

best regards
dd
#69
Can anyone help me with this youtube plugin problem?

http://pastebin.com/m23662672
#70
why does youtube have an api, then do not allow real media players to grab a direct link to the video? unbelievable.

if this breaks again, i may not update it. it's absurd

Quote:
[YouTube]
-changed: version -> 1.6.9
-fixed: videos would not play
* not all videos play, only the mp4 video is returned
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#71
Hey guys,

I'm new to this, so please go easy lol.

Can someone tell me where to get this plugin? I'd really like to try it out.

As far as I gather, it should be in the addons in the SVN in the scripts section?... But I don't have any update scripts in my xbmc installation.. and I'm running the latest version. How do I fix this?

Also, does this support HD youtube videos?
#72
@djcorvus: It's in the SVN under xbmc-addons and then plugins and then video. The title of this thread is YouTube (Video) Plugin.

Way back on page #4 of this thread states:

Code:
-changed: version -> 1.4.3
-changed: quality setting is now Play HD videos if available now that fmt=18 seems to work as the default for all videos

good luck!
When posting about a problem please submit a debug log to give you the best chance at getting an answer. It's easy, painless, and helps provide necessary information.
#73
nicoli_k Wrote:@djcorvus: It's in the SVN under xbmc-addons and then plugins and then video. The title of this thread is YouTube (Video) Plugin.

Way back on page #4 of this thread states:

Code:
-changed: version -> 1.4.3
-changed: quality setting is now Play HD videos if available now that fmt=18 seems to work as the default for all videos

good luck!

What do you mean 'It's in the SVN'? Where's the SVN?
If it's supposed to be in my scripts directory, then I don't see anything there.

Running the latest release of XBMC.
#74
Everything you need to know (including the link to the SVN Repo Installer) is on that page:

http://forum.xbmc.org/showthread.php?tid=29911

Focus man! Wink

Regards,
pX
#75
pajretX Wrote:Everything you need to know (including the link to the SVN Repo Installer) is on that page:

http://forum.xbmc.org/showthread.php?tid=29911

Focus man! Wink

Regards,

Thanks bud! Smile

I've installed it successfully, but I have a few (n00bish) questions.

I've supplied my login details... but can't seem to find where to find my favorites? (I can find 'top favorites', but that's not what I mean).

Also, the search is VERY inaccurate. It brings up totally different videos using the same search terms as firefox does.

Also, can't seem to get any video to play in HD, even though I had it selected in the settings. Are you sure that this plugin doesn't only just play them in HQ (High Quality) and not HD? AFAIK the "fmt=18" modifier only forces the HQ setting, not HD.
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 12

Logout Mark Read Team Forum Stats Members Help
[RELEASE] YouTube (Video) Plugin1