[8WR] XenMedio (Media)

[8WR] XenMedio (Media) 1.5.3a

No permission to download
Suddenly I can't put new videos in. I get the "Media URL did not match any supported services" error. I tried several videos but no go. example video url:

Code:
https://www.youtube.com/watch?v=tNje9-t_zgU
 
Suddenly I can't put new videos in. I get the "Media URL did not match any supported services" error. I tried several videos but no go. example video url:

Code:
https://www.youtube.com/watch?v=tNje9-t_zgU
It's probably because you're trying to use a video with https instead of regular http. Try the same link with http instead of https and see if it goes through. If it does, I can try to find what I did to fix this (it's been awhile heh).
 
Yeah that's it, it works with http. So this is a known issue?
It is but it's an easy fix. Just create another service, copy and paste everything from the provided YouTube Service, and just change the instances of http to https.
 
How do I add a service though? I can't see an add service button in the frontend, and there's nothing in the backend.
 
Just install it and looks great.

One question. Is it possible to improve the preview (thumbnail) quality? They look a bit blur :rolleyes:
 

Attachments

  • 2013-12-04 09_40_43-Media Library _ my2cv.gr - The story of a legend.webp
    2013-12-04 09_40_43-Media Library _ my2cv.gr - The story of a legend.webp
    100.2 KB · Views: 23
Thanks @oman switching it back on then :)

Edit: if you guys call this working correctly then please check your videos section with a mobile phone device. Its still displaying three videos side by side and the video page is not re-sizing at all. Unusable if you receive large volumes of mobile traffic.

Any ways to fix this non-resizing issue @Jaxel as you have it clearly working fine on 8wayrun.com?
Mate have you find any solution on this? (iphone 5)


unnamed1.webp unnamed.webp
 
Unfortunately not. Its really not working good on mobile, which unfortunately is a growing group of users.
To resovle a similar problem for xenporta block i used the one below:

Code:
Look for:

.messageText img,
.messageText iframe,
.messageText object,
.messageText embed
{
max-width: 100%;
}

Replace with:

.messageText img,
.messageText iframe,
.messageText object,
.messageText embed,
.newsText iframe,
.newsText object,
.newsText embed
{
max-width: 100%;
}

May this or something similar be a solution for xenmedio as well?
 
Top Bottom