17 years agoRemoved the debian directory from the 'upstream' source in preparation
Simeon Veldstra [Sat, 14 Oct 2006 20:12:27 +0000]
Removed the debian directory from the 'upstream' source in preparation
for correct debian packaging.

17 years agoFixed bug in tags.py
Simeon Veldstra [Sat, 14 Oct 2006 17:21:38 +0000]
Fixed bug in tags.py
An attribute is referenced on an object returned from the eyeD3 module that
may in some cases be None. In this case an AttributeError exception is
raised.  Changed the reference to a getattr call with a default value.

17 years agoSmall changes to Debianization
Simeon Veldstra [Wed, 5 Jul 2006 16:40:06 +0000]
Small changes to Debianization

17 years agoFixed bug with input ogg files with no genre tag. v0.5.6
Simeon Veldstra [Thu, 29 Jun 2006 06:20:32 +0000]
Fixed bug with input ogg files with no genre tag.

17 years agoVersion 0.5.5 commit. v0.5.5
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.

17 years agoChanged ogg decoder to oggdec. v0.5.4
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)

17 years agoStarting 0.5.4 bugfix release.
Simeon Veldstra [Mon, 12 Jun 2006 23:24:13 +0000]
Starting 0.5.4 bugfix release.

17 years agoVersion 0.5.3 v0.5.3
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.

17 years agoSmall fixes and tune-ups for gui
sim [Wed, 7 Jun 2006 02:00:41 +0000]
Small fixes and tune-ups for gui

17 years agomp3togo version 0.5.2 v0.5.2
Simeon Veldstra [Thu, 1 Jun 2006 01:14:08 +0000]
mp3togo version 0.5.2

Added .m4a patch from Justus Pendleton.

17 years agomerging cluster back to master
Simeon Veldstra [Sun, 28 May 2006 18:46:47 +0000]
merging cluster back to master

17 years agoAdded --no-tags option and an except clause to tagging code. v0.5.1
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

17 years ago0.5.0 Changelog v0.5.0
Simeon Veldstra [Sat, 27 May 2006 03:10:23 +0000]
0.5.0 Changelog

17 years agoVersion 0.5.0
Simeon Veldstra [Sat, 27 May 2006 03:08:16 +0000]
Version 0.5.0

First release with cluster mode.

17 years agoTidied up and running pretty well.
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.

17 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.

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

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

17 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

17 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

17 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

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

Added cache.py

--
sim

17 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

17 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

17 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

17 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

17 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

17 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