correct me if I'm wrong...but it appears to me that the template only supports mp3 extentions even if ogg was an option set for conversion and since it was converted to ogg for some odd reason ff alones attempting to serve ogg with no support for it in the template
additionally in edge the images that are not loading, if i inspect element, then copy the url and go to the url itself the image loads properly
however not resized
some images load fine others do not
heres the template I'm looking at
{jrCore_module_url module="jrAudio" assign="murl"}
<div class="block">
<div class="title">
<div class="block_config">
{jrCore_item_detail_buttons module="jrAudio" field="audio_file" item=$item}
</div>
<h1>{$item.audio_title}</h1>
<div class="breadcrumbs">
<a href="{$jamroom_url}/{$item.profile_url}/">{$item.profile_name}</a> »
{if jrCore_module_is_active('jrCombinedAudio') && $item.quota_jrCombinedAudio_allowed == 'on'}
<a href="{$jamroom_url}/{$item.profile_url}/{jrCore_module_url module="jrCombinedAudio"}">{jrCore_lang module="jrCombinedAudio" id=1 default="Audio"}</a>
{else}
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}">{jrCore_lang module="jrAudio" id="41" default="Audio"}</a>
{/if}
» {$item.audio_title}
</div>
</div>
{assign var="skin_player_type" value="`$_conf.jrCore_active_skin`_player_type"}
{assign var="player_type" value=$_conf.$skin_player_type}
{if isset($player_type) && $player_type == 'gray_overlay_player' || $player_type == 'black_overlay_player'}
<div class="block_content">
<div class="item">
<div class="jraudio_detail_player">
<div class="jraudio_detail_player_left" style="width:50%;">
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="xlarge" class="iloutline img_shadow img_scale" alt=$item.audio_title}
</div>
{* Make sure we're active *}
{if isset($item.audio_active) && $item.audio_active == 'off' && isset($item.quota_jrAudio_audio_conversions) && $item.quota_jrAudio_audio_conversions == 'on'}
<div class="jraudio_detail_player_right" style="width:50%;">
<p class="center">{jrCore_lang module="jrAudio" id="40" default="This audio file is currently being processed and will appear here when complete."}</p>
</div>
{else}
<div class="jraudio_detail_player_right">
<div style="text-align:left;;line-height:24px;padding-left:6px">
<span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}"><span class="info_c">{$item.audio_album}</span></a><br>
<span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
{if $item.audio_file_extension == 'mp3'}
<span class="info">{jrCore_lang module="jrAudio" id="51" default="streams"}:</span> <span class="info_c">{$item.audio_file_stream_count|default:"0"|number_format}</span><br>
{if !empty($item.audio_file_item_price)}
<span class="info">{jrCore_lang module="jrAudio" id="14" default="audio file"}:</span> <span class="info_c">{$item.audio_file_original_extension}, {$item.audio_file_original_size|jrCore_format_size}, {$item.audio_file_length}</span>
{/if}
<br>
{/if}
{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
</div>
</div>
{/if}
</div>
{if $item.audio_file_extension == 'mp3'}
{assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
{assign var="player" value="jrAudio_`$player_type`"}
<br>{jrCore_media_player type=$player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}
{/if}
</div>
{* bring in module features *}
{jrCore_item_detail_features module="jrAudio" item=$item}
</div>
{else}
<div class="block_content">
<div class="item">
<div class="jraudio_detail_player">
<div class="jraudio_detail_player_left">
{* Make sure we're active *}
{if isset($item.audio_active) && $item.audio_active == 'off' && isset($item.quota_jrAudio_audio_conversions) && $item.quota_jrAudio_audio_conversions == 'on'}
<p class="center">{jrCore_lang module="jrAudio" id="40" default="This audio file is currently being processed and will appear here when complete."}</p>
{elseif $item.audio_file_extension == 'mp3'}
{assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
{assign var="player" value="jrAudio_`$player_type`"}
{if isset($player_type) && strlen($player_type) > 0}
{jrCore_media_player type=$player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}<br>
{else}
{jrCore_media_player module="jrAudio" field="audio_file" item=$item autoplay=$_conf.$ap}<br>
{/if}
<div style="text-align:left;padding-left:6px">
<span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <span class="info_c"><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}">{$item.audio_album}</a></span><br>
<span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
<span class="info">{jrCore_lang module="jrAudio" id="51" default="streams"}:</span> <span class="info_c">{$item.audio_file_stream_count|default:"0"|number_format}</span><br>
{if !empty($item.audio_file_item_price)}
<span class="info">{jrCore_lang module="jrAudio" id="54" default="purchase"}:</span> <span class="info_c">{$item.audio_file_original_extension}, {$item.audio_file_original_size|jrCore_format_size}, {$item.audio_file_length}</span>
{/if}
<br>{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
</div>
{else}
{* allow downloads if we are not blocked *}
{if isset($_conf.jrAudio_block_download) && $_conf.jrAudio_block_download == 'off'}
<a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download"}</a><br>
{/if}
<div style="text-align:left;padding-left:6px">
<span class="info">{jrCore_lang module="jrAudio" id="31" default="album"}:</span> <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.audio_album_url}"><span class="info_c">{$item.audio_album}</span></a><br>
<span class="info">{jrCore_lang module="jrAudio" id="12" default="genre"}:</span> <span class="info_c">{$item.audio_genre}</span><br>
{jrCore_module_function function="jrRating_form" type="star" module="jrAudio" index="1" item_id=$item._item_id current=$item.audio_rating_1_average_count|default:0 votes=$item.audio_rating_1_count|default:0}
</div>
{/if}
</div>
<div class="jraudio_detail_player_right">
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}
</div>
</div>
</div>
{* bring in module features *}
{jrCore_item_detail_features module="jrAudio" item=$item}
</div>
{/if}
</div>
hmm in edge I'm also getting a lot and i mean a lot of access denieds for a lot of scripts that seem related to the google ads and such
as a debugging effort I'm going to temporarily disable all ads using the default heder and footers
nope that made no diference
more then 1/2 the music files have reconverted to mp3 only
still cant find 1 that doesn't try to play ogg in ff
--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities