Re: Biography Discussion
Why not just edit the API key in the Spider Monkey Panel (foo_spider_monkey_panel)? \profile\user-components\foo_spider_monkey_panel\samples\complete\js\lastfm.js Line 209: this.api_key = '9a15798127d9c73dcdd0e24503540d45'; This is what I see in lastfm.js in both paths below. They are identical hash values SHA1 comparing.-------------------------------------------------------------------------------------------------------------------------------------------- foobar2000 C:\Users\***\AppData\Roaming\foobar2000\user-components\foo_spider_monkey_panel\samples\complete\js foobar2000-v2 C:\Users\***\AppData\Roaming\foobar2000-v2\user-components\foo_spider_monkey_panel\samples\complete\js -------------------------------------------------------------------------------------------------------------------------------------------- From last.fm.js }; _createFolder(folders.data); this.ini_file = folders.data + 'lastfm.ini'; this.api_key = '51929ffb4faee6e2c8f001bafe5d7e02'; this.secret = '52356bdeb3f76e84f2c1270fb6c8dd63'; this.username = this.read_ini('username'); this.sk = this.read_ini('sk'); this.ua = 'foo_jscript_panel_lastfm2'; this.xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); } -------------------------------------------------------------------------------------------------------------------------------------------- From last.fm Application name Spider Monkey Panel Application desciption foobar 2000 JScript Biography 1.4.2 Callback URL ???( Didn't know what to write here.) Application homepage https://github.com/Wil-B/Biography API account created Here are the details of your new API account. Application name Spider Monkey Panel API key *** Shared secret *** Registered to *** -------------------------------------------------------------------------------