vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

Jaxel 02-04-2009 03:48 AM

Google, Myspace, Yahoo and MSN dont have publicly available per-video XML (not just a REST API). If they dont have a publicly available per-video XML, then there is nothing I can do for it... A per video XML feed is basically a file that your server can retrieve to get the specific information about a video. If it doesn't exist, then you have nowhere to get the information... Here are some examples...

Veoh: http://www.veoh.com/rest/video/v831782W7CC6yez/details (its mangled, but it should still work)
YouTube: http://gdata.youtube.com/feeds/api/videos/DxkbFNXTfhs (view source)
Dailymotion: http://www.dailymotion.com/rss/video/x7s7tj (view source)
Metacafe: http://www.metacafe.com/api/item/2296082 (view source)

If you want me to add a video hoster, give me a link to an XML construct and I will do it.

bjhuang 02-04-2009 11:17 AM

1 Attachment(s)
try these:

PS. you have to make a dir under videothumbnails and chmod 777 to save the thumbnails

Code:

mkdir videothumbnails/myspace
chmod 777 videothumbnails/myspace


Leo Brazil 02-04-2009 11:45 AM

I've been using Survivor's mod for a while successfully and I have a few questions ?

As this mod was based on that one, to upgrade that one for this one, is that easy ? I mean just like if was the same mod that has been updated or is there a trick or somenthing for ?

By the way, I remember many requests for sub-categories for thise mod, any chances for it ?

Thanks.

Chadi 02-04-2009 01:23 PM

Quote:

Originally Posted by Jaxel (Post 1733787)
Google, Myspace, Yahoo and MSN dont have publicly available per-video XML (not just a REST API). If they dont have a publicly available per-video XML, then there is nothing I can do for it... A per video XML feed is basically a file that your server can retrieve to get the specific information about a video. If it doesn't exist, then you have nowhere to get the information... Here are some examples...

Veoh: http://www.veoh.com/rest/video/v831782W7CC6yez/details (its mangled, but it should still work)
YouTube: http://gdata.youtube.com/feeds/api/videos/DxkbFNXTfhs (view source)
Dailymotion: http://www.dailymotion.com/rss/video/x7s7tj (view source)
Metacafe: http://www.metacafe.com/api/item/2296082 (view source)

If you want me to add a video hoster, give me a link to an XML construct and I will do it.

www.godtube.com

Thanks

Jaxel 02-04-2009 05:46 PM

Chadi, Godtube does not have a per-video XML.

You can take a look at what bjhuang did... he didn't use the per-video XML. Instead he just pregmatched the page itself and pulled the information right from that. While it should work, you could have issues with size of pages being too big; or websites changing their layout (YouTube seems to change their layout every 2 weeks).

Chadi 02-04-2009 05:55 PM

I'm sorry jaxel, I have no idea what you're telling me to do. I'm not a coder or programmer of any kind. If you could do this for me, I'd appreciate it. You seem to make it sound like its a simple thing, but for me I'm lost here :)

Thanks for your help.

PS: they changed their name/domain to tangle.com

boxhamster 02-05-2009 06:10 AM

Quote:

Originally Posted by bjhuang (Post 1734097)
try these:

teastet myspace and it works, thanks! just the video-thumbnail is missing?
http://vampster.com/forum/video.php -> "APRON: Broken Child"-video

Markus

bjhuang 02-05-2009 10:09 AM

Quote:

Originally Posted by boxhamster (Post 1734899)
teastet myspace and it works, thanks! just the video-thumbnail is missing?
http://vampster.com/forum/video.php -> "APRON: Broken Child"-video

Markus

you have to create a dir to save the thumbs
Code:

mkdir videothumbnails/myspace
chmod 777 videothumbnails/myspace

for some sites, it is impossible to get all the information. you could edit the xml and modify the thumbnail path to whatever you like (fixed url to an image).

the author should provide a input box for thumbnail url or a function to load a default thumbnail....

BTW, you must have ability to modify the code of regex matching cause layouts change from time to time. i won't provide an update.

ishare 02-05-2009 01:45 PM

I would like to thank you very much for this gread mod.

Because of my website is not in English and i use different language description for each video (plot for movie reviews) i will appreciate it a lot if someone help me with getting just the video thumbnail but not description and video title, after click the "load information from service" button.

Regards

Mr. Baws 02-05-2009 03:16 PM

what <td class to edit
http://i39.tinypic.com/ajt190.jpg

member007 02-05-2009 03:16 PM

Where do you edit and add categories?

Mr. Baws 02-05-2009 03:23 PM

admin panel-video directory-manage categories

member007 02-05-2009 03:44 PM

oops, i got it

AnthonyLC 02-05-2009 03:44 PM

Might use this haven't marked as installed yet looks pretty cool though.

Riccardo83 02-05-2009 09:22 PM

I cant see any options in the ACP ? I can choose
General settings
Video detail settings
Video tag settings

But when i click on them its empty?!

Also when I try to access it... I get

Quote:

Riccardo, you do not have permission to access this page. This could be due to one of several reasons:
And Im admin!

GlamRockTalk 02-05-2009 09:54 PM

Riccardo, just set the usergroup permissions to allow for access and you're good. :)

sub_ubi 02-05-2009 10:11 PM

Seems like every mod I download now is from Jaxel, thanks man :)

kellyandmark04 02-06-2009 12:39 AM

Is there a pic that is for the english version new video??? Instead of the one displayed???

kellyandmark04 02-06-2009 01:13 AM

Also how can I change the name in the navbar from video directory to something else??? any help thanks

kellyandmark04 02-06-2009 03:52 AM

Also I see metacafe listed as one of the hosts, but I can't embed when I post the link in their any help???

Same thing happens when I copy the url from the browser on sevenload.com it says URL invalid.

I can only post URL's from youtube which isn't good since youtube is deleting all copyright videos and songs.

Leo Brazil 02-06-2009 08:45 AM

Quote:

Originally Posted by Leo Brazil (Post 1734124)
I've been using Survivor's mod for a while successfully and I have a few questions ?

As this mod was based on that one, to upgrade that for this one, is that easy ? I mean just like if was the same mod that has been updated or is there a trick or somenthing for ?

By the way, I remember many requests for sub-categories for thise mod, any chances for it ?

Thanks.

Sorry to bump this again but anyone can say anything about my first question ?

Riccardo83 02-06-2009 09:26 AM

Quote:

Originally Posted by GlamRockTalk (Post 1735575)
Riccardo, just set the usergroup permissions to allow for access and you're good. :)

Thanks, still is it normal that in ACP > General settings
Video detail settings
Video tag settings

are empty?

Secondly is it possible to let users submit Videos, but only be published after approval of moderators or admins?

Thirdly, Why not having a message to Not Logged in Users to register to be able to view them?

ss20 02-06-2009 09:47 AM

When I add the url and push the button Load Information - I have ????????????????? instead of russian text.
pls help - how to solve this?
thks for MOD - its perfect

M3xital 02-06-2009 10:15 AM

Hi,

I just installed this Hack and is working, the only thing is the link on my Home page (I have vBadvanced ) the link should point www.mysite.com/forum/video.php instead is pointing www.mysite.com/video.php
Can someone nows how to fix this?
I went into the navbar template but couldn't find nothing.
Thanks

Mr. Baws 02-06-2009 01:07 PM

Quote:

Originally Posted by Mr. Baws (Post 1735246)
what <td class to edit
http://i39.tinypic.com/ajt190.jpg

anyone?

Riccardo83 02-06-2009 02:31 PM

Quote:

Originally Posted by EuroBeat2 (Post 1733485)
I noticed that when I am posting comment to video my avatar does not appear, instead I am getting a standard "error" gif. So I further investigated what the problem is.

Actually my Avatar is stored in following URL address . However Video Directory calls it from following URL address:
. Looks like it calls for thumbs directory. Why is that? Why the Avatar is not called from the same directory as Vbulletin uses.

I would appreciate the help to solve it.

Thanks

EB

I have the same problem...

Also, did anyne tried bjhuang's Videohoster XML files?
https://vborg.vbsupport.ru/showpost....&postcount=402

Could u add these Jaxel?

sub_ubi 02-06-2009 04:52 PM

How do you get youtubehd working? All of my youtube videos play in normal size.

edit: just use hdef rather than http

Mr. Baws 02-06-2009 05:24 PM

Quote:

Originally Posted by Mr. Baws (Post 1735246)
what <td class to edit
http://i39.tinypic.com/ajt190.jpg

I dont need a help anymore, I manually added VD link to navbar.

figu120 02-06-2009 07:33 PM

Español:
traducción al español tienen o nada...

English:
Spanish translations are or anything ..

Jaxel 02-06-2009 07:51 PM

Quote:

Originally Posted by Riccardo83 (Post 1736145)
Also, did anyne tried bjhuang's Videohoster XML files?
https://vborg.vbsupport.ru/showpost....&postcount=402

Could u add these Jaxel?

See my previous post...

Quote:

Originally Posted by Jaxel (Post 1734455)
You can take a look at what bjhuang did... he didn't use the per-video XML. Instead he just pregmatched the page itself and pulled the information right from that. While it should work, you could have issues with size of pages being too big; or websites changing their layout (YouTube seems to change their layout every 2 weeks).

Because of this, I wont be supporting his hoster files.

Riccardo83 02-06-2009 08:01 PM

OH ok Jaxel, sorry missed that, too bad, nothing we can do to implement Yahoo Myspace and so? If he wont provide an update using his xml codes is useless...

sub_ubi 02-06-2009 08:13 PM

In case you need feature ideas, playlist support would be great :)

Chadi 02-06-2009 09:30 PM

If I have to beg, I will :D

Please, someone do this for godtube.com (actually, it is now tangle.com after last week's name change.

I certainly would do it but I have no idea what to do.

Please!

Thanks :)

Jwoody 02-07-2009 04:28 AM

Great mod! going to go give it a try now :D

junaid 02-07-2009 05:04 AM

may I upload my own video site
not third party site

bjhuang 02-07-2009 06:28 AM

1 Attachment(s)
here you go.

after xml import, you have to create a dir to save the thumbnail.
and you have to modify the regex matching code by yourself when the layout chaged.

Code:

mkdir videothumbnails/tangle
chmod 777 videothumbnails/tangle

Quote:

Originally Posted by chadi (Post 1736500)
If I have to beg, I will :D

Please, someone do this for godtube.com (actually, it is now tangle.com after last week's name change.

I certainly would do it but I have no idea what to do.

Please!

Thanks :)


ss20 02-07-2009 09:58 AM

Quote:

Originally Posted by ss20 (Post 1735946)
When I add the url and push the button Load Information - I have ????????????????? instead of russian text.
pls help - how to solve this?

pls help

thcf 02-07-2009 11:54 AM

any idea when 1.2.3 is going to be released? as i want to hold off installing until it is

Chadi 02-07-2009 03:10 PM

1 Attachment(s)
Quote:

Originally Posted by bjhuang (Post 1736810)
here you go.

after xml import, you have to create a dir to save the thumbnail.
and you have to modify the regex matching code by yourself when the layout chaged.

Code:

mkdir videothumbnails/tangle
chmod 777 videothumbnails/tangle


Thank you very much for the xml :)

I really appreciate it.

I just want to let you know one thing, hope you can help on this:

When I added a video from Tangle.com, I hit 'load information' and it filled everything except tags. The tags work fine for YouTube though.

It also does not show the correct thumbnail for the video.

It should show this one:
http://thumb-3.tangle.com/e1/thumb/5/55/1_45463.jpg

Instead, it shows the one in my screenshot.

Appreciate any help on this. Thanks again.

Riccardo83 02-07-2009 05:11 PM

Hey guys , please answer if these Settings are empty in the left ACP Panel.... but in vBOptions they work?

Why are they listed twice anyway?

General settings
Video detail settings
Video tag settings


All times are GMT. The time now is 05:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02744 seconds
  • Memory Usage 1,833KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete