• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12
[RELEASE] YouTube (Video) Plugin
#46
BTW, at least for me and in Linux I always get the error message "requires XBMC revision 19457 " when starting, even when I am already up to 19517...
#47
Quote:
[YouTube]
-changed: version -> 1.5.2a
-changed: allow builds that don't return revision number to work

update.

is youtube shows part of their api? i've never heard of it. is it a category. post here don't direct me to another post.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#48
I don't know about the api but here are the links...
http://www.youtube.com/shows
http://www.youtube.com/movies
#49
yeah i found his other post.

i searched for harper island in the plugin and that harper's island - whap is in there.

i didn't play it. not very convienient, but it isn't part of their api.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#50
Nuka1195 Wrote:update.

is youtube shows part of their api? i've never heard of it. is it a category. post here don't direct me to another post.

A quick review of their APIs doesn't show anything new related to the new top level item called Shows. I would imagine it could be considered another top level category. Would it be possible to add this category to the plugin, or would another plugin be needed?
#51
<atom:category term='Shows' label='Shows' xml:lang='en-US'><yt:deprecated/></atom:category>

categories are part of there api. i looked at the .cat file and found this. not sure if it's the same.

i am going to add categories eventually.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#52
Nuka1195 Wrote:<atom:category term='Shows' label='Shows' xml:lang='en-US'><yt:deprecated/></atom:category>

categories are part of there api. i looked at the .cat file and found this. not sure if it's the same.

i am going to add categories eventually.

Given that this is tagged as deprecated and the Shows menu has this shiny "New" sticker on it, it seems unlikely they are the same.
#53
not really.

i added category=Shows to the search and searched for T.J. Hooker and the exact same shows appeared.

i played one. quality looks pretty good 480x360, but decent.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#54
Nuka1195 Wrote:not really.

i added category=Shows to the search and searched for T.J. Hooker and the exact same shows appeared.

i played one. quality looks pretty good 480x360, but decent.

So it sounds like it's already supported, then? I'll go play before I ask further silly questions.
#55
Quote:
[YouTube]

-changed: version -> 1.6
-added: categories search
-fixed: empty arg passed to api
-changed: English language strings
-added: category thumbs

* this breaks previous saved searches

for Shows category, make sure you type the exact show name and it should return better results. eg( T. J. Hooker )
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#56
Oops vvv
#57
since this is the plugin not the script it is the wrong place, but nice skin.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#58
fixes and changes
Quote:
[YouTube]
-changed: version -> 1.6.4
-fixed: videos would only play one time, thanks Tslayer & Yuvalt


[YouTube]
-changed: version -> 1.6.3
-added: better context menu support
-added: delete saved search
-changed: sorted category list
-changed: better saved search naming
-changed: English language strings

* this breaks previous saved searches

[YouTube]
-changed: version -> 1.6.2
-added: categories search, enter an * for all videos for that category
-changed: English language strings

[YouTube]
-changed: version -> 1.6.1
-fixed: next page did not work for categories search
[SIZE=1][SIZE=1]
[/SIZE][/SIZE]
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#59
Nuka,

I have some searches that fail.

Such as: "drunk history" (Jack Black stuff).

It fails on this line in xbmcplugin_videos.py:

exec 'plot = u"%s"' % ( unicode( video[ "media$group" ][ "media$description" ][ "$t" ].replace( '"', '\\"' ).replace( "\n", "\\n" ).replace( "\r", "\\r" ), encoding, "replace" ), )

xbmc.log error:

09:42:28 T:2836360080 M:1409388544 NOTICE: ERROR: Main::_fill_media_list (340) - '$t'


Something about the search results are choking it up.

Anything I can do to help debug this?

Thanks,

TS
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.
#60
Quote:
[YouTube]
-changed: version -> 1.6.4b
-changed: some searches failed (not all videos have plots)

fixed
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 12

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