Forum Activity for @ekwe

alt=
@ekwe
05/24/16 10:17:26AM
212 posts

MP3 Downloads Not Showing Meta Tag Album Art


Installation and Configuration

Yes, all the songs currently on our site.
alt=
@ekwe
05/22/16 12:33:56AM
212 posts

MP3 Downloads Not Showing Meta Tag Album Art


Installation and Configuration

New issue, artists complaining their fans are downloading their tracks and the album artworks are not showing, even though they did put it before upload. I think the system is rewriting the album art and making it blank.

How can this be fixed ?
updated by @ekwe: 08/22/16 12:05:43PM
alt=
@ekwe
05/22/16 12:14:57AM
212 posts

Direct Links To Audio Files with Keys ? Please Help


Installation and Configuration

Ok thanks, Let me work on that. Will it still be able to count the plays from the mobile plays ?
alt=
@ekwe
05/21/16 02:09:11AM
212 posts

Direct Links To Audio Files with Keys ? Please Help


Installation and Configuration

Hi Guys,

Trying to have some songs have direct links on our android app. But need to know which link to put in for users to be able to listen from the android app ?

Also want it to count as a play on the site as well. Thanks for the help
updated by @ekwe: 08/27/16 08:49:12AM
alt=
@ekwe
02/05/16 03:46:14PM
212 posts

How To Extract Playlist as .M3U, HTTP or M3U


Design and Skin Customization

michael:
yes, but first you need to know what format that is.

Then construct a page to output your playlist in the same format as they are expecting.

Great, how do I construct a page to produce .m3u links for me ?

Thanks for your help
alt=
@ekwe
02/05/16 11:53:53AM
212 posts

How To Extract Playlist as .M3U, HTTP or M3U


Design and Skin Customization

hello,

Trying to create links to our playlists that can allow users play them on their itunes or windows media. Is this possible ?

Thanks
updated by @ekwe: 05/12/16 04:40:05PM
alt=
@ekwe
08/16/15 11:30:52AM
212 posts

Add To Cart Button Appearing For All Items On List


Design and Skin Customization

Almost worked. It's no more showing for tracks on the list that are free. But it still shows multiple "add to cart" button on each item for all the others on the list that are above $0.00
alt=
@ekwe
08/13/15 03:42:19AM
212 posts

Add To Cart Button Appearing For All Items On List


Design and Skin Customization

So here is my code, when an item for sale comes up among others that are for free. The button shows up for all the items instead for the item that is higher than $0 only. when i remove the {foreach}, it shows the buy button, but it links to the wrong item on the list. Please do help

{foreach $_items as $item}
                                
    {jrFoxyCart_add_url module="jrAudio" item=$item field="audio_file" assign="cart_url"}

<a href="{$cart_url}">                                
<div class="aaddicon" alt="Buy" title="Buy {$item.audio_title} by {$item.profile_name}"><i class="fa fa-shopping-cart"></i></div>
</a>

{/foreach} 

updated by @ekwe: 09/17/15 09:28:29PM
alt=
@ekwe
07/21/15 03:49:17PM
212 posts

Error: Offsite media downloads are blocked


Installation and Configuration

This is how I have my code

<?php
$_conf['jrCore_db_host'] = 'ip';
$_conf['jrCore_db_port'] = 'port';
$_conf['jrCore_db_name'] = '******';
$_conf['jrCore_db_user'] = 'user';
$_conf['jrCore_db_pass'] = '*******';
$_conf['jrCore_base_url'] = 'domainname';

if(!isset($_SERVER['HTTP_REFERER'])){
  $_SERVER['HTTP_REFERER'] = 'domainname';
}
  2