Simeon Veldstra [Thu, 29 Jun 2006 06:20:32 +0000]
Fixed bug with input ogg files with no genre tag.
Simeon Veldstra [Tue, 27 Jun 2006 02:42:12 +0000]
Version 0.5.5 commit.
Changed ID3 tagging library to eyeD3 to fix issues with unicode in tags.
Simeon Veldstra [Tue, 13 Jun 2006 02:59:33 +0000]
Changed ogg decoder to oggdec.
Fixes bug where ogg files fail on Debian Stable (Sarge)
Simeon Veldstra [Mon, 12 Jun 2006 23:24:13 +0000]
Starting 0.5.4 bugfix release.
Simeon Veldstra [Wed, 7 Jun 2006 02:37:40 +0000]
Version 0.5.3
Added Justus Pendleton's config file patch.
Fixed bug in cluster.py starting slaves.
sim [Wed, 7 Jun 2006 02:00:41 +0000]
Small fixes and tune-ups for gui
Simeon Veldstra [Thu, 1 Jun 2006 01:14:08 +0000]
mp3togo version 0.5.2
Added .m4a patch from Justus Pendleton.
Simeon Veldstra [Sun, 28 May 2006 18:46:47 +0000]
merging cluster back to master
Simeon Veldstra [Sun, 28 May 2006 18:12:39 +0000]
Added --no-tags option and an except clause to tagging code.
Released as 0.5.1
Simeon Veldstra [Sat, 27 May 2006 03:10:23 +0000]
0.5.0 Changelog
Simeon Veldstra [Sat, 27 May 2006 03:08:16 +0000]
Version 0.5.0
First release with cluster mode.
Simeon Veldstra [Tue, 23 May 2006 07:34:19 +0000]
Tidied up and running pretty well.
Need to do the Options() initialization properly on the slave nodes to
check for binaries, modules, set up etc.
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.
Simeon Veldstra [Mon, 22 May 2006 19:15:49 +0000]
Master and slave ends first working
Simeon Veldstra [Sun, 21 May 2006 19:28:28 +0000]
Hacking at cluster mode
Simeon Veldstra [Sun, 21 May 2006 09:34:09 +0000]
Take versioning code out of setup.py
sim [Sat, 20 May 2006 18:32:29 +0000]
Version 0.4.2
Start of version
--
sim
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
sim [Sat, 20 May 2006 18:25:33 +0000]
Version 0.4.0
Added cache.py
--
sim
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
sim [Sat, 20 May 2006 18:19:17 +0000]
Version 0.3.2
Bug fixes:
Really fix the third party module test bug.
--
sim
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
sim [Sat, 20 May 2006 18:11:57 +0000]
Added new files for 0.3.0
Simeon Veldstra
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
sim [Sat, 20 May 2006 17:56:52 +0000]
Initial release 0.2.1
First public release of mp3togo
Simeon Veldstra