• Why don’t any WordPress media player plugins allow specifying start times of music/video files?

    YouTube allows links with specified start times. You just add #t=_m_s (where you replace “_” with the minutes and seconds of the desired start time), e.g.:
    http://www.youtube.com/watch?v=exGJsv6ZNlo#t=0m21s

    I searched wordpress.org/extend/plugins for:
    1. media player time
    2. player “start time”
    and found no relevant results.

    I tested and investigated the media player plugins I use:
    For Music:
    WP Audio
    For Video:
    Smart YouTube
    Viper’s Video Quicktags

    Do you have an idea what code can be added to a plugin to enable this?

    (Ideally, I also want to specify an end time.)


    EXAMPLE:
    If a song or video is 6 minutes long, and I want my students to repeatedly study the section from 4:00 to 4:15, I don’t want them to need to sit through the full 6 minutes. I could write “Study the section from 4:00 to 4:15”, but I want a more elegant and simple solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • First, please realize that just because you can do something on YouTube.com does not mean you can do the same thing with an embed. They are completely different players.

    That said though, you’re in luck in this case. YouTube was kind enough to add this feature to their embed player too as the start parameter.

    So it’d be http://www.youtube.com/v/exGJsv6ZNlo&start=21&...

    The current version of my plugin doesn’t support this parameter, but v7.0 of my plugin will.

    An interim solution is to use the embed HTML off YouTube.com and add “&start=21” to the end of the URL(s) in the embed code.

    Thread Starter Jonathon N

    (@imagiscapeca)

    Thank you! x 4
    – for educating me on the difference between youtube’s [internal] and [embedded] players
    – for your plugin’s v7.0 new feature(s)
    – for your plugin in general
    – for the interim solution.

    Thread Starter Jonathon N

    (@imagiscapeca)

    I had marked this resolved, but it’s not resolved for audio players.

    Can this feature be added to WP Audio – or another audio player?

    backbone

    (@backbone)

    In Multisite mode, embedding is not available. Is there an ETA on v7.0?

    Buovjaga

    (@buovjaga)

    I can’t get start time to work with Viper’s quicktags in any format even though I don’t have multisite.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No media player plugin lets me set start time of video or music! Why?’ is closed to new replies.