-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (5) .- Knowledge Base  . 

Flacon

   0.7.2  

Qt Sound Application

Score 86%
Flacon
zoom


Flacon
zoom


Flacon
zoom


Homepage:  Link
Issue Tacker:  Link
Downloads:  1803
Submitted:  May 28 2010
Updated:  Aug 17 2012

Description:

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.

Requires:
* python
* PyQt
* python-chardet
* shntool
* flac (optional, for decoding and encoding FLAC files)
* mac (optional, for decoding APE files)
* wavpack (optional, for decoding WV files)
* ttaenc (optional, for decoding TTA files)
* oggenc (optional, for encoding OGG files)
* lame (optional, for encoding MP3 files)
* faac (optional, for encoding AAC files)
* metaflac (optional, for FLAC replay gain)
* vorbisgain (optional, for OGG replay gain)
* mp3gain (optional, for MP3 replay gain)


Interface languages:
* Chinese (Simplified and Traditional)
* Czech
* English
* French
* French Canadian
* Polish
* Russian
* Spanish (Mexico)
* Ukrainian


Installation.
Written in Python, Flacon uses some external programs (see requires), which is why you’ve got to install these programs.
To test the program, just extract the archive and run the file flacon.py.
To install the program, execute: sudo make install.

Ubuntu users can install from PPA launchpad repository https://launchpad.net/~flacon/+archive/ppa. For help see instructions on http://kde-apps.org/content/show.php?action=knowledgebase&content=113388&kbid=269

OpenSUSE users can download RPM packages from http://packman.links2linux.org/package/flacon. Thanks to Kyrill Detinov [url] http://qt-apps.org/usermanager/search.php?username=LazyKent[/url].




Changelog:

Version 0.7.2
* Fix. The program sometimes crashes when parsing incorrect CDDB data.
* Fix. When bulk coding, the program could not create the directories.
* Improved translations detection.

Version 0.7.1
* Fix in the Makefile
* Simplified Chinese and Traditional Chinese translations.

Version 0.7
* Added automatic character set detection for CUE files.
* New translations.
* Flacon uses www.transifex.comt for the translation.




LicenseGPL
Source(flacon 0.7.2)
Ubuntu(Deb package for Ubuntu)
SUSE(RPM packages for openSUSE)
Send to a friend
Subscribe
Other  Content  from sokoloff
Report inappropriate content



-

 Segmentation fault v0.4.1

 
 by LazyKent on: May 28 2010
 
Score 50%

Running flacon in openSUSE 11.1.

% 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?


Don't be lame, share what you got.
Reply to this

-

 Re: Segmentation fault v0.4.1

 
 by sokoloff on: May 29 2010
 
Score 50%

I think the reason is a version of pyqt. But this is only a my guess.
I'll try to fix the problem soon.


Reply to this

-

 Re: Segmentation fault v0.4.1

 
 by sokoloff on: May 31 2010
 
Score 50%

Today, I installed OpenSuse 11.1 in the VirtualBox, and flacon works fine with me.
Please contact me via email (see address in the source files) to solve your problem.


Reply to this

-

 Re: Re: Segmentation fault v0.4.1

 
 by LazyKent on: Jun 4 2010
 
Score 50%

Now it works. Thanks.

A very good program!


Don't be lame, share what you got.
Reply to this

-

 Add more output formats

 
 by mityukov on: Jun 2 2010
 
Score 50%

Cool! I have one suggestion, though.

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?


Reply to this

-

 Re: Add more output formats

 
 by sokoloff on: Jun 2 2010
 
Score 50%

Yes, it's possible. Please contact me via email for some technical details.


Reply to this

-
.

 The new Mandriva .rpm

 
 by anaximandar on: Nov 14 2010
 
Score 50%

The new Mandriva .rpm package can be downloaded from here:

http://files.myopera.com/Anaximandar/Mandriva_2010_1/flacon-0.5.2-1mdva2010.1.i586.rpm


Reply to this

Add commentBack




-
openDesktop.org Facebook App




 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2013 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team