Forum Activity for @chorton581

chorton581
@chorton581
12/25/13 07:29:47PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

the fix mentioned here
https://www.jamroom.net/the-jamroom-network/documentation/howto/1389/howto-allow-downloads-to-logged-in-users

does get you part of the way. I have to edit the music_row.tpl as well. I guess a simple fix if to remove the download link off the music and chart rows and have them redirect to the actual song page.
chorton581
@chorton581
12/25/13 07:20:51PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

You want songs without a price to not be downloadable? Yes

There are 3 options that should be available
1. Artist can put price on song and foxycart sells it. Not a problem
2. Artist can mark the song downloadable and its can be downloaded. Not an issue because no price it is downloadable.
3. This is the issue: Artist does not want to sell song or allow it to be downloaded. He just wants it to be streamed.
chorton581
@chorton581
12/24/13 02:19:08PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

That is all i have done and wait to hear back. Enjoy your holidays.
chorton581
@chorton581
12/24/13 01:49:56PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

i then reset the original module templates and edited the
ActiveSkin/jrAudio_item_detail.tpl to this

{jrCore_module_url module="jrAudio" assign="murl"}
<div class="block">

    <div class="title">
        <div class="block_config">

            {if $item.audio_downloadable == 'on'}
            {if $_conf.jrAudio_block_download == 'off' && (empty($item.audio_file_item_price) || $item.audio_file_item_price == '0')}
                {if jrUser_is_logged_in()}
                      <a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download"}</a>
                {else}
                <a href="{$jamroom_url}/user/login" title="Log in to Download">{jrCore_icon icon="download"}</a>
                {/if}
             {/if}
            {/if}

            
                   

updated by @chorton581: 12/24/13 03:32:01PM
chorton581
@chorton581
12/24/13 01:37:00PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

ORIGINAL ActiveSkin/jrAudio_audio_updates.tpl
{if $item.audio_downloadable == 'on'}
            {if $_conf.jrAudio_block_download == 'off' && (empty($item.audio_file_item_price) || $item.audio_file_item_price == '0')}
                {if jrUser_is_logged_in()}
                      {jrCore_icon icon="download"}
                {else}
                {jrCore_icon icon="download"}
                {/if}
             {/if}
            {/if}



    
        
            {jrCore_media_player type="jrAudio_button" module="jrAudio" field="audio_file" item=$item}
        
        
            {if isset($item.audio_file_original_name)}
            {jrCore_lang module="jrAudio" id="14" default="audio file"}:&nbsp; {$item.audio_file_original_name}
            {else}
            {jrCore_lang module="jrAudio" id="14" default="audio file"}:&nbsp; {$item.audio_file_name}
            {/if}
            {jrCore_lang module="jrAudio" id="26" default="audio length"}:&nbsp; {$item.audio_file_length}
            {jrCore_lang module="jrAudio" id="27" default="audio bitrate"}:&nbsp; {$item.audio_file_bitrate}kbps
        
    


updated by @chorton581: 12/24/13 02:58:37PM
chorton581
@chorton581
12/24/13 01:33:41PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

ORIGINAL ActiveSkin/jrAudio_item_detail.tpl

{jrCore_module_url module="jrAudio" assign="murl"}


    
        

            {if $_conf.jrAudio_block_download == 'off' && (empty($item.audio_file_item_price) || $item.audio_file_item_price == '0')}
                {jrCore_icon icon="download"}
            {/if}

            {jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}
            {jrCore_module_function function="jrFoxyCartBundle_button" module="jrAudio" field="audio_file" item=$item}
            {jrCore_module_function function="jrPlaylist_button" playlist_for="jrAudio" item_id=$item._item_id}

            {jrCore_item_create_button module="jrAudio" profile_id=$item._profile_id action=$action}
            {jrCore_item_update_button module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
            {jrCore_item_delete_button module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}

        
        {$item.audio_title}
        
            {$item.profile_name} &raquo; {jrCore_lang module="jrAudio" id="41" default="Audio"} &raquo; {$item.audio_title}
        
    

    

        

            
                

                    


updated by @chorton581: 12/24/13 02:57:37PM
chorton581
@chorton581
12/24/13 01:30:35PM
139 posts

Allow Artists to just stream music.


Installation and Configuration

ok so i followed these directions
https://www.jamroom.net/the-jamroom-network/documentation/problems/1527/i-just-upgraded-and-lost-my-changes

now have new skin and all is working. I also now have a
jrAudio_audio_updates.tpl and
jrAudio_item_detail.tpl in
my new active skin directory
chorton581
@chorton581
12/24/13 10:07:39AM
139 posts

Allow Artists to just stream music.


Installation and Configuration

that did not fix it. It is still the same issue. I will attach a doc to this.
It may have been prior to the foxy cart install when it appeared to work.
Nutshell the best i can put it.
User un-checks downloadable box which is marked on by default
It shows up still as downloadable on music.tpl in projam.
I am 100% sure i am not editing the correct thing because i am unsure what to edit based on the documentation. That is what i am trying to get clarification.
I will also clone my skin and make the changes in the FAQ
https://www.jamroom.net/the-jamroom-network/documentation/problems/1527/i-just-upgraded-and-lost-my-changes
I do use the music.pdf - 124KB

updated by @chorton581: 12/24/13 10:16:19AM
chorton581
@chorton581
12/24/13 09:34:03AM
139 posts

Allow Artists to just stream music.


Installation and Configuration

favicon has nothing to do with it.
I started with jr 5.1.3 then moved to 5.1.6 so the custom favicon was in old 5.1.3 image folder.
sorry for confustion.
I am going to try to fix the audio issue
chorton581
@chorton581
12/24/13 08:33:44AM
139 posts

Allow Artists to just stream music.


Installation and Configuration

sort of the same reason the favicon goes away.
  11