http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8377 Priority: P5 - low Change sponsored?: --- Bug ID: 8377 Assignee: 5p4m@gmx.de Summary: Show HTML5 video/ audio in OPAC for media files in 856 Severity: enhancement Classification: Unclassified OS: All Reporter: 5p4m@gmx.de Hardware: All Status: ASSIGNED Version: master Component: OPAC Product: Koha With HTML5 it is possible to integrate audio and video content into websites easily. This enhancement uses information from MARC field 856 to generate the appropriate HTML5 code to embed the file(s) in a tab in the opac-detail view, including a fullscreen option. This enhancement introduces two sysprefs: one to enable the feature, one to specify file extensions to be recognizes as media files. This patch supports the HTML5 <audio> and <video> element. Additionally it gives basic support for the <track> element. This element is not supported very well by recent browsers. It is possible to use javascript polyfills to support it, this may be an option to be introduced in a seperate enhancement. The basic functions of this enhancement are MARC agnostic because MARC21 and UNIMARC both use field 856 for electronic resources. There are minor differences regarding subfields. A test plan and sample MARC files will be added soon. -- You are receiving this mail because: You are watching all bug changes.