Kmp3burn

Utilities

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
Select mp3 files and store them in an easy way on any audio CD.

Features:

Burn on the fly.
Adjust the volume of audio files to a standard volume level.
Handle Playlists at m3u format.


Requirements:
kde 3.5
cdrecord
taglib >= 1.3
libmad
akode-2.0
sox (for resampling)

Recommendations:

Normalize


Please visit for further information
www.martin-keil.de

Which features should be included else ?
All suggestions welcome.

If you not able to compile, install, can't work well, or find a bug please mail me.

xxx_martin-keilatgmx.net_xxx
Last changelog:

Version 0.3.5:
Add Slovak translation

If you find a bug, please let me know.


Ratings & Comments

25 Comments

linux3114a

Kmp3burn-0.3.5-1.lotus.i586.rpm at http://home.scarlet.be/raoul.linux/lotus.html

fosapps

Possibility to sort a non alphabetical order in ISO, like MP3BR Imager proprietary tool. Many car´s mp3 players able this.

KDEApp

Hi, Thanks for your comment, Kmp3burn only supports raw audio format yet. (Audio CDs) In my Opinion, the feature, you describe is only applicable on a data CD, including an ISO9660 Image. By the way, MP3BR Imager is a interesting Application. Martin.

tommycw1

No offense, but this is one thing that I never understand about the people who write free/oss software. Why would you choose to write a program that has already been done over and over again, and done very well at that. Really is k3b not enough for you? I'm sure that it has everything here + more... Thank you for writing and contributing to free/oss, but there are so many things that need to be created why re-invent the wheel?

yggdrasil

> Why would you choose to write a program that has already been done over [...] - choice - programming practice - fun Nagging comments like this are not very encouraging for programmers to share their work with the community. Nipping the commitment of programmers in the bud like this is not helpful to OSS and of it's reputation. Period. Anyway: You don't like it - don't use it!

Shadowfiend

And fun is often the most important one. All those other things haven't been done probably because no one thought doing them was fun. Someone will, eventually, I daresay.

Heart

How about adding the possibility to create a cd cover (track nr, artist, title, time) from the burned mp3 files?

Khan

How about an "Add All" feature. That would make creating an entire disc much easier. Thanks.

KDEApp

You can copy every song by an right-mouse-click in the born box. Thats a fast way to select files for burning. Martin

higginsd

There are some big problems while compiling with K3B-12-Beta. I changed the files burner.h and burner.cpp, because classstructures and some members of K3bDevice and K3bDeviceManager changed. Hope it works fine, but there are also some problems while linking with libartsflow: /usr/lib/libartsflow.so: undefined reference to `g_assert_warning' /usr/lib/libartsflow.so: undefined reference to `g_return_if_fail_warning These are known bugs in libartsflow, so i have to recompile arts from source. We will see. I will send the changed burner.h and burner.cpp to the author via email. Greetings Dirk

KDEApp

On my system (suse 9.2) there were also linking problems with -lartskde. The errormessage was: libtool: link: cannot find the library /usr/lib/libjack.la I installed the package jack-devel by yast. I thought it 's a problem of my distri, or something like that, correct me if I am wrong :-) What can be done else to fix this behaviour? Please send me the modified burner.cpp + burner.h to martin-keil_at_gmx.net Greetings Martin

GIGrafx

You may wish to add the option to permit the MP3s to remain in MP3 format (instead of converting to wav for burning) as there are allot of CD players that support MP3 play now days...

KDEApp

Hi Gary, Thanks for the comment. 1): In configure.in.in I search for taglib: ################################ #######TAGLIB################### ################################ AC_CHECK_LIB(tag,main,,AC_ERROR(No Taglib found! Please check whether you installed Taglib correctly. http://developer.kde.org/~wheeler/taglib.html)) 2): Sorry, I don't understand. Do you propose a link like this: ln -s /usr/local/kde/bin/kmp3burn /usr/bin/ One other thing... That's interesting! Can you give me more informations about this, maybe some links, or an example how cdrecord handle this? And finally.. I need for the future versions of Kmp3burn beta-tester to check the extend properties. If you like Kmp3burn, may you do this for the next Version. -> Kmp3burn-0.2.10 Martin

GIGrafx

I've been seeking an app to handle burning MP3 CDs... one without the unneccesary functions for the purpose. K3B is a great CD/DVD burning app, but isn't the best for MP3 archiving because of the unrelated functions.
I am running Mandrake10.1 and had no probs in compiling... except I would like to offer a couple of ideas...
1- That you place within the configure file a search for 'libtag.so', as it was not detected as missing until going through 'make'.
2- That you configure the placement of a 'sym-link' in the /usr/bin folder as part of the 'install'.
Other than this, GREAT JOB!

jfdigonnet

Hi Allways the same problem with the fonction "cout

KDEApp

Hi Thanks for the report. I made a new upload. Hope it's OK now. Martin

jfdigonnet

Hi It's all rigth for me Thanks jfd

epoch

As I said above, it's a namespace issue. Use std::cout and std::endl.

KDEApp

Hi, Thanks for support. I'll fix it in next version Martin

jfdigonnet

Hi I've got some problem on KDE 322 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde320/include -I/usr/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -c -o tools.o `test -f 'tools.cpp' || echo './'`tools.cpp tools.cpp: In member function `bool Tools::search_executable(const char*)': tools.cpp:14: error: `cout' undeclared (first use this function) tools.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [tools.o] Erreur 1 make[2]: Leaving directory `/SourceKDE/kmp3burn-0.2.2/kmp3burn' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving directory `/SourceKDE/kmp3burn-0.2.2' make: *** [all] Erreur 2 (Erreur means Error) jfd

KDEApp

Hi I' m not sure, why this error occur, but the message in these function is not important. So you can drop line 14 in kmp3burn/tools.cpp : // cout .. "Error: which not found" .. endl; Good luck Martin

jfdigonnet

Hi It's all right jfd

epoch

It's a namespace requirement of ANSI C++. If you are not going to declare that you're using the std namespace (it's usually best not to), you should to explicitly use:

#include <iostream>
int main(int argc, char** argv) {
std::cout << "something << std::endl;
}

leinir

Right, the thoughts are as follows: 1. Ogg support 2. JuK integration These two would be a great addition, and the last one would be very welcome (there is a wishlist item on b.k.o about JuK's non-capabilities in this exact area ;) ). As the guy above said, nice work :)

Superstoned

its an very easy to use app... personally I prefer more options, but for that we have K3b isnt it? thanks for the work, i think this would make a nice mp3burner for my girlfriend (who hates computers...)

Pling
0 Affiliates
Details
license
version 0.3.5
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Utilities:

Gis Weather
RingOV
last update date: 8 years ago

Score 8.0

Splash Screen Manager
zorinos
last update date: 14 years ago

Score 7.4

BashStyle-NG
Chrispy
last update date: 9 years ago

Score 6.1

anymeal
wedesoft
last update date: 6 months ago

Score 5.0

MonA3XN 01
A3XN
last update date: 2 years ago

Score 5.0

SuperCalc (By Keshav bhatt)
keshavnrj
last update date: 10 years ago

Score 5.0



System Tags