Federico Giust
Forum Replies Created
-
Forum: Plugins
In reply to: [Beatport Discography shortcode] Incorrect Values or No results foundHi,
I had a look at your issues.
Regarding the Artwork, the API provides 3 sizes of artwork per release. The plugin uses the midsize one which is the one assigned for your label releases, which looks like the Label Logo.
Regarding the label catalogue, there is a new version of the plugin which fixes that issue.
Please update your plugin so you can get your label catalogue.
Thanks for using the plugin!
Federico
Forum: Plugins
In reply to: [Beatport Discography shortcode] Catchable fatal errorThere is a new version of the plugin that solves this issue.
Please update to the latest version.Forum: Plugins
In reply to: [Beatport Discography shortcode] Does not work after updateThere is a new version of the plugin that solves this issue.
Please update to the latest version.Forum: Plugins
In reply to: [Beatport Discography shortcode] Catchable fatal errorHi,
Which version of WordPress are you using?
Is it 3.9.2 by any chance?If so, I’m working on an update to make it work on 3.9.2.
Regards,
FedericoForum: Plugins
In reply to: [Beatport Discography shortcode] Does not work after updateHi,
WordPress changed some stuff in their API that affects the plugin.
I’m currently working on an update so it works with the latest version of WordPress.Regards,
FedericoForum: Plugins
In reply to: [Beatport Discography shortcode] Get Artist bio dataHi,
Sorry about the late reply.
In regards to your comments:
– Won’t it be a problem that we are using your API keys to connect to the API (rate limit) since we are connecting to
http://www.federicogiust.com/beatportapi/beatport_api.php as a server host.At this moment, beatport doesn’t have a usage limit on the API. So it is ok for now. If they ever start putting limits on the API calls we will need to find another alternative for this. The plugin uses my server as a proxy, otherwise you would need to install PHP OAuth on your server and use a script like this:
https://github.com/fedegiust/Beatport-API-JSON-feed
Most shared hostings wont allow php extensions to be installed, so using my server as a proxy makes things easier for a lot of people.
– I would be VERY interested in getting artist BIO info from Beatport , but there is obviously no way that I can hack your plugin to spit out this info as I’m limited to the tracklisting endpoints you have foreseen in your beatport_api.php
Exactly there is no way at the moment to get the Bio from Beatport using this plugin for a simple reason.
It’s looked easier to me for the artist to update the Bio on their own website rather than getting an outdated Bio from somewhere else.But, in the next versions I will keep adding stuff to the plugin so you can get every single item from the API.
Forum: Plugins
In reply to: [Beatport Discography shortcode] conflict with sidebarHi,
Sorry about the late reply on this.
I went into your test page long ago and it seemed like a css positioning issue of some sort.
I tried to see the test page, but I get a 404.
I went into your discography page and everything looks ok to me, so I guess you solved this.
Forum: Plugins
In reply to: [Beatport Discography shortcode] Warning: file_get_contents():Sorry buddy but that error message is due to a server setting on your side.
The plugin uses file_get_contents the error message means, that the function is disabled on your server.
http://www.php.net/manual/en/function.file-get-contents.php
You need to get in touch with your hosting provider to see how to enable this on your side.
Forum: Plugins
In reply to: [Beatport Discography shortcode] Warning: file_get_contents():There’s a new version that will prompt you if the shortcode is incorrect.
Please upgrade your version.
Forum: Plugins
In reply to: [Beatport Discography shortcode] single release not working / features ideasIf you want tracks you need to select Artis or Label.
Artist or Label can get Release or Track.
If you select ID, only the release will be shown.
Please see here how to use this plugin
http://wordpress.org/plugins/beatport-discography-shortcode/faq/
Forum: Plugins
In reply to: [Beatport Discography shortcode] single release not working / features ideasYou are not setting up the shortcode the right way, if what you want is a release like in this case you need the release id and not the track id.
I just tested with this shortcode and it works fine.
[beatport_discography_sc feed=”id” id=”1238416″ items=”release” buylink=”on”]
Forum: Plugins
In reply to: [Beatport Discography shortcode] Warning: file_get_contents():If I try that link it gives me page not found.
What is the shortcode you are trying to use?
Forum: Plugins
In reply to: [Beatport Discography shortcode] single release not working / features ideasHi Tinobe,
Are you sure that’s the id?
The results given by beatport is that there is no release with that id.
What’s the name of the release?
Forum: Plugins
In reply to: [Beatport Discography shortcode] Warning: file_get_contents():Please post the following info:
Which version of the plugin are you using?
What is the shortcode you are trying to use?
Which version of WordPress are you using?
Which version of php are you using?
Forum: Plugins
In reply to: [Beatport Discography shortcode] Shortcode for WP text editor pleaseThe plugin doesn’t support charts, at least not yet.
The sound player was removed because beatport removed the samples from the api.