Jump to content

chrisduffer

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

chrisduffer's Achievements

Newbie

Newbie (1/14)

  1. Ok for the people who aren't familiar with HTML, where a couple of very small mods to change the default functionality. I did this becuase the pages keeps refershing every couple of hours. Not sure why, but this works around any problems. To make these changes just search for the first line and change the lines below to be what's supplied. To set your last.fm username and password to be filled in for you: <span style="font: 900 12px arial"> add track to last.fm: </span> user name: <input name="lastFmUserName" value="USERNAME" type="text" size="12"/> password: <input name="lastFmPassword" value="PASSWORD" type="password" size="12"/> To have last.fm data default on: <span class="bold"> Settings</span> last.fm data <select name="lastFmData"> <option value="off">off</option> <option selected value="on">on</option> </select> To have Cddb lookup default on: cddb lookup: <select name="cddb"> <option value="off">off</option> <option selected value="on">on</option> </select> Yes I know in the first one your username and pass are in a plain text, but who's gonna read it?
×
×
  • Create New...