0
hello.
my system: joomla 1.5.21
com muscol: 2.2.0
website: psycoreboard.de
i have created an application at discogs.
API v1 and API v2
API v1 is active
API v2 must i make this ?:You can register your application here if you wish to access user data using
if i set the code from API v1 in backend settings i can´t search.it load and load and load ...
if i set the code from API v2 ( not registered ) it load and load and load ... if i will search.
what the problem?
what can i do to use an api key to search in backend ???
can anyone help me ?
Psychopath
my system: joomla 1.5.21
com muscol: 2.2.0
website: psycoreboard.de
i have created an application at discogs.
API v1 and API v2
API v1 is active
API v2 must i make this ?:You can register your application here if you wish to access user data using
if i set the code from API v1 in backend settings i can´t search.it load and load and load ...
if i set the code from API v2 ( not registered ) it load and load and load ... if i will search.
what the problem?
what can i do to use an api key to search in backend ???
can anyone help me ?
Psychopath
Responses (32)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Music Collection 2.2.1 has just been released, compatible with the new discogs API
Files available on YOUR ORDERS
for Joomla 1.5:
install the file com_muscol_upgrade_220_to_221.zip using the Joomla installer.
for Joomla 1.6 and 1.7:
download the file com_muscol_upgrade_220_to_221_1.6_NOT_AUTOINSTALL.zip
this is NOT an autoinstallable file. You have to unzip it first, and then copy the three files it contains into the right directories:
/administrator/components/com_muscol/controllers/albums.php
/administrator/components/com_muscol/views/albums/tmpl/default.php
/administrator/components/com_muscol/views/album/tmpl/form.php
This new version does not require an API key from Discogs to work. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0you should. the old discogs API (the one used in 2.2.0) will be closed by Discogs on December 15, so it will stop working. only the new API will be valid, which is the one included in 2.2.1
so, if you use discogs, yes, you should upgrade. it's a very simple upgrade, it only replaces 3 files on the backend. -
Accepted Answer
0Psychopath wrote:
Psychopath wrote:
big thanks. will download and test it now :laugh:
wow it works with discogs now .thanks :laugh:
but my player don´t play the songs. :S
what is now the problem ? fuck inch:
i have found the problem.
i had created an other folder for the songs with the same folder rights.
the folder is in the same root.
in settings changed.
i can scan and found the folder, but not play in the jw player.
now i have changed back in settings to songs folder and the player play all files. -
Accepted Answer
0@ germi:
if i search an album in discogs - found the album - and click to use it.
your component use all entries. thats nice
but it uses not the artist from discogs.
i must always create the artist manually before.
can you change it, that your application use also automatically the artist from discogs ?
it´s a hard work to create all artist manually -
Accepted Answer
0i have the next problem.
i will go to my backend.
i scan my folder with all tracks.
i can say all files in the folder. thats ok, but also a problem.
if i have for example 10.000 files in it , i can these not use for a new album.
if 9990 files used for albums, i can not see the new files to put it in a new album.
it must be give a search button for show all new files that are not in use from com_muscol. i hope you understand me ?
so i can not create a new album with the songs. i must put all separately in the album.
i´m an admin and can use putty to copy files if the files already on my server.
It would be very helpful if you could incorporate that. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0germi wrote:
it's not something to "fix", it's not a bug...!
you can change this manually changing a bit of code on the layout file. are you OK with modifying a PHP file?
yes a little bit.
which file is it?
but the problem is, if you get a new update or new component - the edited php file will overwrite ? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I just recieved this email from discogs;
Hello, We are writing to you because you have registered for a Discogs API key. As mentioned here: http://www.discogs.com/help/forums/topic/234138we will be phasing out the version 1 API and would like all current users to upgrade their clients to use the version 2 API. API version 1 will be discontinued on Jan 15, 2012. Please make sure to upgrade your clients before then. And let us know if you have any questions. thanks,Discogs
So,has this been addresed on the support team. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0if you open /administrator/components/com_muscol/views/album/tmpl/form.php line 231 you see this:
echo $editor->display('review', $this->album->review, '550', '400', '60', '20', false);
just replace the last "false" for "true"
echo $editor->display('review', $this->album->review, '550', '400', '60', '20', true); -
Accepted Answer
0Hi Germi..
I have copy the three files into the right directories but now I have this error when I search on Discogs:
Fatal error: Cannot redeclare AlbumsControllerAlbums::get_discogs_release() in administrator\\components\\com_muscol\\controllers\\albums.php on line 279
Can you help me?
EDIT: The problem is that there are two times the function get_discogs_release on the version for Joomla 1.6.. in the versio for Joomla 1.5 the albums.php is correct.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »