Re: [Rhythmbox-devel] flac audio format support
- From: Kevin Hunter <hunteke earlham edu>
- To: Peter <rhythmbox-devel maubp freeserve co uk>
- Cc: Felix Corrales <felixcorrales yahoo com>, Rhythmbox Developers List <rhythmbox-devel gnome org>
- Subject: Re: [Rhythmbox-devel] flac audio format support
- Date: Wed, 13 Aug 2008 18:33:15 -0400
At 9:35a -0400 on Mon, 11 Aug 2008, Peter wrote:
> 2008/8/11 Felix Corrales <felixcorrales yahoo com>:
>> Please include a .flac audio format support in rhythmbox.
>
> Rhythmbox does support flac - you just need to install the relevant
> bits of gstreamer. How you do that will depend on which Linux
> distribution are you using.
I've heard this thrust of question get asked more often, both here and
offlist. If Rhythmbox can't play the file, what's the barrier to some
simple code that determines what codec they need to install?
# pseudocode
if not file.is_playing()
if 'mp3' == file.type()
msg = 'Install gstreamer-bad-set'
elsif 'flac' == file.type()
msg = 'Install gstreamer-flac-set'
...
msg_to_user( msg )
Or something like that. A thought.
Kevin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]