Code

Discussion on Modern Radio Player

Discussion on Modern Radio Player

By
Cart 253 sales

Tean supports this item

Supported

This author's response time can be up to 2 business days.

136 comments found.

This player don’t work on brave browser: https://brave.com Why?

Hello!

What demo link exactly have you been testing?

I just did a quick test and its working on my side in brave (windows 10)

Thanks

Once the Player has been purchased, is it possible to make changes to the sources (es.javascript)? Thanks

Hello!

Yes, you can do this. Source code is provided with our every plugin package so it can be freely modified to suit your needs.

Thanks

This is grate player tanks!

Thanks!

Hi! Its possible when open de player with popup, pause main player? (not delete this, only pause but still show it) thanks!

Hello!

Do you mean duplicate player in popup, continue playing in popup and pause other player?

What would happen to other player, would is still be functional?

Thanks

Hi! Yes! duplicate player in popup, continue playing in popup and pause other player

This is not possible without code modifcation unfortunately.

what hosting company allows mysqldn access without a VPS or Dedicated hosting?

I’ll switch hosts for a shared host if they support mysqldn

I mean mysqlnd

I have a normal shared server and it supports mysqlnd.

how does this one (V2) differ from the original?

Hi!

What do you mean by original?

You can compare description for each item and preview demos, I think this will give the best feedback.

Kindly let me know how to add an iTunes Podcast url? The podcast I’m attempting to add is here: https://itunes.apple.com/us/podcast/rodkast/id374535595

OK… Please add it because it’s one of the major (if not biggest) music platforms.

I just noticed that the admin panel is not password protected. Please change this in your next version.

Ok, thanks for your input.

Your plugin has been fantastic so far. Just one thing I’ve come across and would like you to help me out: When I create a preset to use google drive, the slot for Google Drive API just does not allow me to put in the API key (It is there; I can locate the cursor in the slot, but when I paste the key in there, the key does not show up). What should I do now? Many thanks.

Hello, does the player support video playback? I see some “video examples” in Preview page, but player description doesn’t mention it. thanks!

Hi!

This is only audio player. Examples you see are just different css skins provided, some of them are styled to look like video.

Thanks

ok thanks, this is not clear though, you probably need to be more specific.

This is an audio player. Video is not mentioned anywhere in the description.

Can this be used for a single podcast or is it designed for multi/playlist?

Hi!

Depending on the layout, playlist can be hidden in most cases so its not visible.

And a single podcast can be loaded into the player.

Thanks

I keep getting error messages for the player on my website. The player seems to work fine but for whatever reason it just gives a lot of errors.

Please send me an email for further discussion.

Hi I have installed the Audio Player in an iframe in Magento. Everything seems to work except the player icons are not loading. It seems the call to: “http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css” is not working from in the iframe. Do you have any suggestions on how to get the player controls to show.

Thanks, great job on this player!

Randy

Hi!

Do you have a link to your page?

What you can do, if there are no other solutions, is to download font awesome and the link directly to css file.

http://fontawesome.io/

Hi,

I have uploaded Audio Player with playlist on my wordpress site (www.dematu.cat) but it doesn’t work properly. Why this plugin needs to preload to see correctly two times. (exemple: www.dematu.cat/audios)

Any help would be greatly appreciated. Thank you in advance! Albert

You posted in the wrong section. Your questions are here: https://codecanyon.net/comments/17960507

Hi again,

I have another issues with Audio Player with playlist V2 plugin. Why this plugin needs to preload two times (F5) in order to view it correctly? Could I fix it?

You could watch it here: www.dematu.cat/audios

Thank you in advance!

You posted in the wrong section. Your questions are here: https://codecanyon.net/comments/17960507

Does this work with Radio streams?

Hello!

It works with Shoutcast servers that have mp3 streaming.

Thanks

looping an item from a playlist does not work…

Hi!

loopingOn setting loops whole playlist.

Ah okay. So I take it there is no single track looking function then? Very nice work by the way.

No, its not possible to loop singe item individually, unless playlist contains only single item.

Hi again Tean,

Thanks for all your assistance the last month. I just noticed that IE11 (presumably others as well) neglect to show progress of the audio progress bar. If you let audio play for 10 or 15 seconds and then hit pause, you’ll see the bar jump to where the audio was paused, but it won’t move automatically.

I know IE isn’t great… but do you know of a way to fix this?

Thanks!

See behavior here: http://www.interactivepixel.net/env/jhap2wp/index_fixed_bottom6_continous.php

Try removing transition in css:

.hap-progress-level{
   ...
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

Wow, it actually worked. Isn’t this the very thing that drives the transition/progress bar functioning? Maybe it was conflicted with somewhere else it was implemented? In any case, thank you!

Hi again Tean! Curious, is it easy to show the current progress time of a song in a div? In the fixed_bottom6 layout, the time only appears when rolling over the progress bar but i’d like to see it more visible if possible.

Thanks in advance!

I started there but I cannot get hapProgressChange to fire. Is that callback suppose to fire the whole time the progressBar is moving (the audio is playing)? If not, what is suppose to make it fire. But as I said, it seems like hapProgressChange (although defined as a function/callback in new_cb.js) doesn’t map to any other code—not in new.js or any other file). Are you sure this was included in the most recent release(s)?? Thanks for confirming!

Hi Tean, I’d really love to get this last piece working! I am finally ready to call this project done and this is the last thing outstanding. I just need a way with the API to show the current track progress (e.g… 1:35, 1:36, 1:37, etc. of 4:42—updated every second). hapProgressChange appears to be unimplemented so I don’t know how to tap into this. I’m just trying to make EXACTLY what appears in the rollover tooltip appear in a div or similar tag. Hope you can help! Thanks in advance!

Figured it out using the other examples—I needed to add this class: .hap-media-time-current

Awesome plugin (edited for replying to the wrong place :) )

Yes, fair enough but I have raised the exact same issue 7 months ago and got no answer to it. At that time I was waaay inside the 6 months support period… Check the comments :)

7 months ago, that time for youtube, same error though with all media types since it seems to be a reinitialization issue:

“According to changelog, api calls are accepted in popped out version. I did a test with the deploy/fixed bottom version, popped out and used the “usual” addtrack method and got this when using console:

var track = { type: ‘youtube_single’, path: ‘5ASjhNBL5fU’ }; hap_player.addTrack(‘data’, track, false);

Uncaught TypeError: Cannot read property ‘addTrack’ of undefined at <anonymous>:4:30 (anonymous) @ VM386023:4 “

Popup plays track normally, you just cant use api inside of it if you reload the page.

Is there a chance to make it happen somehow, or it’s a DOM limitation?

I mean plugin already stores on user’s machine that there is a popup open, all it needs to do is initialize the hap player connected to the popup’s data in localstorage and done, instant access to the popup player on every page that has new.js and new_cb.js initialized. Thanks for the feedbacks by the way!

Hello!

Index fixed bottom or fixed bottom 6 test in your demo packages. Using 1.9.2 (but even newest plugin does the same) Chrome latest.

What to do: Pop out the player with the demo playlist, navigate to any different page from the html, come back to theindex fixed bottom or fixed bottom 6, and using console or button addtrack results:

VM179:4 Uncaught TypeError: Cannot read property ‘addTrack’ of undefined at <anonymous>:4:31

So basically somehow getting back to the page which initializes (should realize the player is in popup) does not have a hap player that can be used for addtrack.

Hello!

Please consider renewing your support which helps authors with supporting their products.

Please consider renewing your support. It’s designed to ensure high quality, consistent customer service, while providing authors with a sustainable way to support our items and keep them up-to-date.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey