mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3049 # comment define video poster in embed-bundle conf, add more field in DublinCore template
This commit is contained in:
@@ -47,7 +47,7 @@ main:
|
|||||||
_doctype:
|
_doctype:
|
||||||
limit: 10
|
limit: 10
|
||||||
_camera_model:
|
_camera_model:
|
||||||
limit: 0
|
limit: 10
|
||||||
_iso:
|
_iso:
|
||||||
limit: 0
|
limit: 0
|
||||||
_aperture:
|
_aperture:
|
||||||
@@ -243,7 +243,7 @@ embed_bundle:
|
|||||||
video:
|
video:
|
||||||
player: videojs
|
player: videojs
|
||||||
autoplay: false
|
autoplay: false
|
||||||
cover_subdef: thumbnail
|
cover_subdef: videoposter
|
||||||
message_start: StartOfMessage
|
message_start: StartOfMessage
|
||||||
available_speeds:
|
available_speeds:
|
||||||
- 1
|
- 1
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<size>1024</size>
|
<size>1024</size>
|
||||||
<method>resample</method>
|
<method>resample</method>
|
||||||
<dpi>72</dpi>
|
<dpi>72</dpi>
|
||||||
<strip>no</strip>
|
<strip>yes</strip>
|
||||||
<quality>75</quality>
|
<quality>75</quality>
|
||||||
<meta>yes</meta>
|
<meta>yes</meta>
|
||||||
<devices>screen</devices>
|
<devices>screen</devices>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<label lang="fr">Prévisualisation</label>
|
<label lang="fr">Prévisualisation</label>
|
||||||
<label lang="en">Preview</label>
|
<label lang="en">Preview</label>
|
||||||
</subdef>
|
</subdef>
|
||||||
<subdef class="preview" name="postervideo" downloadable="true">
|
<subdef class="preview" name="poster" downloadable="true">
|
||||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||||
<meta>1</meta>
|
<meta>1</meta>
|
||||||
<size>1280</size>
|
<size>1280</size>
|
||||||
@@ -193,6 +193,10 @@
|
|||||||
<Latitude src="Composite:GPSLatitude" type="number" readonly="1" report="0" />
|
<Latitude src="Composite:GPSLatitude" type="number" readonly="1" report="0" />
|
||||||
<Longitude src="Composite:GPSLongitude" type="number" readonly="1" report="0"/>
|
<Longitude src="Composite:GPSLongitude" type="number" readonly="1" report="0"/>
|
||||||
<StartOfMessage src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="number" gui_editable="1" gui_visible="1"/>
|
<StartOfMessage src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="number" gui_editable="1" gui_visible="1"/>
|
||||||
|
<VideoTextTrackChapters src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="string" gui_editable="0" gui_visible="0"/>
|
||||||
|
<VideoTextTrackFr src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="string" gui_editable="1" gui_visible="0"/>
|
||||||
|
<VideoTextTrackEn src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="string" gui_editable="1" gui_visible="0"/>
|
||||||
|
<VideoTextTrackDe src="Phraseanet:no-source" readonly="0" required="0" multi="0" report="0" business="0" aggregable="0" type="string" gui_editable="1" gui_visible="0"/>
|
||||||
<ArchiveDate src="Phraseanet:tf-archivedate" readonly="1" type="date" report="0" />
|
<ArchiveDate src="Phraseanet:tf-archivedate" readonly="1" type="date" report="0" />
|
||||||
<LastEditDate src="Phraseanet:tf-editdate" readonly="1" type="date" report="0" />
|
<LastEditDate src="Phraseanet:tf-editdate" readonly="1" type="date" report="0" />
|
||||||
</description>
|
</description>
|
||||||
|
Reference in New Issue
Block a user