s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
I've just noticed something else regarding videos in XFMG when using this add-on. There is some space between the video and the buttons that isn't present in XFMG here on XenForo (and wasn't present before installing the latest update).

upload_2014-12-18_18-44-44.webp

This space is there irrelevant of the CSS changes you posted earlier.

The solution I have to this (not sure if there's another way around it) is to edit the xengallery_media_view.css template and add this code:

Code:
.mediaContainer .videoContainer
{
    padding-top: 0px !important;
}

This removes the spacing.

So in all to get XFMG displaying videos as it did before, the xengallery_media_view.css template needs this code adding to the top:

Code:
.mediaContainer .videoContainer div
{
    max-width: 100% !important;
}
.mediaContainer .videoContainer
{
    padding-top: 0px !important;
}
 
New Xbox API website Media Link Update Inquiry - #2

Xbox Live (Xbox One Video Clips)
Xbox One API Link: https://xboxapi.com/
Here is more info related: http://www.ign.com/wikis/xbox-one/How_to_Share_Xbox_One_Videos_on_YouTube


Here is an example of a Embed Link (Using XboxDVR.com): http://xboxdvr.com/oDinZu/fd9b395c-1750-438f-94f6-df921d1e4fdc

I am wanting to seamlessly integrate the sharing of these clips via our media page on the website: www.haloscene.com

The easier this is for our community, the more content and clips our community will publish.

I just found more info about the Xbox API and am a bit excited about it =)!!

Please let me know, I find this update to be valuable for both communities.
 
Hi!! First of all thank u so much for ur awsome addon!! Realy great work!!
For our german Bike-Community it is very important to be able to post videos from this site: http://videos.mtb-news.de
Just choose one of the Video and u will see, there is a Flashplayer and if u scroll down, on the right there are options to download the Videos in different qualitys.
How can I do that myself or would u be so kind to make a update for everybody ??

Greetz from Germany ;)
 
The site is not popular enough to be included in this add-on but you can create your own media site with the following settings:
Code:
Media Site ID: mtbnews
   Site Title: MTB-News
     Site URL: http://videos.mtb-news.de/
   Match URLs: //videos.mtb-news.de/{$id}
   Embed HTML: <iframe src="http://videos.mtb-news.de/embed/player/{$id}" width="512" height="288" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
 

Attachments

  • mtbnews.webp
    mtbnews.webp
    42.3 KB · Views: 6
@oDinZu XboxDVR doesn't seem to allow any form of embedding at the moment so I'm still considering our options here. In the meantime, you may try your luck asking the site's owner on Twitter and/or use XboxClips links instead. If you just replace "xboxdvr.com" with "xboxclips.com" you can embed the video from their site instead.

http://xboxclips.com/oDinZu/fd9b395c-1750-438f-94f6-df921d1e4fdc

Xbox API website Media Link Update Inquiry - #2

Xbox Live (Xbox One Video Clips)
Xbox One API Link: https://xboxapi.com/
Here is more info related: http://www.ign.com/wikis/xbox-one/How_to_Share_Xbox_One_Videos_on_YouTube


Here is an example of a Embed Link (Using XboxDVR.com): http://xboxdvr.com/oDinZu/fd9b395c-1750-438f-94f6-df921d1e4fdc

I am wanting to seamlessly integrate the sharing of these clips via our media page on the website: www.haloscene.com

The easier this is for our community, the more content and clips our community will publish.

I just found more info about the Xbox API and am a bit excited about it =)!!

Please let me know, I find this update to be valuable for both communities.

JoshyPHP, I have talked with the developer at xboxdvr.com & he has enabled the embed option.
 


Thanks so much JoshyPHP, you have been phenomenal with feedback and support. +10Pts for you in my book! You da man! =)

P.S. I do see what you mean with the big buttons. They are very ugly and xboxdvr seems to advertise a little to much with such large text and a banner. Thanks for adding this again JoshyPHP; as always, I will talk to the xboxdvr devs again to see if they can modify this look to not be so ugly looking.
 
Dropbox doesn't seem to offer an easy way to embed their content. If you want to embed videos from Dropbox I think the best way would be to create a custom <video> BBCode and use the first link.
Joshy - would it be possible to embed images from someone's Dropbox? I cannot get the Dropbox links to work with the IMG tag.
 
@Rambro Anything's possible, so yes, it can be done. Kind of. I'm not sure it's so useful that I should add it to this add-on. You can add it for your personal board with those settings:
Code:
              Media Site ID: dropboximg
                 Site Title: Dropbox
                 Match URLs: (dropbox\.com/s/(?'id'\w+/[-\w]+\.[jpn]+g))
                 Embed HTML: <img src="https://www.dropbox.com/s/{$id}?dl=1">
Regular Expression Matching: ☑ Use 'Match URLs' as PCRE regular expressions
Technically it shouldn't work because the slash in the URL gets escaped to %2F by XenForo but it still does anyway.
 
@Rambro Anything's possible, so yes, it can be done. Kind of. I'm not sure it's so useful that I should add it to this add-on. You can add it for your personal board with those settings:
Code:
              Media Site ID: dropboximg
                 Site Title: Dropbox
                 Match URLs: (dropbox\.com/s/(?'id'\w+/[-\w]+\.[jpn]+g))
                 Embed HTML: <img src="https://www.dropbox.com/s/{$id}?dl=1">
Regular Expression Matching: ☑ Use 'Match URLs' as PCRE regular expressions
Technically it shouldn't work because the slash in the URL gets escaped to %2F by XenForo but it still does anyway.
Thanks for this. I thought it would make a good backup for those that can't manage the URL editing. Really appreciate you putting it together so quickly.
 
I've found a problem when using the Max responsive width setting in s9e with XFMG.

I have mine set to 600 and when I click on the View Media in Lightbox button, to view the video in that way, I get this:

upload_2015-1-2_20-16-46.webp

If I disable the Max responsive width, the video displays and plays in Lightbox in XFMG correctly.

You can check this out here (I have left Max responsive width enabled):

http://www.seniorgamers.net/media/the-two-ronnies-four-candles.2/

It's also the same in the overlay that appears when you click on the 'play' button on thumbnail in the media index.
 
I think there's an issue with GitHub Gist URLs. It cuts off part of the gist.

Example:
Code:
https://gist.github.com/Zachman61/78ae52cc66c1a19dedc3 = [MEDIA=gist]Zachman61/78[/MEDIA]
 
Top Bottom