Forum Activity for @dazed

Dazed
@dazed
01/18/20 06:51:11PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Hey Michael. Not really hehe. I get 50 players instead of one player with all tunes.

I changed it back to one for now but no song info. What I want is a player with all songs by profile id that can be embeded on a public html page.

https://mixposure.com/test

test.tpl:
{jrCore_list module="jrAudio" order_by="_item_id desc" limit="50" template="standalone_player.tpl" profile_id="166116"}

standalone_player.tpl
{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item=$item}
{/foreach}
{/if}

updated by @dazed: 01/18/20 06:56:05PM
Dazed
@dazed
01/16/20 05:27:09PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Someone was looking for this and I used to have code on ProJam using Nate's Flash players so a user could embed all audio. I thought I could do this with a playlist but maybe not externally? I thought this was built in but maybe not.

The only other thing I can thing of doing is creating a separate embed page and forcing an iframe? I hate iframes lol.
updated by @dazed: 05/05/20 08:44:03AM
Dazed
@dazed
12/08/19 09:28:21AM
1,022 posts

Delete Pend Requests


Using Jamroom

Hey Brian. I opened a ticket.
Dazed
@dazed
12/02/19 06:07:15PM
1,022 posts

Remove Hidden Songs


Using Jamroom

Thanks Paul. Appreciate the help as always.
Dazed
@dazed
12/01/19 12:02:30PM
1,022 posts

Remove Hidden Songs


Using Jamroom

Hey Paul! No worries on the delay. This functionality should really already exist. It makes no sense that we would allow quotas with a potential higher quantity of songs, videos, images etc. and then when the subscription is cancelled, we have no way to eliminate the extra data after months to years of inactivity. For new sites this would not be an issue. For sites that have been around for almost 15 years it creates a bit of a problem lol.

My dashboard states: 400.74GB of 984.64GB. This is a huge amount of data being stored. I question where all of the data is from though. There are over 18k songs. Videos should all be youtube which leaves images. Hopefully I do not have some large error logs around.
updated by @dazed: 12/01/19 12:09:07PM
Dazed
@dazed
11/28/19 05:08:01PM
1,022 posts

Remove Hidden Songs


Using Jamroom

My DB is now over 400GB and the one thing I would like to do, I do not thing there is a graceful way to do it.

I have free accounts and subscriptions. If a subscriber cancels after a year and he had 100 songs and goes to a free account which displays 5 songs, I still have 95 songs hidden. I get keeping these around for 2-3 months in case the user wants the subscription back and all songs/reviews to display. However if several months go by, let alone years, this is just eating hard drive space.

Is there a way to remove these hidden songs, reviews etc,?
updated by @dazed: 03/09/20 07:43:35AM
Dazed
@dazed
11/28/19 01:33:53PM
1,022 posts

Delete Pend Requests


Using Jamroom

Happy Thanksgiving Brian. Yeah something is definitely up. May be time for an upgrade.
Dazed
@dazed
11/25/19 09:21:44PM
1,022 posts

Delete Pend Requests


Using Jamroom

Has anyone else noticed that deleting a pending request from the dashboard, either a single or multiple select, is taking a long time to complete? This process used to take a split second. I have seen this go for 20-40 seconds before completing. It seems to work but it appears maybe some performance tuning on the query would be good.
updated by @dazed: 03/10/20 06:34:19PM
Dazed
@dazed
04/16/19 07:30:31AM
1,022 posts

Does This Still Exist? Auto Welcome Message


Using Jamroom

Thanks all. I think before it was based on quota. The reason for me wanting to do this is it is not for a “welcome” message per se. When I set this up before I used it as a training module for navigating the site. I had video for how to upload, edit and delete songs etc. This way when the user is activated, there is no searching needed for how to do something because they have it in an email.
Dazed
@dazed
04/16/19 07:26:12AM
1,022 posts

Hide Page by Country


Using Jamroom

Thanks Michael. I will take a look at it this weekend. This approach should work fine.
  6