22 May 07 - 16:06
Disrok
Disrok is a great little script for XChat which allows it to control Amarok and relate its current state.
Unfortunately, it is broken by the latest version of XChat.
Fix by replacing
score = int(getinfod('score'))
if (int(getinfod('trackPlayCounter')) == 0):
With
score = float(getinfod('score'))
if (float(getinfod('trackPlayCounter')) == 0):
In the Python file.
Nathan - Development -
-
§ ¶
18 May 07 - 11:47
Last day
Here we go... now where's the buffet?
Nathan - Personal -
-
§ ¶
15 May 07 - 20:56
Edge Presents
Please, I've given up. After visiting nearly every major newsagents in Bristol, I have been unable to locate Edge Presents: The Art of Videogames. It costs £8, was released 3 or 4 weeks ago, and should be in all good newsagents for at least a little while more. Apparently, Bristol is devoid of good newsagents.
If any one happens to see it in a shop near you (Smith's ought to be a good bet), I'd be eternally grateful if you could pick up a decent copy. I'll send you £10 in return.
Nathan - Personal -
-
§ ¶