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
Hello!
itunes podcast is not supported unfortunately. We will see if we can add support for itunes type podcast in the future.
This is an example of supported podcast rss feed which can be used:
http://robertkelly.libsyn.com/rssThanks
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.
Hello!
Send a message at http://codecanyon.net/user/Tean#contact
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
Hello!
Check again what plugin you have, you dont have purchased here.
Hi,
I’ve purchased this item “Audio Player with Playlist V2 WP Plugin”, but it doesn’t work properly on my site.
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
Also, to make things easier, this also appears on the non-continous layout here: http://www.interactivepixel.net/env/jhap2wp/index_fixed_bottom6.html – thanks in advance!
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!
Maybe try to update jquery:
https://stackoverflow.com/questions/25763287/css3-transition-in-ie11-doesnt-workHi 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!
This is a tooltip which appears on hover. But you can retrieve time with api.
hap_player.getCurrentTime() / hap_player.getDuration()
Sorry for the delay in getting back to you Tean. So to display the current progress of a song in a div, I figured I would simply use the ‘hapProgressChange’ callback that is included in new_cb.js but it seems that it is not implemented in new.js (no reference to it). My IDE (RubyMine) has a global ‘find usages’ feature and it does not see any code for hapProgressChange. Was it left out in a recent release on accident? Also, if this code was included, would it be the appropriate place to implement a real-time div displaying the current progress? Thanks in advance!
You can retrieve time with api in new.js
hap_player.getCurrentTime() / hap_player.getDuration()
Hi Tean,
Did you read what I wrote? It was to your response that said the exact same thing! 
hapProgressChange is present in new_cb.js file.
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 “
Can you show me the link to you comment?
The third one (first two are the ones now for the keyword)
https://codecanyon.net/item/audio-player-with-playlist-v2/16698456/comments?utf8=%E2%9C%93&term=Uncaught+TypeError%3A+Cannot+read+property+%E2%80%98addTrack%E2%80%99+of+undefined+at+&from_buyers_and_authors_only=0&order_by=relevancebut this was for youtube which doesnt exist any more?
No, if you read carefully, I say that it is the same with any mp3 or other method, it is the addtrack and the whole reinitialization (if leaving page and coming back) is what does not work. So for some reason, through console or anywhere, hap.player is not existing and cannot be fed information to after leaving the page which is obviously not something it should do since it stores in local storage that the popup is active.
If you open popup, does addTrack method works?
Yes, when the popup is opened and the base page loses the player from the bottom and not navigated to a different one, it works. Only when reloading the page or navigating away - coming back to same page (where the plugin correctly detects that the embedded player should not be manifested, since there is a popup active, but the control is lost over the popup via addtrack and any api function) .
If you reload the page then you loose javaScript variable inside that page.
But the localstorage correctly detects that the popup is active, and the .js files are loaded, so is this something that cannot be done? Then there is not much use of the popup, since it was supposed to be something that lets the player work across many pages (and be controlled on those that load the js files for the plugin), or I musinderstand the limitation? Thanks for looking into it btw 
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.