18 years agoCluster mode is mostly working.
Simeon Veldstra [Tue, 23 May 2006 06:43:37 +0000]
Cluster mode is mostly working.

Two external hosts; turbot and pike, controled by ibeam, syncronize the
processing of files in the correct sequence around a failure.

-- output: --
Connecting to cluster nodes:
  pike.internal  turbot.internal

Host pike.internal at Mon May 22 23:29:06 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/01 - 21st Century Schizoid Man
(including Mirrors).flac

Host turbot.internal at Mon May 22 23:29:07 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/07-Daft_Punk-Around_the_World.mp3

Host turbot.internal at Mon May 22 23:30:00 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Task failed on host: turbot.internal
  /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Host turbot.internal at Mon May 22 23:30:04 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Creep.mp3

Host pike.internal at Mon May 22 23:30:09 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Cat_Stevens-Greatest_Hits-02-Oh_very_young.ogg

Host pike.internal at Mon May 22 23:30:33 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/Nina_Simone-The_Blues-02-Day_And_Night.ogg

Host turbot.internal at Mon May 22 23:30:35 2006 starting file:
   /home/sim/temp/2go/cluster/tst2/testflac.flac

Host turbot.internal finished.

Host pike.internal finished.

All workers exited

-- end --

When I threw ibeam in as a worker I got a traceback.

18 years agoMaster and slave ends first working
Simeon Veldstra [Mon, 22 May 2006 19:15:49 +0000]
Master and slave ends first working

18 years agoHacking at cluster mode
Simeon Veldstra [Sun, 21 May 2006 19:28:28 +0000]
Hacking at cluster mode

18 years agoTake versioning code out of setup.py
Simeon Veldstra [Sun, 21 May 2006 09:34:09 +0000]
Take versioning code out of setup.py

18 years agoVersion 0.4.2 v0.4.1
sim [Sat, 20 May 2006 18:32:29 +0000]
Version 0.4.2

Start of version

--
sim

18 years agoVersion 0.4.1
sim [Sat, 20 May 2006 18:29:30 +0000]
Version 0.4.1

Bug fixes:
Added test for failed write to stdout in mainloop.
Various small bugfixes.
Added a version field to the cache pickle.
Added a human readable info file to cache.
Added md5sum prefix to file names in cache.

New feature:
Merged Justus Pendleton's --format patch. See --help.

--
sim

18 years agoVersion 0.4.0
sim [Sat, 20 May 2006 18:25:33 +0000]
Version 0.4.0

Added cache.py

--
sim

18 years agoVersion 0.4.0
sim [Sat, 20 May 2006 18:25:02 +0000]
Version 0.4.0

Add caching support for processed files.
Add support for Amarok playlist grabbing - Justus Pendleton
Support specifing playlists as free arguments - idea: Christopher Arndt

--
sim

18 years agoVersion 0.3.2
sim [Sat, 20 May 2006 18:19:17 +0000]
Version 0.3.2

Bug fixes:
 Really fix the third party module test bug.

--
sim

18 years agoVersion 0.3.1
sim [Sat, 20 May 2006 18:16:35 +0000]
Version 0.3.1

Bug Fixes:
  * Thanks: Christopher Arndt for setup.py fix and suggestions.
  * Incorrect parameter in setup.py
  * Don't overwrite unless --force is used.
  * Don't mangle file names arbitrarily.
  * Separate the test suite.
  * Be graceful in the absence of third party modules.

-sim

18 years agoAdded new files for 0.3.0
sim [Sat, 20 May 2006 18:11:57 +0000]
Added new files for 0.3.0

Simeon Veldstra

18 years agoVersion 0.3.0
sim [Sat, 20 May 2006 18:09:38 +0000]
Version 0.3.0

New version released. Major code rewrite, the last of the
wall street code is redone.
Simeon Veldstra

18 years agoInitial release 0.2.1
sim [Sat, 20 May 2006 17:56:52 +0000]
Initial release 0.2.1

First public release of mp3togo
Simeon Veldstra