This topic has 10 replies, 2 voices, and was last updated 9 years, 7 months ago by Anonymous.
Tagged: Removed logins
Viewing 11 posts - 1 through 11 (of 11 total)
Hello, it’s possible to show metadata (titles and covers) on jplayer from a shoutcast stream (SAM Broadcaster Cloud)?
Actually I’m utilizing the same link (from SAM Broadcaster Cloud) on the jplayer of Music Play Theme and on Tunein, but while on Tunein is completely working (audio + metadata) on jplayer the audio is ok but metadata is not working.
Thank you in advance
Can you send us the wp logins of your website along with shoutcast stream url? so that we can check. Make sure you set the post as private reply so that only admin can see your wp-logins.
Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including wordpress content, theme options, widgets etc.
We are setting this topic to be resolved because of no reply. If you wish to update this topic please reply here instead of creating another topic.
Hello I’ve sent requested info as private reply on 11 January as you have asked;
I was wondering why you had not still reply…
Please could you check your private messages?
In the meanwhile I’ve resolved the issue:
-adding to your framework the php function found here:
https://gist.github.com/fracasula/5781710 inside a file called util.php
-modifing the function iva_setInterval() of the file radio-jplayer.php:
function iva_setInterval(){
$.ajax({
type: “GET”,
url: “<?php echo get_template_directory_uri(); ?>/util.php”,
success: function(output)
{
$(“.jp-title”).html(output); }
});
}
I’ve modify also the css properties of the player because the title section is not responsive on mobile device.
Could you kindly analize my changes and eventually update a new version of the theme?
If you still need the credentials for accessing my site don’t esitate to ask.
Thank you in advance.
I didn’t get your logins in the previous reply. Kindly send the logins again so that we can take a closer look at it.
Yes, received. Actually the player is showing the metadata for us and many others too. So we’ll consider this for the future updates if any other persons requests this type of integration then we’ll add it in the future updates.
If you do any modifications in the theme then do it in the child theme only.
Ok, as you prefer, I wanted only to share my solution, anyway I’ve resolved the issue myself and I don’t need this update.
Of course I will move the code in the child theme, It was just on my planning, this is my development environment not my production.
Best regards
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.