Changes between Version 19 and Version 20 of MovieMacro


Ignore:
Timestamp:
Mar 5, 2015, 1:13:15 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • MovieMacro

    v19 v20  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Safely embed various movies into ticket or wiki pages =
    32
    4 == Description ==
     3= Safely embed various movies into ticket or wiki pages
    54
    6 Embed online movies from [https://www.youtube.com/ YouTube], [http://www.metacafe.com/ MetaCafe] and [https://vimeo.com/ Vimeo], and local movies via [http://flowplayer.org/ FlowPlayer]. If you want support for more online sites just create a ticket.
     5== Description
     6
     7Embed online movies from [https://www.youtube.com/ YouTube], [http://www.metacafe.com/ MetaCafe] and [https://vimeo.com/ Vimeo] and local movies via [http://flowplayer.org/ FlowPlayer]. If you want support for more online sites just [MovieMacro#BugsFeatureRequests create a ticket].
    78
    89Adds support for preview rendering of movies in the browser and on attachment pages. For preview rendering to be available for all attachments, set the `max_preview_size` in the `[mimeviewer]` section of `trac.ini` to be greater than or equal to `max_size` in the `[attachment]` section.
    910
    10 == Bugs/Feature Requests ==
    11 
    12 Existing bugs and feature requests for MovieMacro are
    13 [query:status!=closed&component=MovieMacro&order=priority here].
    14 
    15 If you have any issues, create a
    16 [/newticket?component=MovieMacro new ticket].
    17 
    18 == Download and Source ==
     11== Download and Source
    1912
    2013Download the [download:moviemacro zipped source], check out [http://trac-hacks.org/svn/moviemacro using Subversion], or [source:moviemacro browse the source] with Trac.
    2114
    22 It's available if you want to install from PyPI.
     15It is available from PyPI also: [pypi:TracMovieMacro].
    2316
    24  - https://pypi.python.org/pypi/TracMovieMacro
    25 
    26 == Configuration ==
     17== Configuration
    2718
    2819Default parameter can be set in trac.ini.
     
    3526}}}
    3627
    37 **Notes:**
     28'''Note''':
    3829
    39 For attachments, Flowplayer try to resolve appropriate size ignoring width/height settings since flowplayer settings has `adaptiveRatio=true` by default in MovieMacro. It's preferred that adjusting player size automatically than particular size in almost every case.
     30For 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.
    4031
    41 If you won't the behavior, pass `adaptiveRatio=false` as a query string and `style=width: 320px; height:240px;` parameter.
     32If 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
    4233
    43  - see also: https://flowplayer.org/docs/setup.html
     34== Examples
    4435
    45 == Example ==
    46 
    47 To understand [wiki:lcordier] better.
    48 
    49 === Embed youtube video ===
     36=== Embed youtube video
    5037
    5138{{{ #!sh
     
    5744 - see also: https://developers.google.com/youtube/player_parameters
    5845
    59 === Embed metacafe video ===
     46=== Embed metacafe video
    6047
    6148{{{ #!sh
     
    6350}}}
    6451
    65 === Embed vimeo video ===
     52=== Embed vimeo video
    6653
    6754{{{ #!sh
     
    6956}}}
    7057
    71 For countries where bandwidth comes at a premium, I would recommend you download the flash-video file (.flv) and save it in your project's htdocs
    72 directory. For !YouTube movies I would suggest you try [http://rg3.github.io/youtube-dl/ youtube-dl].
     58For countries where bandwidth comes at a premium, I would recommend you download the flash-video file (.flv) and save it in your project's htdocs directory. For !YouTube movies, try [http://rg3.github.io/youtube-dl/ youtube-dl].
    7359
    7460Then reference your file like so:
     
    9884  * from your SVN repository revision `[1024]`, you can also use `HEAD` as your revision: `source://1024/trunk/docs/filename.flv`
    9985
    100 == Recent Changes ==
     86== Bugs/Feature Requests
     87
     88Existing bugs and feature requests for MovieMacro are [query:status!=closed&component=MovieMacro&order=priority here].
     89
     90If you have any issues, create a [/newticket?component=MovieMacro new ticket].
     91
     92[[TicketQuery(component=MovieMacro,group=type,format=progress)]]
     93
     94== Recent Changes
    10195
    10296[[ChangeLog(moviemacro, 3)]]
    10397
    104 == Author/Contributors ==
     98== Author/Contributors
    10599
    106100'''Author:''' [wiki:lcordier] [[BR]]