Aug 11
tdm : Tremulous Demo Manager
About
tdm is a manager for game-recorded demos. It can:
- Add, remove and rename demos in your ~/.tremulous/base/demos/ directory
- Simply click play or double click a demo to launch tremulous and view the demo
- If you specify filenames on commandline it will auto-add them to your demo collection, otherwise use drag’n'drop from your
file manager or use the add button
tdm is distributed under the GPLv2 license
Screenshot
Changelog
tdm-0.1alpha4:
- Fixed .desktop file ( icon was with .jpg instead of .png as noted here: http://aur.archlinux.org/packages.php?do_Details=1&ID=12475 )
- moved share directory from src/tdm/ so it gets not more installed in /usr/lib/python2.*/site-packages/tdm/
- better support for enviromental variables and fixes in share directory search code.
tdm-0.1alpha3
- Fixed a behaviour which could lead to setting loss for whom rely on autogen.cfg
- moved from os.system to subprocess.Popen()
Download
- Sources : tdm-0.1alpha4.tar.bz2
- Windows Installer: tdm-0.1alpha4.win32.exe
- Subersion: You can access as anonymous to the svn repository, if you want:
svn co svn://tulipano.cnglab.net/tdm/
or you can browse the repository
- Archlinux: Many thanks to ilgufo for providing a aur arch linux package for tdm!!! You can download it here: tdm-0.1alpha4 on aur.archlinux.org
- Fedora : Tons of thanks also to whitenoise, who has packed tdm for fedora! grab the rpm on his blog
Status
Currently i think it will not work for you, but you can try. This is my very first python app *and* my very first gtk app,
so don’t expect anything good from a developer point of view, except the worst. I need to polish and to refactor things. Currently only the basic functions are done.
Install
Linux
You need >=python-2.4, >=pytgk-2.10, pyglade to run this app. To install, simply decompress the tarball and run (as-root)
setup.py install
It will install under /usr/lib/<PYTHON_VERSION>/site-packages/tdm/ on most distros.
setup.py will take care to add a shortcut in your menu file under Games category
Windows
Simply double click on the setup exe.A shortcut will be placed on your desktop
Known Bugs
Help in pref dialogs doesn’t work.
Accelerators don’t works.
Descriptions are not saved. More about this to come in next alphas
Contact
Contacts are in README.txt in the tarball. I will not write my mail here in any format

