HTML5 MP3 Player for Jinzora

HTML5 MP3 Player Plugin now available for Jinzora Web Based Media Management System enables you to stream your digital mp3 media in HTML5 Audio Format.

SKU: html5jinzora Categories: , Tags: ,

Description

Jinzora enables you to stream your digital media to any internet connected computer, your home stereo set or a hardware jukebox device. Jinzora can organise & tag your music files and download album covers and reviews.

Web Based Media Management System https://github.com/jinzora/jinzora3

Requirements

* php 4.2.0 or later (4.3.0 or later HIGHLY recommended)
* MySQL 3.23.32 or later (not required but HIGHLY recommended)
* Apache or IIS (other webserver may work but are not supported)

We have HTML5 MP3 Player Popup Plugin for Jinzora Web Based Media Management System

Plugin location: /services/services/players/html5player

How to Install after purchase plugin?

Unzip the plugin and upload files to below locations

– /services/services/players/html5player (all files in folder)
– /services/services/players/html5player.php

Modify default player in settings.php
– settings.php => $embedded_player = “html5player”;

Sample Code

<?php
              
              //$xml = simplexml_load_file($xml_file);
              
                 foreach ($list->getList() as $track) {
             
             
                $meta = $track->getMeta();
                
                // Let's get the art
                $parent = $track->getParent();
                if (($art = $parent->getMainArt("150x150")) !== false) {
                $image = jzCreateLink($art,"image");
                } else {
                $image = $this_site. $root_dir. "/style/images/default.jpg";
                }
             
                    
                $mp3p = $image;                        
                    
                $mp3s = $track->getFileName("user");  
                 
                $mp3t = $meta['title']; 
                
                $mp3a = $meta['artist'];
              
              ?>

Jinzora HTML5 MP3 Popup Player with Playlist

Jinzora HTML5 MP3 Player with Playlist

Jinzora HTML5 MP3 Player with Playlist