
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Flacon/flacon
Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. To do this, it uses information from the appropriate CUE file.
Besides, Flacon makes it possible to conveniently revise or specify tags both for all tracks at once or for each tag separately.
Now Flacon is a pure Qt application.
Features:
* Supported input formats: WAV, FLAC, APE, WavPack, True Audio (TTA).
* Supported out formats: FLAC, WAV, WavPack, AAC, OGG or MP3.
* Replay Gain analysis (album-gain and track-gain modes).
* Multi-threaded conversion process.
* Automatic character set detection for CUE files.
5 years ago
Version 2.0.0 and 2.0.1
* Support CUE files with several FILE tags.
* Fix: Flacon crashed if audio file was corrupt.
* Improved stability of the program.
* The program displays the duration of the tracks.
* New visual design of tracks selection.
* Program checks duration of the disk, if disk is shorter than CUE warning mark is displayed.
* Improves in the texts and messages.
* Translations updated
* OS/2 support.
Full changelog - http://flacon.github.io/changelog/
5 years ago
Version 2.0.0 and 2.0.1
* Support CUE files with several FILE tags.
* Fix: Flacon crashed if audio file was corrupt.
* Improved stability of the program.
* The program displays the duration of the tracks.
* New visual design of tracks selection.
* Program checks duration of the disk, if disk is shorter than CUE warning mark is displayed.
* Improves in the texts and messages.
* Translations updated
* OS/2 support.
Full changelog - http://flacon.github.io/changelog/
phob1an
4 years ago
Report
anaximandar
10 years ago
http://files.myopera.com/Anaximandar/Mandriva_2010_1/flacon-0.5.2-1mdva2010.1.i586.rpm
Report
mityukov
10 years ago
One of the main reasons to split big FLAC files onto per-song tracks is the ability to upload songs to a portable device, I believe.
One of popuplar devices is iPod, which supports such good formats as .acc and .aiff (at least they are better than .mp3 and .wav; and .ogg is not supported on iPods, unluckily). So, can you make your program to support .aac and .aiff formats as well?
Report
sokoloff
10 years ago
Report
LazyKent
10 years ago
% python -v /usr/bin/flacon
...
import PyQt4 # directory /usr/lib/python2.6/site-packages/PyQt4
import PyQt4 # from /usr/lib/python2.6/site-packages/PyQt4/__init__.py
# can't create /usr/lib/python2.6/site-packages/PyQt4/__init__.pyc
dlopen("/usr/lib/python2.6/site-packages/PyQt4/QtGui.so", 2);
dlopen("/usr/lib/python2.6/site-packages/sip.so", 2);
import sip # dynamically loaded from /usr/lib/python2.6/site-packages/sip.so
[1] 28441 segmentation fault python -v /usr/bin/flacon
python-qt4-4.4.3
python-sip-4.10.1
What is a problem?
Report
sokoloff
10 years ago
Please contact me via email (see address in the source files) to solve your problem.
Report
LazyKent
10 years ago
A very good program!
Report
sokoloff
10 years ago
I'll try to fix the problem soon.
Report