[RELEASE] Just another YouTube (Video) Plugin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
anoobie Offline
Skilled Skinner
Posts: 187
Joined: Aug 2006
Reputation: 17
Post: #31
hey, thanks for the plugin. I just wanna say that videos only play for about 3 seconds and then they stop. The videos from search function play to normal full length. Thanks
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #32
anoobie Wrote:hey, thanks for the plugin. I just wanna say that videos only play for about 3 seconds and then they stop. The videos from search function play to normal full length. Thanks

Use a different player core (MPlayer). Configure it in the plugin settings. DVDPlayer has strange caching behaviour. The expected behaviour if the cache is empty would be to pause playback and refill the cache. Instead, DVDPlayer seems to stop the video sometimes. I'm not into the video stuff in XBMC, but this seems to be a known bug.
find quote
Rand Al Thor Offline
Collect3 Project Manager
Posts: 917
Joined: Jul 2005
Post: #33
Hmm search works great but for some reason every video is still called "watch" it might be something to do with my setup though, im using xbmc linux. Cheers for the great script.
find quote
C-Quel Offline
Retired Team-XBMC Member
Posts: 1,378
Joined: Aug 2004
Reputation: 0
Post: #34
Rand Al Thor Wrote:Hmm search works great but for some reason every video is still called "watch" it might be something to do with my setup though, im using xbmc linux. Cheers for the great script.

probablyin files view i guess... try library or visa versa? Confused

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.


[Image: badge.gif]

If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svnroot...m/scrapers

System Specs:

A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc :)

iNerd Store

iNerd Forum
find quote
Rand Al Thor Offline
Collect3 Project Manager
Posts: 917
Joined: Jul 2005
Post: #35
I only use library view (because it is freakin awesome!) i will give files view a try and see if that changes anything.
find quote
hani Offline
Junior Member
Posts: 37
Joined: May 2007
Reputation: 0
Post: #36
Reason you are getting watch as the name is I'm passing the full url as the last argument in the file name.
the url of youTube video looks something like this "http://www.youtube.com/watch?v=ID"
and I think in the library view xbmc is interpreting watch as the name of the video.
well I guess in general If you pass a url with segments then the last segment will be take as a label, I could be wrong I just notice that.
I do not have a quick fix for that but I will look into rectifying this issue in the coming update.

Regards.
find quote
Unbehagen Offline
Skilled Python Coder
Posts: 342
Joined: Jul 2007
Reputation: 3
Location: Bremen, Germany
Post: #37
hani Wrote:Reason you are getting watch as the name is I'm passing the full url as the last argument in the file name.
the url of youTube video looks something like this "http://www.youtube.com/watch?v=ID"
and I think in the library view xbmc is interpreting watch as the name of the video.
well I guess in general If you pass a url with segments then the last segment will be take as a label, I could be wrong I just notice that.
I do not have a quick fix for that but I will look into rectifying this issue in the coming update.

Regards.
You need to supply at least one sort method and set one listitem infolabel. Again, look at the messy code of the joox plugin for example. Find the AddLink Method for setting the infolabel and search for sortmethod.
find quote
hani Offline
Junior Member
Posts: 37
Joined: May 2007
Reputation: 0
Post: #38
Thanx again that did the trick.
find quote
hani Offline
Junior Member
Posts: 37
Joined: May 2007
Reputation: 0
Post: #39
Just small update to make "Rand Al Thor" happy. Thanx to Unbehagen for the fix.

http://www.megaupload.com/?d=TY0MG7DN
find quote
MajorTom Offline
Senior Member
Posts: 227
Joined: May 2004
Reputation: 0
Post: #40
just wanted to say thanks hani.... great work so far (it is appreciated). keep at it Smile
find quote
Post Reply