DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Mediaplayer

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Robert Heel
Changed:2009-02-12T10:55:54
Author:Robert Heel
Email:rheel@1drop.de
Info 3:
Info 4:

img-1 img-2 EXT: Mediaplayer

EXT: Mediaplayer

Extension Key: ods_mediaplayer

Copyright 2008-2009, Robert Heel, <rheel@1drop.de>

Onedrop Solutions GmbH & Co. KG

Neugablonzer Str. 1

93073 Neutraubling

www.1drop.de

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Mediaplayer 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

`Administration 5 <#1.3.Administration|outline>`_

`Configuration 6 <#1.4.Configuration|outline>`_

Reference 6

`Tutorial 7 <#1.5.Tutorial|outline>`_

`Known problems 8 <#1.6.Known%20problems|outline>`_

`To-Do list 9 <#1.7.To-Do%20list|outline>`_

`ChangeLog 10 <#1.8.ChangeLog|outline>`_

Introduction

What does it do?

  • Media player frontend plugin
  • Two players available
    • Skinable flash mp3 player “Zanmantou”
    • Skinable java mp3/ogg player “jlgui”

Screenshots

Users manual

Insert the Mediaplayer as frontend plugin.

img-3

Skin

Plugin Option

Skin

TS Option

skin

Multimedia files

Plugin Option

Multimedia files

TS Option

files

Show playlist

Plugin Option

Show playlist

TS Option

show_playlist

Start playing automaticaly

Plugin Option

Start playing automaticaly

TS Option

player_start

Repeat all

Plugin Option

Repeat all

TS Option

player_repeat_all

Template

Plugin Option

Template

TS Option

template

Please see configuration section for further description of fields.

Administration

Install “t3getid3” extension to get ID3 tags in the html playlist.

Configuration

Reference

files

Property

files

Data type

string

Description

Comma separated list of filenames.

Default

player

Property

player

Data type

zanmantou | jlgui

Description

Which player to use.

Default

zanmantou

player_repeat_all

Property

player_repeat_all

Data type

boolean

Description

Repeat all tracks.

Default

0

player_start

Property

player_start

Data type

boolean

Description

Start playing automatically.

Default

0

show_playlist

Property

show_playlist

Data type

boolean

Description

Display the playlist in the frontend.

Default

skin

Property

skin

Data type

string

Description

Path to skin files.

Default

EXT:ods_mediaplayer/res/zanmantou/darksite_video

template

Property

template

Data type

string

Description

The template file.

Default

EXT:ods_mediaplayer/pi1/mediaplayer.html

((generated))
Example
plugin.tx_odsmediaplayer_pi1 {
    show_playlist = 1
    template = fileadmin/template/mediaplayer.html
}

Tutorial

Known problems

To-Do list

ChangeLog

  • 2009-02-11 Robert Heel <rheel@1drop.de>

    • Add documentation
    • Add java player jlgui
    • Extend html playlist with id3 information
    • Extend html playlist with class "playing" to currently playing track
  • 2008-12-08 Robert Heel <rheel@1drop.de>

    Initial release

10