Mercurial > ~darius > hgwebdir.cgi > amakode
comparison amakode.py @ 8:e2ef50b914fd default tip
Actually we need Python 2.4 for subprocess.
author | darius@inchoate.localdomain |
---|---|
date | Mon, 19 Nov 2007 17:25:28 +1030 |
parents | bdb8597191dc |
children |
comparison
equal
deleted
inserted
replaced
7:8df1f2f2c450 | 8:e2ef50b914fd |
---|---|
5 # - Add support for tagging (jens.zurheide@gmx.de) | 5 # - Add support for tagging (jens.zurheide@gmx.de) |
6 # - Fixed typo in lame encoder (tcuya from kde-apps.org) | 6 # - Fixed typo in lame encoder (tcuya from kde-apps.org) |
7 # - Made setting maxjobs easier, although Amarok doesn't appear to issue | 7 # - Made setting maxjobs easier, although Amarok doesn't appear to issue |
8 # multiple requests :( | 8 # multiple requests :( |
9 # | 9 # |
10 # Depends on: Python 2.2 | 10 # Depends on: Python 2.4 |
11 # tagpy (optional) | 11 # tagpy (optional) |
12 # | 12 # |
13 # The only user servicable parts are the encode/decode (line 103) and the | 13 # The only user servicable parts are the encode/decode (line 103) and the |
14 # number of concurrent jobs to run (line 225) | 14 # number of concurrent jobs to run (line 225) |
15 # | 15 # |