tk_cdconverter
...is a TCL/TK-frontend to rip a CD into a directory, convert this wav-files into mp3/ogg-vorbis or lame and sets some tags.
What's new:
14. November 2006:
- Version 0.6.0 is out - add a cd present detection: no error message anymore if you forgot to put a cd in your cd-player
About tk_cdconverter:
The "philosophy" of tk_cdconverter is directory orientated:
- rip a Audio-CD into a directory
- convert this files into mp3/ogg-vorbis/flac in the same or into a 2nd directory
- add some tag-informations to all files in this directory (by using of the cd-text informations on the Audio-CD, ask the freedb-database or per hand)
Other interesting things:
- tk_cdconverter can rip a live CD into one file (without interruptions)
- include a tool to convert between different formats
- tk_cdconverter has also a function to change the file names by using the tag informations
- the installation script supports NetBSD
- tk_cdconverter is written in pure tcl/tk (no tcl/tk-extensions are required)
- a German translation of the program is available
The requirements:
- NetBSD or Linux
- tcl/tk > 8.4
- cdda2wav (part of the cdrtools)
- lame or ogg-vorbis tools or flac
This software stands under the GNU GENERAL PUBLIC LICENSE and comes with NO warranty of any kind. You use it at your own risk.
- Download
date
version
- 14. Nov. 2006 0.6.0
- add a cd present detection
- 05. June 2006
0.5.0 <tk_cdconverter_0.5.0.tgz>
- add the rename tool
- 09. May 2006
0.4.3 <tk_cdconverter_0.4.3.tgz>
- fix the bug: no conversation to mp3 and ogg-vorbis
- 04. May 2006
0.4.2 <tk_cdconverter_0.4.2.tgz>
- better restore function of the window geometry
- completion of the German translation
- 31. Mar. 2006 0.4.1
<http://web.utanet.at/frichter/tk_cdconverter_0.4.1.tgz>
- fix a bug in the freedb-part
- better key binding for the menu
- 11. Mar. 2006
0.4.0 <http://web.utanet.at/frichter/tk_cdconverter_0.4.0.tgz>
- add flac support
- add a tool which can convert between mp3 - ogg-vorbis - flac
Download older versions
<http://web.utanet.at/frichter/tk_cdconverter_older_versions.html>
Only try out without installation:
- copy tk_cdconverter_x.x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_cdconverter in this directory (tar -xvzf ./tk_cdconverter_x.x.tgz)
- cd ./tk_cdconverter
- run ./tk_cdconverter.tcl
- Installation
Installation is very easy:
- copy tk_cdconverter_x.x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_cdconverter in this directory (tar -xvzf ./tk_cdconverter_x.x.tgz)
- cd ./tk_cdconverter
- run ./tk_install.tcl as root
- choice a place for the files and the start script
Thats all.
Now you can start the program with "tk_cdconverter"
- Uninstallation
-
- cd /root/.tk_cdconverter
- run ./uninstall.tcl
Thats all.
Many thanks to:
- Tom Zorn for his comments, ideas and testing
- Bugs
- nobody is perfect...bugreports, comments and opinions are very welcome: tk_cdconverteratutanet.at
Future of tk_cdconverter:
- ???
- if you miss something or have your own ideas - you can do with the source code what ever you want (tcl/tk is a very easy programming language and I tried to comment the source code clearly)
I wish you a good time,
Falk
tk_cdconverteratutanet.at
Back to Falk's Softwarepage <index.htm>
