Forum Activity for @brian

brian
@brian
07/11/18 01:38:04PM
10,148 posts

Download and reinstall


Installation and Configuration

jamesmanley:
Awesome as always gentlemen. Got it solved thanks to you guys. Question for you guys, I have a lot of music artist our company now advertise for. Would it be wise to have mutiple single artist sites or would that be too server intensive? or, should it be a single site for multiple artist? Just asking for your opinions. Thank you

The number of different Jamroom sites probably isn't going to be much different than all artists on one site - it all comes down to the total number of viewers hitting all sites on the server. For ease of use (and licensing) however, I'd recommend a single site for all your artists - that's the easiest to manage for your end. Note too that you can use the Profile Tweaks module if your goal is to give each of the artists a more unique profile.

Let me know if that helps.

Thanks!
brian
@brian
07/11/18 01:35:45PM
10,148 posts

Proxima API file Downloading Problem


Proxima

No problem :)

I've just pushed up version 1.2.0b1 of the Proxima Bridge module to the Marketplace BETA channel that should work for this now. Update to that new version (you may need to enable the BETA channel in your Marketplace -> Tools Release Channels section).

I ended up creating a custom download view in the Bridge module specifically for bridged items - this way it follows the JR convention for profile privacy and whether or not the item is for sale. If the request is coming in from the profile owner it is always allowed.

Update and you'll see the Bridge GET request will have a new download URL in it - use that and let me know how that works.
brian
@brian
07/11/18 12:43:49PM
10,148 posts

Proxima API file Downloading Problem


Proxima

I think what I need to do here is:

- detect if Proxima File is installed and update the URL to use Proxima File
- add safeguards that the core provides except if the request is from the file owner

Right now it's not really possible to "inject" anything from Proxima into the core, so its better we just use the Proxima File download/stream handler since it's already aware of the user account making the request. This is due to the fact that a Proxima session is not the same as a JR session (they are much, much lighter weight so the backend can handle a ton more).
brian
@brian
07/11/18 12:35:57PM
10,148 posts

Proxima API file Downloading Problem


Proxima

Are you constructing your own download URL or are you using a Proxima Bridge request to get the Audio info? You should be able to download using Proxima File (which bypasses the checks).
brian
@brian
07/11/18 12:28:04PM
10,148 posts

JrCore Media Player limit


Installation and Configuration

Yeah it's not set in the player - you need to look at the player TEMPLATE for the player you are using - i.e.

jrAudio_black_overlay_player.tpl
brian
@brian
07/11/18 12:26:56PM
10,148 posts

Products Module Issue


Jamroom Developers

ukdenny:
Great Brian, thank you.
Just a point regarding shipping, if the shipping cost was say xx for local Country but more to ship to a different country, in other words a drop down choice of shipping how would this be accomplished please?

That requires a 3rd party API into a shipping estimator - that's not something supported at this time, so for now I'd recommend setting a shipping amount that covers any shipping costs.
brian
@brian
07/11/18 12:25:54PM
10,148 posts

Proxima API file Downloading Problem


Proxima

KevinM:
Yes, But ONLY to the User that owns that profile. They are signing in via Proxima to access there own account info and media. The owner can GET the info but cant download due to the jrUser_can_edit_item check even though they are the owner.

OK - let me check out how to get that info into the Core check the proper way.
brian
@brian
07/11/18 11:39:28AM
10,148 posts

Does the Google Analytics module support ecommerce?


Suggestions

PatriaCo:
Can this thread become a "Feature Request" please?

This is more involved than a simple update to the analytics module. It requires things to be pre-setup with affiliate links, tracking ids, etc.
brian
@brian
07/11/18 11:37:26AM
10,148 posts

Products Module Issue


Jamroom Developers

This is fixed in the latest Payments module update.
  53