PDA

View Full Version : 8WayRun.Com - Media Library


waldvb
01-23-2016, 03:44 PM
8WayRun.Com - Media Library - I have solution for vb4.2.2 (Youtube and Vimeo)
Everything works fine. Easy to fix it.

Let me know if you want details.

blind-eddie
01-23-2016, 03:51 PM
Is this fix verified safe through vb.org staff?

waldvb
01-23-2016, 03:58 PM
No.

You just have to change links in XML file. I did not change any PHP code

RichieBoy67
01-23-2016, 07:02 PM
Well why not just post the fix?

waldvb
01-23-2016, 09:08 PM
1. Media->Administrate->Services
2. Edit YouTube, YouTu.be: and change fields to:

a/ FEED: https://www.youtube.com/watch?v={serviceVAL}
b/ ServiceVAL: null
c/ Thumbnail: $meta['og:image']
d/ Title: $meta['og:title']
e/ Description: $meta['og:description']
f/ RegEx and Link: change http:/ to https:/

For Vimeo:
a/ Feed: https://www.vimeo.com/{serviceVAL}
b/ ServiceVAL: null
c/ Thumbnail: $meta['og:image']
d/ Title: $meta['og:title']
e/ Description: $meta['og:description']
f/ RegEx and Link: change http:/ to https:/

Unfortunately "Duration" (time of Video) doesn't work. You have edit it manually. (Maybe someone can resolve it?)