Re: Command line for adding mp3 meta data

2023-03-19 Thread stan via users
On Sun, 19 Mar 2023 10:39:22 -0700 stan via users wrote: > On Sun, 19 Mar 2023 13:15:49 -0400 > Robert Moskowitz wrote: > > > On 3/19/23 12:54, Frank Elsner wrote: > > > On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: > > > > > >[ ... ] > > > > > >> So is there a decent pro

Re: Command line for adding mp3 meta data

2023-03-19 Thread stan via users
On Sun, 19 Mar 2023 13:15:49 -0400 Robert Moskowitz wrote: > On 3/19/23 12:54, Frank Elsner wrote: > > On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: > > > >[ ... ] > > > >> So is there a decent program with Fedora that will let me easily > >> set the meta data on these? > > I

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:54, Frank Elsner wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: [ ... ] So is there a decent program with Fedora that will let me easily set the meta data on these? Id3tg is your friend. Install by "dnf install id3lib" I installed it but no command id3t

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:58, Geoffrey Leach wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: I just purchased an audio download of 36 tracks.  No meta data, and my wife's flip phone needs meta data for sorting and such. It is one thing to use VLC to fix the meta data on a singl

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:54, Frank Elsner wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: [ ... ] So is there a decent program with Fedora that will let me easily set the meta data on these? Id3tg is your friend. Install by "dnf install id3lib" Thanks I will check it out. __

Re: Command line for adding mp3 meta data

2023-03-19 Thread Geoffrey Leach
On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: > I just purchased an audio download of 36 tracks.  No meta data, and > my wife's flip phone needs meta data for sorting and such. > > It is one thing to use VLC to fix the meta data on a single mp3 or 2 > befor

Re: Command line for adding mp3 meta data

2023-03-19 Thread Frank Elsner via users
On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: [ ... ] > So is there a decent program with Fedora that will let me easily set the > meta data on these? Id3tg is your friend. Install by "dnf install id3lib" --Frank ___ users mailing lis

Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
I just purchased an audio download of 36 tracks.  No meta data, and my wife's flip phone needs meta data for sorting and such. It is one thing to use VLC to fix the meta data on a single mp3 or 2 before transfering to her phone, but 36 is just a road too far. So is there a decent pr

MP3 not working with ezstream on Fedora 33

2021-08-02 Thread Meikel
Hi folks, I' m running Fedora 33 Xfce and want to stream MP3 files using ezstream to an icecast server. With streaming OGG files everything works fine, but with MP3 files I get an error: "ezstream[17605]: stream: default: format: MP3: This libshout doesn't support the requested

Re: MP3 player mounts on /run - why?

2021-07-02 Thread Geoffrey Leach
On Fri, 2 Jul 2021 19:15:29 -0700 Samuel Sieb wrote: > On 2021-07-02 5:59 p.m., Geoffrey Leach wrote: > > The Thunar file manager mounts a MP3 player on > > /run/media/. Can anyone give me a clue as to why the > > choice? The UUID is X52, which I assume is OK, although I

Re: MP3 player mounts on /run - why?

2021-07-02 Thread Samuel Sieb
On 2021-07-02 5:59 p.m., Geoffrey Leach wrote: The Thunar file manager mounts a MP3 player on /run/media/. Can anyone give me a clue as to why the choice? The UUID is X52, which I assume is OK, although I've never seen one so short. That's the standard mount point for user mounts

MP3 player mounts on /run - why?

2021-07-02 Thread Geoffrey Leach
The Thunar file manager mounts a MP3 player on /run/media/. Can anyone give me a clue as to why the choice? The UUID is X52, which I assume is OK, although I've never seen one so short. ___ users mailing list -- users@lists.fedoraproject.o

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Tom Horsley
Perhaps you could use the XTEST server extension to send a mouse move event and make the server think someone really moved the mouse? There is a perl extension X11::GUITest that might let you do this with a perl script. ___ users mailing list -- users@li

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Ed Greshko
On 08/24/18 10:41, None via users wrote: > Dear Fellow Fedora users, > > I had a script called upon by cron which played music at a certain time, for > example > > 30 08 * * 1-5 ~/.dalarm > > And .dalarm had > > #!/bin/sh > > /usr/bin/xterm -e > /usr/bin/mplayer -really-quiet -shuffle -playlist ~/

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Doug H.
On Fri, 2018-08-24 at 02:41 +, None via users wrote: > Dear Fellow Fedora users, > > I had a script called upon by cron which played music at a certain > time, for example > > 30 08 * * 1-5 ~/.dalarm > > And .dalarm had > > #!/bin/sh > > /usr/bin/xterm -e > /usr/bin/mplayer -really-quiet -

Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-23 Thread None via users
Dear Fellow Fedora users, I had a script called upon by cron which played music at a certain time, for example 30 08 * * 1-5 ~/.dalarm And .dalarm had #!/bin/sh /usr/bin/xterm -e /usr/bin/mplayer -really-quiet -shuffle -playlist ~/.playlist It worked, but I did have speakers, now. I do not h

[SOLVED] Fedora 23: clementine / mp3

2016-05-09 Thread Frank Elsner
Hello, just to inform you what solved my problem: clementine 1.3.x needs gstreamer1-plugins-ugly from rpmfusion-free-updates-testing to handle mp3 files. Thanks to all who gave me hints. --Frank Elsner -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Re: clementine, mp3, gstreamer (F23)

2016-05-05 Thread Frank Elsner
Hello, this seems to be the solution for the clementine/mp3 problem. I got this on the RPM Fusion users discussion list On Thu, 05 May 2016 21:21:20 +0100 Sérgio Basto wrote: > On Qui, 2016-05-05 at 13:44 +0200, Frank Elsner wrote: > > I need them for clementine to pr

Re: clementine, mp3, gstreamer (F23)

2016-05-04 Thread Richard Shaw
oder-audio/mpeg)(mpegversion=1)(layer=3)()(64bit)" gstreamer-plugins-ugly-0.10.19-18.fc23.x86_64 So it looks like you have the correct package installed. I only recently changed over to clementine and most of my collection is in ogg but I'm sure I've played some of my MP3's by now

clementine, mp3, gstreamer (F23)

2016-05-04 Thread Frank Elsner
Hello community, as mentioned earlier the upgrade from Fedora 22 to Fedora 23 went smoothly. But my favourite music player "clementine" refuses to play mp3 due to a missing gstreamer plugin. The following gstreamer plugins are installed gstreamer-0.10.36-13.fc23.i686 gstreamer1-1.

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-15 Thread Tim
Tim: >> It shouldn't be hard to find the right packages to do what a person >> wants, and *IT* is the computer, *IT* is supposed to do the work. Patrick O'Callaghan: > If that were true, we wouldn't have anything to talk about :-) (This page left intentionally blank) It's been qu

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-15 Thread Patrick O'Callaghan
On Wed, 2016-03-16 at 01:41 +1030, Tim wrote: > On Tue, 2016-03-15 at 07:37 -0700, stan wrote: > > > > I just ran dnf search all mp3 and got a lot of hits, but no > > gstreamer > > plugings. > In that case, once the actual proper packages have been determined, >

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-15 Thread Tim
On Tue, 2016-03-15 at 07:37 -0700, stan wrote: > I just ran dnf search all mp3 and got a lot of hits, but no gstreamer > plugings. In that case, once the actual proper packages have been determined, it might be worth filing a bug report on them so that their meta data adequately pr

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-15 Thread stan
> > Just wondering, if you do the dnf equivalent of "yum search all mp3" > do you get a list of the packages that actually provide MP3 support? > (As opposed to taking the shotgun approach of installing every likely > codec that you come across.) I just ran dnf search all mp3 a

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-15 Thread Tim
On Mon, 2016-03-14 at 11:39 -0600, CS DBA wrote: > Thanks in advance... > > > $ rpm -qa | grep -i gstreamer > libnice-gstreamer1-0.1.13-2.fc23.x86_64 > gstreamer1-plugins-bad-free-1.6... Just wondering, if you do the dnf equivalent of "yum search all mp3" do you get

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-14 Thread CS DBA
On 03/14/2016 11:52 AM, Greg Woods wrote: On Mon, Mar 14, 2016 at 11:39 AM, CS DBA > wrote: rpm -qa | grep -i gstreamer It's working for me, and here's what I have: gstreamer1-plugins-ugly-1.6.3-1.fc23.x86_64 gstreamer1-1.6.3-1.fc23.x86_64 libnice-gs

Re: Can't get amarok to play mp3's via GStreamer backend

2016-03-14 Thread Greg Woods
On Mon, Mar 14, 2016 at 11:39 AM, CS DBA wrote: > rpm -qa | grep -i gstreamer It's working for me, and here's what I have: gstreamer1-plugins-ugly-1.6.3-1.fc23.x86_64 gstreamer1-1.6.3-1.fc23.x86_64 libnice-gstreamer1-0.1.13-2.fc23.x86_64 phonon-backend-gstreamer-4.8.2-5.fc23.x86_64 gstreamer-t

Can't get amarok to play mp3's via GStreamer backend

2016-03-14 Thread CS DBA
I've installed a number of the gstreamer rpm's (running Fedora 23) as shown below. However amarok will not play mp3's unless I change the backend to vlc. Anyone know how to get it to work with the GStreamer backend? Thanks in advance... $ rpm -qa | grep -i gstreamer lib

Re: mp3 rhythmbox

2016-01-27 Thread Kevin J. Cummings
On 01/27/2016 11:10 AM, Thomas Cameron wrote: > I built this list of stuff to install from several other sites. It > seems to make pretty much everything work for me on Fedora. I > initially did this for F19, but it's worked for every distro from 19 > through 23: > > http://www.camerontech.com/f19

Re: mp3 rhythmbox

2016-01-27 Thread Thomas Cameron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2016 03:01 PM, Karagkiaouris diamantis wrote: > Hello, > > I am not able to play mp3 file on Rhythmbox with Fedora 23 XFCE. I > have installed all drpm from RPM Fusion but for some reason i > cannot play mp3 with rhythmbox.

Re: mp3 rhythmbox

2016-01-20 Thread Derrik Walker v2.0
On 01/20/2016 04:01 PM, Karagkiaouris diamantis wrote: Hello, I am not able to play mp3 file on Rhythmbox with Fedora 23 XFCE. I have installed all drpm from RPM Fusion but for some reason i cannot play mp3 with rhythmbox. The do not show up also in Musik library under Rhythmbox, even if i

Re: mp3 rhythmbox

2016-01-20 Thread Tim
Allegedly, on or about 20 January 2016, Karagkiaouris diamantis sent: > I am not able to play mp3 file on Rhythmbox with Fedora 23 XFCE. I > have installed all drpm from RPM Fusion but for some reason i cannot > play mp3 Exactly what do you mean by "all drpm"? If you mean y

mp3 rhythmbox

2016-01-20 Thread Karagkiaouris diamantis
Hello, I am not able to play mp3 file on Rhythmbox with Fedora 23 XFCE. I have installed all drpm from RPM Fusion but for some reason i cannot play mp3 with rhythmbox. The do not show up also in Musik library under Rhythmbox, even if i enable the automatically import from settings. Thank

Re: Fwd: transcoding mp3 to wav

2015-01-24 Thread Tim
On Thu, 2015-01-22 at 11:50 -0600, Michael Cronenworth wrote: > WAVE files don't have a bitrate per-say like lossy formats do. You have bit depth (the audio data is represented by 8-bits, 16-bits, 32-bits, etc., per sample). Which may be unsigned or signed (the numbers represent absolute values a

Re: Fwd: transcoding mp3 to wav

2015-01-22 Thread Joe Zeff
On 01/22/2015 07:44 PM, jd1008 wrote: Aaaaw! You mean I cannot use words like irregardless ? :) :) "Contact is not a verb under *this* roof!" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/us

Re: Fwd: transcoding mp3 to wav

2015-01-22 Thread Fred Smith
On Thu, Jan 22, 2015 at 08:44:29PM -0700, jd1008 wrote: > > On 01/22/2015 02:20 PM, Cameron Simpson wrote: > >On 22Jan2015 11:50, Michael Cronenworth wrote: > >>On 01/22/2015 11:22 AM, jd1008 wrote: > >>>it does the conversion, but does not honour the bitrate param. > >>>How do I force the bitrat

Re: Fwd: transcoding mp3 to wav

2015-01-22 Thread jd1008
On 01/22/2015 02:20 PM, Cameron Simpson wrote: On 22Jan2015 11:50, Michael Cronenworth wrote: On 01/22/2015 11:22 AM, jd1008 wrote: it does the conversion, but does not honour the bitrate param. How do I force the bitrate param for the ourput? WAVE files don't have a bitrate per-say like lo

Re: Fwd: transcoding mp3 to wav

2015-01-22 Thread Cameron Simpson
On 22Jan2015 11:50, Michael Cronenworth wrote: On 01/22/2015 11:22 AM, jd1008 wrote: it does the conversion, but does not honour the bitrate param. How do I force the bitrate param for the ourput? WAVE files don't have a bitrate per-say like lossy formats do. Please: "per se". http://en.wi

Re: Fwd: transcoding mp3 to wav

2015-01-22 Thread Michael Cronenworth
On 01/22/2015 11:22 AM, jd1008 wrote: it does the conversion, but does not honour the bitrate param. How do I force the bitrate param for the ourput? WAVE files don't have a bitrate per-say like lossy formats do. If you want to control file size the only option is to reduce, or increase, the

Fwd: transcoding mp3 to wav

2015-01-22 Thread jd1008
I first sent it to the ffmpeg users mailing list, but unfortunately, my experience with that mailing list is that most of the time, no one replies :) So, I am forwarding to this ML . Forwarded Message Hi, I tried to transcode a few mp3 files to wav using the command for f

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Edward Martinez
On 5/14/2013 4:24 PM, Anthony wrote: I'm actually looking at a Coby right now. Good price and good to know it works well with Fedora! My is a Coby MP707-8G. Not sure of your location but, if you're in the USA, they are available at kmart, sears stores. that is where i got mine.

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Mark LaPierre
On 05/14/2013 07:14 PM, Edward Martinez wrote: On 5/13/2013 3:01 PM, Anthony wrote: Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora Coby mp3 players works well with Fedora. I am using one as an flash drive and mp3 player. I have two Sansa Clip MP3

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Anthony
On 05/14/2013 06:14 PM, Edward Martinez wrote: > On 5/13/2013 3:01 PM, Anthony wrote: >> Can anyone recommend a good, cheap 8gb MP3 player that will work with >> Fedora > Coby mp3 players works well with Fedora. I am using one as an > flash drive and mp3 player. I&#x

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Edward Martinez
On 5/13/2013 3:01 PM, Anthony wrote: Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora Coby mp3 players works well with Fedora. I am using one as an flash drive and mp3 player. -- 235U, 236U, 141Ba 92Kr -- users mailing list users@lists.fedoraproject.org To

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Max Pyziur
install Windows in any form be it a VM or the like, So I'm going to get a new MP3 player and just use the Touch like a handheld for email and podcasts I can stream online. Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora? If possible, I'd like something that s

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Fernando Cassia
On Mon, May 13, 2013 at 6:01 PM, Anthony wrote: > Can anyone recommend a good, cheap 8gb MP3 player that will work with > Fedora? SanDisk Sansa, why? it supports not only MP3 but also Ogg Vorbis (.ogg) and lossless FLAC!. http://goo.gl/1tt4u FC FC -- During times of Universal

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread John Aldrich
One downside to the Fuze is that it is a discontinued model. That being said they have a new model which is very similar, called the Fuze+. It has pretty much the same features as the Fuze, except they switched the central control has been replaced with a multi-directional button instead of

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread jack wallen
> > another Sansa clip+ user I have two Sansa Fuze players. LOVE them. And they work very well with Linux. -- jack wallen, jr <--- lover of entropy Writer of the I Zombie, Fringe Killer, Shero, and Screampark series as well as the upcoming The Book of Jacob Series. Learn more @ www.monkeypantz.

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Darlene Wallach
om it. I'm not willing to install Windows in any form be it a VM > or the like, So I'm going to get a new MP3 player and just use the Touch > like a handheld for email and podcasts I can stream online. > > Can anyone recommend a good, cheap 8gb MP3 player that will work with &g

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Ian Malone
e I moved all of my > > computers > > > to Linux, I can't access the device anymore and can't transfer > > music > > to > > > and from it. I'm not willing to install Windows in any form be it a > > VM > > > or the like, So I'm goi

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Klaus-Peter Schrage
Am 14.05.2013 00:19, schrieb John Aldrich: On 05/13/2013 06:01 PM, Anthony wrote: I have a Sansa Fuze which works pretty good. The nice thing about it is that it takes a Micro-SD card as well, so you essentially have two file systems with music on 'em. And, best of it, you can install the free

Re: Can anyone recommend a cheap MP3 player?

2013-05-14 Thread Geoffrey Leach
ess the device anymore and can't transfer > music > to > > and from it. I'm not willing to install Windows in any form be it a > VM > > or the like, So I'm going to get a new MP3 player and just use the > Touch > > like a handheld for email and pod

Re: Can anyone recommend a cheap MP3 player?

2013-05-13 Thread Mikkel L. Ellertson
ess the device anymore and can't transfer >> music to >> and from it. I'm not willing to install Windows in any form be it >> a VM >> or the like, So I'm going to get a new MP3 player and just use >> the Touch >> like a handheld for email and podcasts I c

Re: Can anyone recommend a cheap MP3 player?

2013-05-13 Thread John Aldrich
ling to install Windows in any form be it a VM or the like, So I'm going to get a new MP3 player and just use the Touch like a handheld for email and podcasts I can stream online. Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora? If possible, I'd like something

Re: Can anyone recommend a cheap MP3 player?

2013-05-13 Thread Joe Zeff
On 05/13/2013 03:01 PM, Anthony wrote: Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora? If possible, I'd like something that simply shows up as a flash drive or something instead of having the need to install libraries and other programs to access it. All of

Can anyone recommend a cheap MP3 player?

2013-05-13 Thread Anthony
or the like, So I'm going to get a new MP3 player and just use the Touch like a handheld for email and podcasts I can stream online. Can anyone recommend a good, cheap 8gb MP3 player that will work with Fedora? If possible, I'd like something that simply shows up as a flash drive or so

f17 - k3b and mp3

2012-11-22 Thread Robert Moskowitz
ummy.menu" , line 1 , col 1 : "unexpected end of file" kbuildsycoca4(7783) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/fedora-release-notes.desktop" is not compliant with XDG standard (missing trailing semicolon). I started up k3b and

Re: Cannot create MP3 with UTF-16LE tags

2012-05-25 Thread Ian Pilcher
On 05/25/2012 11:32 PM, Ian Pilcher wrote: > My script for creating MP3 files from FLAC files has broken in Fedora > 17. Specifically, tags with accented characters are getting truncated > when I try to write them as UTF-16LE (which seems to be what most > players expect). The script

Cannot create MP3 with UTF-16LE tags

2012-05-25 Thread Ian Pilcher
My script for creating MP3 files from FLAC files has broken in Fedora 17. Specifically, tags with accented characters are getting truncated when I try to write them as UTF-16LE (which seems to be what most players expect). The script, which I am attaching, worked fine when I last used it in

Re: Ogg to mp3, anyone?

2012-02-20 Thread James Wilkinson
Timothy Murphy wrote: > I think it may depend on the version of Android; > my phone (a newly acquired Samsung Galaxy S2) is running Android 2.3.3 . This phone is probably supported by the CyanogenMod rebuild of Android: http://www.cyanogenmod.com/devices/samsung-galaxy-s2 http://wiki.cyanogenmod.c

Re: Ogg to mp3, anyone?

2012-02-20 Thread ny6p01
On Mon, Feb 20, 2012 at 11:19:46AM +0100, Christopher Svanefalk wrote: > On Mon, Feb 20, 2012 at 11:08 AM, Alan Cox wrote: > > > > Also, isn't it possible to install an ogg codec into Android somehow? > > > > Most vaguely modern Android devices support ogg playback (not record) as a > > standard

Re: Ogg to mp3, anyone?

2012-02-20 Thread Alan Evans
On Sun, Feb 19, 2012 at 5:03 PM, Timothy Murphy wrote: > (My Android phone does not accept .ogg files.) FWIW, every one of the several media players on my Android phone play .ogg files. Not sure what's up with your phone... -- users mailing list users@lists.fedoraproject.org To unsubscribe or ch

Re: Ogg to mp3, anyone?

2012-02-20 Thread nomnex
> On Mon, 20 Feb 2012 13:02:59 + > Timothy Murphy wrote: > > On Monday 20 February 2012 10:20:39 you wrote: > > > > If anyone knows where I can find this program, > > > or any program to convert Ogg audio files to mp3, > > > > "Sound conve

Re: Ogg to mp3, anyone?

2012-02-20 Thread Timothy Murphy
Antonio Olivares wrote: >> I'm looking for a Fedora/KDE application to convert ogg >> music format to mp3. >> (My Android phone does not accept .ogg files.) > A script called ogg2mp3 in Linux Questions may help: > > http://wiki.linuxquestions.org/wiki/.ogg_to_.mp

Re: Ogg to mp3, anyone?

2012-02-20 Thread Timothy Murphy
Michael Cronenworth wrote: > On 02/19/2012 07:03 PM, Timothy Murphy wrote: >> (My Android phone does not accept .ogg files.) > > Huh? According to Google[1], Android supports Ogg Vorbis (.ogg) decoding. > > [1] http://developer.android.com/guide/appendix/media-formats.html#core I think it may d

Re: Ogg to mp3, anyone?

2012-02-20 Thread Michael Schwendt
On Mon, 20 Feb 2012 01:03:16 +, TM (Timothy) wrote: > > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby script,

Re: Ogg to mp3, anyone?

2012-02-20 Thread Christopher Svanefalk
On Mon, Feb 20, 2012 at 11:08 AM, Alan Cox wrote: > > Also, isn't it possible to install an ogg codec into Android somehow? > > Most vaguely modern Android devices support ogg playback (not record) as a > standard part of mediaplayer. Android 3.1 also supports flac > > Alan > -- > users mailing l

Re: Ogg to mp3, anyone?

2012-02-20 Thread Alan Cox
> Also, isn't it possible to install an ogg codec into Android somehow? Most vaguely modern Android devices support ogg playback (not record) as a standard part of mediaplayer. Android 3.1 also supports flac Alan -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subsc

Re: Ogg to mp3, anyone?

2012-02-19 Thread NOSpaze
On Mon, 2012-02-20 at 01:03 +, Timothy Murphy wrote: > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) FILENAME=~/mp3/Paradoxes/NeverSayNever.ogg ffmpeg -i $FILENAME -ab 128 ${FILENAME/.ogg/.mp

Re: Ogg to mp3, anyone?

2012-02-19 Thread Michael Cronenworth
On 02/19/2012 07:03 PM, Timothy Murphy wrote: (My Android phone does not accept .ogg files.) Huh? According to Google[1], Android supports Ogg Vorbis (.ogg) decoding. [1] http://developer.android.com/guide/appendix/media-formats.html#core -- users mailing list users@lists.fedoraproject.org To

Re: Ogg to mp3, anyone?

2012-02-19 Thread Andrew McNabb
On Mon, Feb 20, 2012 at 01:03:16AM +, Timothy Murphy wrote: > > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby scr

Re: Ogg to mp3, anyone?

2012-02-19 Thread Richard Shaw
On Sun, Feb 19, 2012 at 7:03 PM, Timothy Murphy wrote: > > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby script, >

Re: Ogg to mp3, anyone?

2012-02-19 Thread Tom Horsley
On Mon, 20 Feb 2012 01:03:16 + Timothy Murphy wrote: > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) mplayer and mencoder and do anything, but you need to sort through the 187 factorial combination

Re: Ogg to mp3, anyone?

2012-02-19 Thread Marko Vojinovic
On Monday 20 February 2012 09:10:50 Ed Greshko wrote: > On 02/20/2012 09:03 AM, Timothy Murphy wrote: > > I'm looking for a Fedora/KDE application to convert ogg music format to > > mp3. (My Android phone does not accept .ogg files.) > > Giving a cursory glance would

Re: Ogg to mp3, anyone?

2012-02-19 Thread nomnex
> On Mon, 20 Feb 2012 01:03:16 + > Timothy Murphy wrote: > If anyone knows where I can find this program, > or any program to convert Ogg audio files to mp3, "Sound converter" GTK (GUI front end). It's in the Fedora repo. -- nomnex Freenode: nomnex Regist

Re: Ogg to mp3, anyone?

2012-02-19 Thread Ranjan Maitra
to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby script, > <http://badcomputer.org/unix/code/sneetchalizer/>, > but despite innumerable clues I've been un

Re: Ogg to mp3, anyone?

2012-02-19 Thread JD
On Sun, Feb 19, 2012 at 6:03 PM, Timothy Murphy wrote: > > I'm looking for a Fedora/KDE application to convert ogg music format to > mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby scrip

Re: Ogg to mp3, anyone?

2012-02-19 Thread Ed Greshko
On 02/20/2012 09:03 AM, Timothy Murphy wrote: > I'm looking for a Fedora/KDE application to convert ogg music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a ruby script, > <

Re: Ogg to mp3, anyone?

2012-02-19 Thread Antonio Olivares
> I'm looking for a Fedora/KDE application to convert ogg > music format to mp3. > (My Android phone does not accept .ogg files.) > > I read of a program "sneetchalizer", which apparently is a > ruby script, > <http://badcomputer.org/unix/code/sneetchalizer/

Ogg to mp3, anyone?

2012-02-19 Thread Timothy Murphy
I'm looking for a Fedora/KDE application to convert ogg music format to mp3. (My Android phone does not accept .ogg files.) I read of a program "sneetchalizer", which apparently is a ruby script, <http://badcomputer.org/unix/code/sneetchalizer/>, but despite innumerable clue

Re: f16 - mp3 support in Audacity

2011-12-17 Thread Geoffrey Leach
It might be available in rpmfusion-nonfree. Otherwise you'll have to build it from scratch. Copyright problems, you know. On 12/17/2011 06:51:32 PM, Robert Moskowitz wrote: > I went to import an mp3 audio into Audacity, and it reported that > 'this > version was not compil

Re: f16 - mp3 support in Audacity

2011-12-17 Thread Robert Moskowitz
On 12/17/2011 09:58 PM, T.C. Hollingsworth wrote: On Sat, Dec 17, 2011 at 7:51 PM, Robert Moskowitz wrote: I went to import an mp3 audio into Audacity, and it reported that 'this version was not compiled with mp3 support'. Or words to that affect. How do I get/add mp3 support t

Re: f16 - mp3 support in Audacity

2011-12-17 Thread Robert Moskowitz
On 12/17/2011 09:58 PM, T.C. Hollingsworth wrote: On Sat, Dec 17, 2011 at 7:51 PM, Robert Moskowitz wrote: I went to import an mp3 audio into Audacity, and it reported that 'this version was not compiled with mp3 support'. Or words to that affect. How do I get/add mp3 support t

Re: f16 - mp3 support in Audacity

2011-12-17 Thread T.C. Hollingsworth
On Sat, Dec 17, 2011 at 7:51 PM, Robert Moskowitz wrote: > I went to import an mp3 audio into Audacity, and it reported that 'this > version was not compiled with mp3 support'.  Or words to that affect. > > How do I get/add mp3 support to Audacity? > > > Or for

f16 - mp3 support in Audacity

2011-12-17 Thread Robert Moskowitz
I went to import an mp3 audio into Audacity, and it reported that 'this version was not compiled with mp3 support'. Or words to that affect. How do I get/add mp3 support to Audacity? Or for this particular need, I have 2 sides of a cassett tape in mp3 format, and I want to join

Re: f16 - mp3 for K3b

2011-12-10 Thread Robert Moskowitz
On 12/10/2011 11:38 PM, T.C. Hollingsworth wrote: > On Sat, Dec 10, 2011 at 9:06 PM, Robert Moskowitz > wrote: >> I installed the libmad library that SEEMs to have the MAD mp3 decoding >> library. I do not see a separate K3b MAD MP3 decoder so assume it came >> in the

Re: f16 - mp3 for K3b

2011-12-10 Thread T.C. Hollingsworth
On Sat, Dec 10, 2011 at 9:06 PM, Robert Moskowitz wrote: > I installed the libmad library that SEEMs to have the MAD mp3 decoding > library.  I do not see a separate K3b MAD MP3 decoder so assume it came > in the package.  But I am still getting the message of no mp3 decoder > plugin.

f16 - mp3 for K3b

2011-12-10 Thread Robert Moskowitz
I installed the libmad library that SEEMs to have the MAD mp3 decoding library. I do not see a separate K3b MAD MP3 decoder so assume it came in the package. But I am still getting the message of no mp3 decoder plugin. What am I missing? -- users mailing list users@lists.fedoraproject.org

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Jonathan Dieter
On Wed, 2011-11-23 at 19:44 +, Paul Smith wrote: > It is working now -- thanks for your help! > > Paul You're welcome Jonathan signature.asc Description: This is a digitally signed message part -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Paul Smith
It is working now -- thanks for your help! Paul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Jonathan Dieter
On Wed, 2011-11-23 at 15:22 +, Paul Smith wrote: > I have installed > > yum install gstreamer* > > and tried several MP3 without any success. On F14 all these MP3 files > could be played with Totem. FWIW, when I upgraded from F15 to F16, I was unable to play *any* m

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Antonio M
2011/11/23 Paul Smith : > On Wed, Nov 23, 2011 at 3:22 PM, Ed Greshko wrote: >>> He's got gstreamer-plugins-ugly which should cover it. >>> >>> How many MP3's have you tried? Maybe it's got a malformed ID3 tag? >> >> "should" bein

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Paul Smith
On Wed, Nov 23, 2011 at 3:22 PM, Ed Greshko wrote: >> He's got gstreamer-plugins-ugly which should cover it. >> >> How many MP3's have you tried? Maybe it's got a malformed ID3 tag? > > "should" being the operative word > > FWIW, I

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Antonio M
2011/11/23 Ed Greshko : > On 11/23/2011 11:16 PM, Richard Shaw wrote: >> He's got gstreamer-plugins-ugly which should cover it. >> >> How many MP3's have you tried? Maybe it's got a malformed ID3 tag? > > "should" being the operative word..

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Ed Greshko
On 11/23/2011 11:16 PM, Richard Shaw wrote: > He's got gstreamer-plugins-ugly which should cover it. > > How many MP3's have you tried? Maybe it's got a malformed ID3 tag? "should" being the operative word FWIW, I'd install mplayer and run it from the

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Paul Smith
On Wed, Nov 23, 2011 at 3:16 PM, Richard Shaw wrote: >>> I do have those rpms installed: >>> >>> $ rpm -q id3lib -q libid3tag >>> id3lib-3.8.3-25.fc16.x86_64 >>> libid3tag-0.15.1b-11.fc15.x86_64 >>> $ >>> >>> but cannot pla

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Richard Shaw
On Wed, Nov 23, 2011 at 9:12 AM, Ed Greshko wrote: > On 11/23/2011 11:04 PM, Paul Smith wrote: >> I do have those rpms installed: >> >> $ rpm -q id3lib -q libid3tag >> id3lib-3.8.3-25.fc16.x86_64 >> libid3tag-0.15.1b-11.fc15.x86_64 >> $ >> >>

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Ed Greshko
On 11/23/2011 11:04 PM, Paul Smith wrote: > I do have those rpms installed: > > $ rpm -q id3lib -q libid3tag > id3lib-3.8.3-25.fc16.x86_64 > libid3tag-0.15.1b-11.fc15.x86_64 > $ > > but cannot play MP3 files. I don't have those installed and I can play MP3 files ju

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Paul Smith
On Wed, Nov 23, 2011 at 3:09 PM, Richard Shaw wrote: > Can you post the output of: > > yum list gstreamer-plugins\* Thanks: # yum list gstreamer-plugins\* Loaded plugins: auto-update-debuginfo, presto, refresh-packagekit Installed Packages gstreamer-plugins-bad.x86_64 0.10.22-2.f

Re: Cannot play MP3 files on Totem

2011-11-23 Thread Richard Shaw
Can you post the output of: yum list gstreamer-plugins\* Richard -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

  1   2   >