Hi, thanks for all the updates seems to be working
I use audio igniter for a group of people, which has updates, and I would like to disable auto playblack after the first track is played
Most of my subscribers will manually choose which update to listen to
is this possible ? please advise
thanks
]]>Hi, I’m using the free version of this great plugin.
My question is: Is it possible to change the order of the elements if the playlist has already been created?
many thanks and best regards
Irmen
Hello!
I create a new playlist, and add tracks (180 in total), starting from a certain number of tracks (probably about 160), the playlist stops saving – asks for the Track listing height, and initial volume, and all checkboxes are unchecked…
Is this a limitation of the free version not specified in the documentation?
p.s.
I just saw this post with recommendations.
I’ll try it and report back
Hi,
we decided to use your plugin for our client’s podcast because it is easy to use and also looks great.
Now our customer has given us feedback that the player does not load on iPhone with iOS18 and the current Safari release. One of our employees was able to confirm the issue on his device. Other employees who use an older iOS version did not experience this error.
As I don’t own an iPhone myself, I can’t verify this, which is why my request is based solely on the reports of others.
Would it be possible for you to check the whole thing and give me any feedback?
]]>Audioigniter is key in enabling my students to learn independently, grateful! I made peace with the default hot pink, but it’s time to recolor and match my site’s teal. If you follow my page link above, you’ll see that I managed to update only half of the pink elements. I need help identifying the remaining elements to be recolored. If anyone can help out with the code, I’d appreciate it. (ps, I am not a developer; this is all trial/error.) Thanks.
Here’s what I added thus far:
/* AUDIOIGNITER PLUGIN / / Change the color of the pink elements to #207daf */
.ai-track-active .ai-track-control {
background: #207daf;
}
.ai-wrap .ai-control-wrap-controls .ai-audio-control {
background: #207daf;
border-color: #207daf;
color: #fff;
}
.ai-wrap .ai-audio-controls-progress .ai-track-progress {
background-color: #207daf;
}
Hello,
I have created a wordpress site with the AudioIgniter plugin for playing my audio.
I created a bunch of playlists, which I use in several pages.
But, when I migrate my site to “production”, i.e.
UPDATE wp_options SET option_value = replace(option_value, 'https://<original site>', 'https://<production site>');
UPDATE wp_posts SET post_content = replace(post_content, 'https://<original site>', 'https://<production site>');
UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://<original site>','https://<production site>');
The playlists are there, with the same shortcode, but they are all empty after migration.
Does somebody have a tip to retain this data?
]]>I have a playlist for the album page on the linked site and I am using AudioIgniter to display the track list. However, the audio player messes up the background image of the page. Normally, the image is supposed to take up the entire viewport on desktop devices (this is shown on the single pages). But the AudioIgniter player throws everything off and is out of the flow of the page. You can see it “sticking out of the bottom” of the page.
Is there a work around for this?
]]>How do I remove the download option, I just want the buy icon next to my tracks? When I set up my tracks I didn’t put a download link and the option still shows up?
]]>
Hi mark, I hope you can help me with this.
When I edit the playlist after 157-158 songs, I lose the entire list of songs and artists and that applies to every player, in case I don’t pass that certain number of songs, everything is fine with the player. Not sure what the problem could be.
]]>I need an assist regarding the audio ignite player. For some reason, when I save the draft, I lose the entire player settings and I don’t get the track list display on the page?
]]>Hi everyone, my players are stopping after each track when testing on my iPhone Safari browser, even though I have not selected that setting on the Add New Playlist pages.
I am pretty much tech semi-illiterate, so anyone who can give me a soft explanation as to why this would be… thank you very much in advance ??
]]>I prefer/require the look of the full player type with the cover image enlarged above the track name when viewed from a mobile phone in portrait view. I DO NOT want the mobile layout to change for larger screens. Simply put I want the same (mobile) look of the full player on tablet and desktop. I know it requires an adjustment to the media query statement, but I’m not sure what to exactly modify. thank you.
]]>I want to change the color of selected track(& hover) from red to another color.
Will you please let me know the css code to apply custom css?
Hi why i cant play the playlist in Mobile?
Does it work only for Desktop
]]>Hi,
When using the simple player, there is a large blank grey area to the right of the player which makes everything look wonky. Is there anyway to remove this?
Thank you
]]>Hello there,
happy holidays…! Maybe someone is also working today?
Great plugin.
One thing is a bit tricky: in dialogue with woocommerce it should be a opportunity to put the single tracks in cart, instead of opening the shopping page.
Is this option maybe available in pro version? Or am I missing something?
Best regards
Thomas
]]>Our pro stats show “unknown playlist” when there is not one with this title, and mp3 file called a35388 also not known. Idea’s what these are?
]]>The plugin is displayed on the page only after authorization in WordPress.
]]>Good morning
when I am connected to the site as an administrator, the live stream works correctly
but when I open the site in a private browser (i.e. I am not connected to the site), the plugin disappeared when I clicked on the live button
thank you for helping me
when I inspect the plugin, the console gives:
streamcast-final.js:180 A parser-blocking, cross site (i.e. different eTLD+1) script, https://hosted.muses.org/mrp.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ streamcast-final.js:180
streamcast-final.js:180 A parser-blocking, cross site (i.e. different eTLD+1) script, https://hosted.muses.org/mrp.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ streamcast-final.js:180
live/:1 Uncaught (in promise) SyntaxError: Unexpected token ‘<‘, “<!DOCTYPE “… is not valid JSON
Error with Permissions-Policy header: Unrecognized feature: ‘ambient-light-sensor’.
Good morning
please, is there any help!
I want to add previous player and antecedent to the current streaming list
for my live stream is that of live stream shoutcast for radio
I’m trying to figure out how to add my podbean RSS feed link to AudioIgniter. Does your plugin has support for Podbean?
]]>Hello, I spent some time helping out a friend get the site searches to include tracks embedded in [ai_playlist] elements and wanted to share my code with you in case you are interested in incorporating it into your codebase.
Code in functions.php below:
function custom_save_post( $post_id, $post ) {
$ai_search_meta = '';
// ref: https://developer.www.ads-software.com/reference/functions/get_shortcode_regex/#user-contributed-notes
$pattern = get_shortcode_regex();
if ( preg_match_all( '/'. $pattern .'/s', $post->post_content, $matches )
&& array_key_exists( 2, $matches )
&& in_array( 'ai_playlist', $matches[2] )
) {
foreach ($matches[2] as $idx=>$shortcode) {
if ($shortcode == 'ai_playlist') {
$atts = shortcode_parse_atts($matches[2][$idx] . $matches[3][$idx]);
if (isset($atts['id'])) {
$id = $atts['id'];
$tracks = get_post_meta( $id, '_audioigniter_tracks' );
if (! empty( $tracks) ) {
foreach ( $tracks as $track ) {
if (! empty ($track)) {
foreach ($track as $item) {
$artist = $item['artist'];
if ($artist) {
$ai_search_meta .= $artist . ' ';
}
$title = $item['title'];
if ($title) {
$ai_search_meta .= $title . ' ';
}
}
}
}
}
}
}
}
}
if ($ai_search_meta) {
update_post_meta($post_id, '_ai_search_meta', $ai_search_meta);
} else {
delete_post_meta($post_id, '_ai_search_meta');
}
}
add_action( 'save_post_page', 'custom_save_post', 20, 3 );
add_action( 'save_post_post', 'custom_save_post', 20, 3 );
function update_ai_search_meta() {
// Hide it from the public
if (isset($_GET['update_ai_search_meta'])) {
error_log('Updating _ai_search_meta');
$posts = get_posts( array(
'post_type' => get_post_types(),
'post_status' => 'publish',
'numberposts' => -1,
) );
foreach ($posts as $post) {
custom_save_post($post->ID, $post);
}
}
}
add_action( 'wp_loaded', 'update_ai_search_meta' );
function cf_search_join( $join ) {
global $wpdb;
if ( is_search() ) {
$join .= ' LEFT JOIN '.$wpdb->postmeta. ' ON ' . $wpdb->posts . '.ID = ' . $wpdb->postmeta . '.post_id ';
}
return $join;
}
add_filter('posts_join', 'cf_search_join' );
function cf_search_where( $where ) {
global $pagenow, $wpdb;
if ( is_search() ) {
$query = get_search_query();
$query = esc_sql( $wpdb->esc_like( $query ) );
// repeat the LIKE condition for wp_postmeta rows with a meta_key of _audioigniter_tracks
$where = preg_replace(
"/\(\s*".$wpdb->posts.".post_title\s+LIKE\s*(\'[^\']+\')\s*\)/",
"(" . $wpdb->posts . ".post_title LIKE $1) OR (" . $wpdb->postmeta . ".meta_key = '_ai_search_meta' AND " . $wpdb->postmeta . ".meta_value LIKE $1)", $where );
}
return $where;
}
add_filter( 'posts_where', 'cf_search_where' );
function cf_search_distinct( $where ) {
global $wpdb;
if ( is_search() ) {
return "DISTINCT";
}
return $where;
}
add_filter( 'posts_distinct', 'cf_search_distinct' );
]]>
Hello,
pls add support .m3u8 + .m3u files links playlists
]]>Hello, even though my MP3 files are safe and play in the default WordPress player, they do not play in the plugin.
And also checking did not conflict with a plugin
]]>shortcode is on the page, only thing that changes is plugin updates nothing new where are my audio ? help
the page displays the shortcode nothing else
]]>hello!
I’ve just bought the pro plugin. It’s nice, thanks.
How can the front style be changed for the lyrics?
https://photos.app.goo.gl/ypytioWd58SyYucH7
Thanks
Tamás
]]>I am using the AudioIgniter (free) plugin. It works fine on my WP Local site on my development PC, but when I login to my Local site from another device, the player does not play the tracks. What am I doing wrong?
Thanks,
Phil G
]]>Does the player or pro version offer listen stats?
]]>How can we make the stand alone player height short / lower. We have PRO so we understand using a playlist now how do we do it with the stand alone single player.
]]>Hello, I’m looking for a way to make the “forward-back track” keys disappear. Basically I would like the user have “play-stop” only (and volume).
I watch solution in :
https://www.ads-software.com/support/topic/change-the-simple-player/
but it did not work for me.
Thank you
]]>