
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KAudioCreator is a program for ripping and encoding Audio-CDs, encoding files from disk.
Now on projects.kde.org
https://projects.kde.org/projects/extragear/multimedia/kaudiocreator
Some rpm for openSUSE can be found here:
http://download.opensuse.org/repositories/home:/geflei/
Please report bugs on bugs.kde.org.
9 years ago
1.3
- no changes
1.2.95 (1.3 rc)
- bugfixes
1.2.90 (1.3 beta3):
- bugfixes
- switch from kcompactdisc to enhanced version of audiocd from kscd
for cd stuff
- removed option for ripping more than one file from one device
instead if there are 2+ drives try to rip parallel
1.2.81 (1.3 beta2):
- switched views to model/index
- add/make usable option to keep temporary ripped files
1.2.80 (1.3 beta1):
- Ported to KDE4
- Encode more than one file from disk at once (parallel with smp)
- Reworked the encoder config a bit
- other stuff I forgot
9 years ago
1.3
- no changes
1.2.95 (1.3 rc)
- bugfixes
1.2.90 (1.3 beta3):
- bugfixes
- switch from kcompactdisc to enhanced version of audiocd from kscd
for cd stuff
- removed option for ripping more than one file from one device
instead if there are 2+ drives try to rip parallel
1.2.81 (1.3 beta2):
- switched views to model/index
- add/make usable option to keep temporary ripped files
1.2.80 (1.3 beta1):
- Ported to KDE4
- Encode more than one file from disk at once (parallel with smp)
- Reworked the encoder config a bit
- other stuff I forgot
kiwifb
8 years ago
Report
google01103
9 years ago
album artist is used by Amarok (iirc) in setting up collection
Report
geflei
9 years ago
A generic cover fetch for kde would be nice as we have a few apps for that (amarok, kid, audex, ka...)
Report
google01103
9 years ago
Report
krege
9 years ago
Release? New betta? L10n include?
Report
google01103
10 years ago
KCrash: Application 'kaudiocreator' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/smiley/.kde4/socket-circus/kdeinit4__0
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
Report
aspotashev
10 years ago
Report
valoriez
10 years ago
In short, now available as part of kdemultimedia; PPA no longer needed.
Report
thomasjfedora
10 years ago
kaudiocreator-debuginfo.x86_64: E: world-writable /usr/src/debug/kaudiocreator-1.2.81/x86_64-redhat-linux-gnu/ui_encodefile.h 0666
You know by chance how to solve that? Or explain the reason why those files are world writable?
Thanks by the way for the KDE4 port!
Report
valoriez
10 years ago
To add the PPA: $ sudo add-apt-repository ppa:kubuntu-ppa/beta
This will import the key. Update and then sudo apt-get install kaudiocreator
Audex is also available; somewhat of a fork of this wonderful program. Thanks so much to the programmer to porting to KDE4. I appreciate it very much!
Report
jmdennis
11 years ago
Report
TomB17
11 years ago
I'm having a hard time getting lame to encode VBR. I added "-V 2" to the command line but it still shows as 128 bits in VLC Media Player.
What am I missing?
Report
TomB17
11 years ago
I've now migrated to the following parameter, "--alt-preset standard"
Report
pippo73
11 years ago
I would like to know if there is a way to add Kaudiocreator to the list of actions allowed when I insert the cd? (I hope you understand what I mean) :-\
tnx
Leo
Report
killsudo
10 years ago
Create a new profile for a device action and point it to the program. You can use the existing profile for "Play Audio CD with KsCD" as a guide.
Now when you insert a audio disc a option to use KAudioCreator.
The package maintainers should be able to add a option to update a system configuration file on install for this action.
Report
apachelogger
11 years ago
Are you planning on getting KAudioCreator back into kdemultimedia, or is it going to stay in extragear?
Just asking because I am working on a Kubuntu package, and our version number depends a lot on where you are heading with KAC :)
Report
geflei
11 years ago
Report
apachelogger
11 years ago
Report
pippo73
11 years ago
Report
geflei
11 years ago
Report
pippo73
11 years ago
I'm trying to compile it on a Kubunut 9.10, but I get the following error:
$ cmake --DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) .
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.2 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon includes NOT found!
CMake Error at /usr/share/kde4/apps/cmake/modules/FindPhonon.cmake:63 (message):
Phonon library or includes NOT found!
Call Stack (most recent call first):
/usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:559 (find_package)
/usr/share/cmake-2.6/Modules/FindKDE4.cmake:81 (FIND_PACKAGE)
CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
Any idea how to fix it?
tnx
leo
Report
geflei
11 years ago
Report
pippo73
11 years ago
any other ideas?
$ sudo dpkg -l *phonon-dev
Desiderato=Unknown/Install/Remove/Purge/Hold
| Stato=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/Reinst-required (Stato,Err: maiuscolo=grave)
||/ Nome Versione Descrizione
+++-=============================-=============================-==========================================================================
ii libphonon-dev 4:4.3.1-4ubuntu1 development files for Phonon multimedia framework, dummy package
ii libqt4-phonon-dev 4.5.3really4.5.2-0ubuntu1 development files for the Phonon multimedia framework
Report
pippo73
11 years ago
http://bugs.launchpad.net/ubuntu/+source/cmake/+bug/386742
reinstalling libqt4-phonon-dev package solved the problem.
Tnx for the help
Leo
Report
bitcrazy
11 years ago
m0nk
Report