Changes between Version 21 and Version 22 of MovieMacro


Ignore:
Timestamp:
Nov 13, 2015, 9:24:39 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MovieMacro

    v21 v22  
    1111== Bugs/Feature Requests
    1212
    13 Existing bugs and feature requests for MovieMacro are [query:status!=closed&component=MovieMacro&order=priority here].
     13Existing bugs and feature requests for MovieMacro are [report:9?COMPONENT=MovieMacro here].
    1414
    1515If you have any issues, create a [/newticket?component=MovieMacro new ticket].
     
    1919== Download
    2020
    21 Download the [download:moviemacro zipped source].
     21Download the zipped source from [export:moviemacro here].
    2222
    2323It is available from PyPI also: [pypi:TracMovieMacro].
     
    2525== Source
    2626
    27 Check out [http://trac-hacks.org/svn/moviemacro using Subversion], or [source:moviemacro browse the source] with Trac.
     27Check out MovieMacro using Subversion from [http://trac-hacks.org/svn/moviemacro here], or [source:moviemacro browse the source] with Trac.
     28
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2832
    2933== Configuration
     
    3539width = 320px
    3640height = 180px
    37 splash = black.jpg  ; should be put /deployed/to/movie/htdocs/img/
     41splash = black.jpg  ; should be put in /deployed/to/movie/htdocs/img/
    3842}}}
    3943
    40 '''Note''': For attachments, Flowplayer tries to resolve to an appropriate size, but ignoring width/height settings. This is because Flowplayer settings has `adaptiveRatio=true` by default in MovieMacro. It's preferred to adjust the player size automatically, than select a particular size in almost every case.
     44'''Note''': For attachments, Flowplayer tries to resolve to an appropriate size, but ignoring width/height settings. This is because Flowplayer settings has `adaptiveRatio=true` by default in MovieMacro. It is preferred to adjust the player size automatically, rather than select a particular size in almost every case.
    4145
    42 If you don't want that behavior, pass `adaptiveRatio=false` as a query string and `style=width: 320px; height:240px;` parameter. See also: https://flowplayer.org/docs/setup.html
     46If you don't want that behavior, pass `adaptiveRatio=false` as a query string and `style=width:320px; height:240px;` parameter. See also: https://flowplayer.org/docs/setup.html
    4347
    4448== Examples
     
    4650=== Embed youtube video
    4751
    48 {{{ #!sh
    49 [[Movie(http://www.youtube.com/watch?v=9dfWzp7rYR4&start=5&rel=0,style=width: 320px; height:240px;)]]
     52{{{#!sh
     53[[Movie(http://www.youtube.com/watch?v=9dfWzp7rYR4&start=5&rel=0,style=width:320px; height:240px;)]]
    5054}}}
    5155
     
    5660=== Embed metacafe video
    5761
    58 {{{ #!sh
     62{{{#!sh
    5963[[Movie(http://www.metacafe.com/watch/1768855/the_size_of_all_planets_are_relative/)]]
    6064}}}
     
    6266=== Embed vimeo video
    6367
    64 {{{ #!sh
     68{{{#!sh
    6569[[Movie(http://vimeo.com/106808835)]]
    6670}}}
     
    6973
    7074Then reference your file like so:
    71 {{{ #!sh
     75{{{#!sh
    7276[[Movie(htdocs://site/filename.flv)]]
    7377}}}
     
    7680
    7781* Simple form if an attachment is in the ticket/wiki:
    78  {{{ #!sh
     82 {{{#!sh
    7983[[Movie(sample.webm)]]
    8084}}}
    8185
    8286* Restricted ImageMacro format style:
    83  {{{ #!sh
     87 {{{#!sh
    8488[[Movie(ticket:123:sample.mp4)]]
    8589[[Movie(wiki:test/sub/sample.mp4)]]