I want to make an audio playlist with ogg- and mp3-files. I created a content type called audio with title an a media field with max. two different versions/files (.mp3 and .ogg) of the same audio track in it. Then I created a page view with the media player as formatter.
I copied the default template and changed all the "default" to "shmaltzaudio", created a preset and choose for theme and my own template.
Btw, there is some looseness in the documentation about creating your own player template. http://www.mediafront.org/documentation/mediafront-osm-cms-integration/o...
It's not only changing the names of the template- and js-files, but also go in the files and change it there too. I don't mean the generated css-clases, but the file references.
Second problem is, that choosing no theme throws an error:
Warning: opendir(/is/htdocs/wp1114445_V4NVC28Q13/www/drupal_7/sites/all/modules/mediafront/players/osmplayer/player/jquery-ui/css/none) [function.opendir]: failed to open dir: No such file or directory in OSMTemplate->getThemeRollerCSS() (Zeile 137 von /is/htdocs/wp1114445_V4NVC28Q13/www/drupal_7/sites/all/modules/mediafront/players/osmplayer/player/OSMTemplate.php)
But this is already treated here: http://drupal.org/node/1049500
My player shows up in FF4 but not in Safari on Mac. In FF the first ogg-file starts to play in html5. At the end of the fist track it tries to load the next one, but the flash player, but it doesn't play. And, strange to say, waiting some minutes, and the third song starts in html5 again.
Or if I click on a track in the playlist directly, the song only starts every second click in html5. I'm very confused and it doesn't matter if I choose my template or the default.
In Safari only the player mask turns up, but no playlist, and no song starts.
In a first version I used two separate media fields and at least the playlist showed up in safari. But same behavior in both browsers.
I also tried it with a multi upload file field, but also player only worked in FF.
I put a working copy online: http://shmaltz.de/audio
I appreciate any help...