Wednesday 22 December 2010

data flow

Cleaned up data. Flow is:
  1. use mp3tags with my XML export script to create  C:\Users\Public\Music\MP3List.xml 
  2. run cleanmp3tag.xpl to create build/cleanmp3.xml
  3. run db-create.xpl to extract playlist data to playlists/playlist.xml
All years good, genres a bit better.

Tuesday 21 December 2010

update

bit of work on login,
updated playlist data but not cleanned up.

Monday 20 December 2010

Saturday 18 December 2010

update

Screen recording
swapped out clicktale for userfly. Userfly has nice playback but fails just like clicktale to detect screen updates.

Minor updates to artist and playlist tabs.
Start of chat widget
mess around with css

Monday 13 December 2010

bits

  • added  scroll though playlist, but need to change the track keying because broken where same song appears in several playlists
  • thinking about rating calculations
  • looking at  tubeify
  • removed top guitar
  • cleanup artist page
  • got simpledb admin working

Thursday 2 December 2010

login

  • start of login form, change to dojo
  • browserId cookie
  • hookbox js load

Tuesday 30 November 2010

source control

put playlist project in freelocker. used svn will change to git

Sunday 28 November 2010

Friday 26 November 2010

Cleanup

Using mp3tag to cleanup Various Artists and Various mainly from The Complete Introduction To Northern Soul and Maybe This Christmas Tree

Wednesday 24 November 2010

progress

ilke + chat started.

Seems that iLike only works coming from the US and looks a bit buggy.  When it works, it seems to give mp3 stream in USA and search youtube in UK.

Thinking of trying last.fm

Tuesday 23 November 2010

ilike

invalid XML tag syntax
http://www.ilike.com/track/top_album_by_trackid/51351?el_id=s_eliLikesong1&api_view=developer%7C2142&width=200&tabs_to_exclude=fans%2Cilike%2Csend&oid=62826496&script_target=iLike.Ajax._c950371
Line 36

Monday 8 November 2010

messing around with

toasters
code

code in blogger

http://pkario.blogspot.com/2010/04/blogger-code-prettifier.html

install gcc

readynas1:~# dpkg -l gcc*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
un  gcc                     (no description available)
un  gcc-2.95                (no description available)
un  gcc-3.2                 (no description available)
ii  gcc-3.3        1:3.3.5-13     The GNU C compiler
ii  gcc-3.3-base   1:3.3.5-13     The GNU Compiler Collection (base package)
un  gcc-3.3-doc             (no description available)
readynas1:~# apt-get install gcc
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  cpp
Suggested packages:
  cpp-doc make manpages-dev autoconf automake libtool flex bison gdb gcc-doc
The following NEW packages will be installed:
  cpp gcc
0 upgraded, 2 newly installed, 0 to remove and 74 not upgraded.
Need to get 40.3kB of archives.
After unpacking 180kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.debian.org sarge/main cpp 4:3.3.5-3 [29.6kB]
Get:2 http://archive.debian.org sarge/main gcc 4:3.3.5-3 [10.8kB]
Fetched 40.3kB in 0s (73.6kB/s)
Selecting previously deselected package cpp.
(Reading database ... 17452 files and directories currently installed.)
Unpacking cpp (from .../cpp_4%3a3.3.5-3_sparc.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a3.3.5-3_sparc.deb) ...
Setting up cpp (4:3.3.5-3) ...
Setting up gcc (4:3.3.5-3) ...
readynas1:~# gcc -version
gcc: unrecognized option `-version'
gcc: no input files
readynas1:~# gcc -help
gcc: unrecognized option `-help'
gcc: no input files
readynas1:~# gcc -?
gcc: unrecognized option `-?'
gcc: no input files
readynas1:~# gcc --help
Usage: gcc [options] file...
Options:
  -pass-exit-codes         Exit with highest error code from a phase
  --help                   Display this information
  --target-help            Display target specific command line options
  (Use '-v --help' to display command line options of sub-processes)
  -dumpspecs               Display all of the built in spec strings
  -dumpversion             Display the version of the compiler
  -dumpmachine             Display the compiler's target processor
  -print-search-dirs       Display the directories in the compiler's search path
  -print-libgcc-file-name  Display the name of the compiler's companion library
  -print-file-name=   Display the full path to library 
  -print-prog-name=  Display the full path to compiler component 
  -print-multi-directory   Display the root directory for versions of libgcc
  -print-multi-lib         Display the mapping between command line options and
                           multiple library search directories
  -print-multi-os-directory Display the relative path to OS libraries
  -Wa,            Pass comma-separated  on to the assembler
  -Wp,            Pass comma-separated  on to the preprocessor
  -Wl,            Pass comma-separated  on to the linker
  -Xlinker            Pass  on to the linker
  -save-temps              Do not delete intermediate files
  -pipe                    Use pipes rather than intermediate files
  -time                    Time the execution of each subprocess
  -specs=            Override built-in specs with the contents of 
  -std=          Assume that the input sources are for 
  -B            Add  to the compiler's search paths
  -b              Run gcc for target , if installed
  -V              Run gcc version number , if installed
  -v                       Display the programs invoked by the compiler
  -###                     Like -v but options quoted and commands not executed
  -E                       Preprocess only; do not compile, assemble or link
  -S                       Compile only; do not assemble or link
  -c                       Compile and assemble, but do not link
  -o                 Place the output into 
  -x             Specify the language of the following input files
                           Permissible languages include: c c++ assembler none
                           'none' means revert to the default behavior of
                           guessing the language based on the file's extension

Options starting with -g, -f, -m, -O, -W, or --param are automatically
 passed on to the various sub-processes invoked by gcc.  In order to pass
 other options on to these processes the -W options must be used.

For bug reporting instructions, please see:
.
For Debian GNU/Linux specific bug reporting instructions, please see:
.
readynas1:~# gcc -V
gcc: `-V' option must have argument
readynas1:~# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --with-cpu=v7 --enable-objc-gc sparc-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
readynas1:~#

Wednesday 3 November 2010

CodeMirror

added codemirror 0.9 to server, no progress on playlist

Tuesday 2 November 2010

menu

made navpane xslt using the silk icons - ok chrome but fails in firefox

Monday 1 November 2010

Playlist website

Some notes about a website to view music playlists. Entries are labelled playlist

Today added silk icons to version 0.5

Friday 11 June 2010

Installing openID on ReadyNAS

Working from this list...

Installed pear-php

readynas1:~# pear install Crypt_HMAC2

downloading Crypt_HMAC2-1.0.0.tgz ...
Starting to download Crypt_HMAC2-1.0.0.tgz (8,129 bytes)
.....done: 8,129 bytes
install ok: channel://pear.php.net/Crypt_HMAC2-1.0.0
readynas1:~#
readynas1:~# pear install Crypt_DiffieHellman-0.2.5
downloading Crypt_DiffieHellman-0.2.5.tgz ...
Starting to download Crypt_DiffieHellman-0.2.5.tgz (10,853 bytes)
.....done: 10,853 bytes
install ok: channel://pear.php.net/Crypt_DiffieHellman-0.2.5
readynas1:~# pear install Services_Yadis-0.4.0
Failed to download pear/HTTP_Request2 within preferred state "stable", latest release is version 0.5.2, stability "alpha", use "channel://pear.php.net/HTTP_Request2-0.5.2" to install
Failed to download pear/Validate within preferred state "stable", latest release is version 0.8.3, stability "beta", use "channel://pear.php.net/Validate-0.8.3" to install
Failed to download pear/Net_URL2 within preferred state "stable", latest release is version 0.3.1, stability "beta", use "channel://pear.php.net/Net_URL2-0.3.1" to install
pear/Services_Yadis requires package "pear/HTTP_Request2" (version >= 0.5.1)
pear/Services_Yadis requires package "pear/Validate"
pear/Services_Yadis requires package "pear/Net_URL2"
No valid packages found
install failed
readynas1:~#