I constantly get messages from WP that this plugin causes security issues due to missing updates on the plugin. Its been going on for over a year now…
I’m having problems installing the plugin on new sites as well.
The MP3-jPlayer is a genious player – the easiest plugin for making new playlists, looks absolutely faboulus and intuitive for the users. Absolute an essential musicians tool for sharing playlists, recordings of rehearsals and live shows.
And there is absolutely NOONE making anything close to this plugin. All the rest of the bunch is too much fiddeling and time consuming – or they just doesnt work as promised. Regardless of high prices.
i love the MP3-jPlayer, anyone recieving my posts with music loves the MP3-jPlayer, but…
why isnt there any updates to the plugin? Is there any REAL substitute for this plug that REALLY works the same way?
]]>AUTOPLAY DONT WORK
WP 6.3.1
THEME OCEAN 3.5.0
ELEMENTOR PRO 3.16.2
]]>I have an idea,
can we have a fallback audio file?. if an audio file is not to be found, that fallback file will be played. it’s like a 404 for files.
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/*****/public_html/wp-content/plugins/mp3-jplayer/main.php on line 774
error line:
return ( count( $PLAYLIST ) < 1 ? false : $PLAYLIST );
]]>Several lines of the following mistake:
PHP Warning: Illegal string offset in on line 810
PHP Warning: Illegal string offset in on line 812
PHP Warning: Illegal string offset in on line 827
PHP Warning: Illegal string offset in on line 827
PHP Warning: Illegal string offset in on line 828
PHP Warning: Illegal string offset in on line 829
PHP Warning: Illegal string offset in on line 830
PHP Warning: Cannot assign an empty string to a string offset in on line 830
In the file: /mp3-jplayer/frontnd.php
]]>Is it possible to randomize the urls every few specified minutes?.
]]>My client website’s wordpress was upgraded to 5.9 on 26th after which the mp3-jplayer plugin got broken.
Example code used is:-
[mp3j track=” https://ia601508.us.archive.org/15/items/radio-ceylon-27-01-2022-thursday-/Radio%20Ceylon%2027-01-2022~Thursday~02%20Darshnik%20Geet%20-.mp3″ title=”Darshnik Geet – 27 Jan 2022″ volslider = “y” ind= “y” dload=”y” flow=”y”]
The link is checked independently in the browser and found working. We are able to even download the file but it won’t play with the error “Can’t Locate Audio”.
Please help.
]]>I keep getting the following error message:
Warning: count(): Parameter must be an array or an object that implements Countable in root/wp-content/plugins/mp3-jplayer/main.php on line 774
What should I do?
]]>Where are updates?
New Year did not see an update for MP3-JPlayer Is there an update?
Or are we looking for another addition?
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in === www/wp-content/plugins/mp3-jplayer/main.php:809
– Seems to have come after update to WordPress 5.8.2
– Without deep knowledge in plugin coding, I took help from “googling”
– Site is ok after editing based on url: https://www.ads-software.com/support/topic/fatal-error-4013/
Edited, replaced count by is_array in main.php
old row 809 remarked
new row 810
************************************
//return ( count( $PLAYLIST ) < 1 ? false : $PLAYLIST );
return (is_array( $PLAYLIST ) < 1 ? false : $PLAYLIST );
}
This is just a tip. Try it at your own risk.
Cannot download audio. It says “The download should start in a sec”, then 5 seconds later – “Download Unavailable. Using the default WP add to playlist widget on Chrome and FF, running wp 5.8.1. 9/15
]]>I really liked this player and have been using it for years, but it is causing errors after WordPress 5.5/5.6
After spending a day researching and problem solving I found that “With the update to WordPress 5.5, a migration tool known as jquery-migrate was no longer enabled by default. This may lead to lacking functionality or unexpected behavior in some themes or plugins that run older code.”
I get either a white screen of death or a fatal error message and when it happens it is putting my customers off shopping with me.
I have now switched to mb.miniAudioPlayer which is working very well.
https://en-gb.www.ads-software.com/plugins/wp-miniaudioplayer/
https://www.ads-software.com/plugins/wp-miniaudioplayer/
You can see the results on my website here: https://www.digdeeprecords.co.uk/
I understand there is an ‘Enable jQuery Migrate Helper plugin’ that serves as a temporary solution, enabling the migration script for a site to give plugin and theme authors some more time to update, and test, their code.
https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Simon – do you have any plans to fix this issue for MP3-jPlayer? Or is it now dead in the water and I should just stick with mb.miniAudioPlayer from now on?
Thanks Paul
]]>This plugin triggers the following php warnings:
Warning Undefined array key "url" 410
wp-content/plugins/mp3-jplayer/main.php:610
Plugin: mp3-jplayer
Warning Undefined array key "url" 820
wp-content/plugins/mp3-jplayer/main.php:611
Plugin: mp3-jplayer
]]>
Can I show the name of track from Shoutcast url?
]]>hello player the player plays only 2:49 seconds from the attached file
]]>Is there a way to hide everything (wave/bar line, name of the track…) in the player and only keep the play and volume slider?
Something similar to “Tap to mix section” in this website: https://calmist.pro/
]]>I’m trying to post just the simple play button, without any text etc. I’ve used the shortcodes title=””, ind=n and volslider=n to remove these elements, however the progress bar (which shows how far through the track you are) is still appearing as an awkward grey bar stuck next to the play button (surely this should have been removed when the title was removed). I can’t find anywhere the ability to remove this…
Example shortcode:
[mp3j track=”https://abridgeacademy.com/wp-content/plugins/mp3-jplayer/mp3/AHello.m4a” ind=n flow=y volslider=n title=”” caption=””]
Link: https://chineseclub.abridgeacademy.com/topic/dialogue/
(I’m posting REALLY short tracks, each just reading out one word or phrase, so don’t need to show the progress bar)
]]>Hello
on the Player work play next button but not with Bluetooth Headset. Is there any way to make IT fit for Bluetooth Headset play next button?
I modified line 68 of main.php to replace the direct call to $_SERVER with the getenv() function to get rid of the notice.
$this->Rooturl = preg_replace(“/^www\./i”, “”, getenv(‘HTTP_HOST’)); // $_SERVER[‘HTTP_HOST’]
]]>I have enjoyed years of using this plugin. It suddenly stopped working after the WordPress 5.5 upgrade. I had to install a plugin called, “enable jquery migrate helper” to get it going again. It seems the jQuery library it uses is no longer backward compatible with the WordPress core.
Are you planning on updating this plugin or have you abandoned it? Please let your followers know so they can plan accordingly.
Looking at the lack of responses to the support requests, it doesn’t look like you have any intention of maintaining such a wonderful plugin. It’s such a shame.
Won’t you reconsider updating it?
Thank you.
]]>I have been using this plugin for over a year now. Love it. But suddenly it will not play streams. Here is a stream it will not play, for an example, but it now will not play any streams:
” https://agnes.torontocast.com:8151/stream.mp3 ”
Here is the shortcode I have been using, that used to work, but suddenly will not:
[popout tracks=”https://agnes.torontocast.com:8151/stream.mp3, FEED:/broadcast” text=”Listen to the broadcast” ” autoplay=”y”]
What has changed to destroy this plugins usability on streams?
Thanks!
]]>Hi, before everything thanks for the plugin..
I’m building a website with 4 mp3 Jplayer and I want that the user can play simultaneusly 1 or 2 or 3 or 4 at the sametime…
Have you an idea why I can’t use this functions with your plugin?? It’s really the most important for the site..
Thanks for your works…
]]>Good evening. I have downloaded the plugin and it is good. But when I look the page by mobile the music dont start automatically as I wish. I have setted the plugin for autoply and I have inserted the comand AutoplAY = “Y” in the shortcode. Some suggest, please =
]]>Hi,
I make use of transfer.google to translate for Dutch to English.
I am MP3 jPlayer plugin set to wordpress.
I just can’t find where to enter streaming online radio url SHOUTcast. Is that with advanced?
Hope I have been able to describe sufficient demand.
Greetings
]]>This plugin is not compatible with W3 Total Cache.
The buttons do not appear.
The site for this plugin appears to be gone.
I think this plugin support may have been abandoned.
]]>Hi, guys
I have some mp3 files to share with my students. But the way i want to share the file is sending to the students a specific link to each song. This will be done by sending an email containing the link or the links to each student.
By clicking in the link, they will be able to listen to the song and/or download the song to their personal computer. Right now, the link i send them calls the audio player, but there is no download button in the player. How do i solve this?
Any idea?
Thanks a lot!
Best,
]]>Hi @simonward-1 ??
Just FYI.
Your website: mp3-jplayer.com/help-docs/ isn’t loading at all. I tried both with Google Chome, Firefox and MS Edge and it is just hanging as a white blank page,but it never completes loading it. The only thing you can see it the name of the page in the browser tab it itself…
Screenshot:
https://www.screencast.com/t/MMNfEj5d
Maybe you should consider to take a look at it? ??
Thank you for creating this plugin and for your hard work!
Kind Regards
AngryWarrior
In the settings, the test image I want to use shows up just fine, but no image shows in the player on the site, and I don’t see anywhere to add one. I would love to check out your documentation, but your website is throwing 504 errors and won’t load.
Thanks for your help. ??
]]>Hello!
The download button seems to have stopped working. It was fine initially, but something must have changed.
Please advise!
Thank you!