After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 115485 - nautilus-cd-burner only burns wavs as audio
nautilus-cd-burner only burns wavs as audio
Status: RESOLVED WONTFIX
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-18 20:09 UTC by Jos Dehaes
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch for mp3's as audio CD (they are converted to wav before writing) (7.04 KB, patch)
2003-06-18 20:10 UTC, Jos Dehaes
none Details | Review
fix small memleak in previous patch (6.84 KB, patch)
2003-06-18 20:35 UTC, Jos Dehaes
none Details | Review
oops, previous one didn't even compile :-$ (6.86 KB, patch)
2003-06-18 21:59 UTC, Jos Dehaes
none Details | Review
ported to gstreamer in stead of the external tools kludge (9.15 KB, patch)
2003-06-19 22:42 UTC, Jos Dehaes
none Details | Review
also convert ogg files (10.15 KB, patch)
2003-06-21 16:46 UTC, Jos Dehaes
none Details | Review

Description Jos Dehaes 2003-06-18 20:09:06 UTC
Currently nautilus-cd-burner will classify a CD as possible audio only if
it only contains wavs. Should allow at least for mp3's.
Comment 1 Jos Dehaes 2003-06-18 20:10:34 UTC
Created attachment 17608 [details] [review]
patch for mp3's as audio CD (they are converted to wav before writing)
Comment 2 Jos Dehaes 2003-06-18 20:35:10 UTC
Created attachment 17609 [details] [review]
fix small memleak in previous patch
Comment 3 Jos Dehaes 2003-06-18 21:59:56 UTC
Created attachment 17611 [details] [review]
oops, previous one didn't even compile :-$
Comment 4 Jos Dehaes 2003-06-19 22:42:35 UTC
Created attachment 17640 [details] [review]
ported to gstreamer in stead of the external tools kludge
Comment 5 Jos Dehaes 2003-06-21 16:46:29 UTC
Created attachment 17678 [details] [review]
also convert ogg files
Comment 6 Egle K. 2003-08-15 23:54:24 UTC
Cool, maybe anybody know when this patch will be added into n-c-b CVS ?
Comment 7 Alexander Larsson 2003-09-08 10:13:57 UTC
Audio burning using n-c-b has various issues, such as ordering. The
file manager is just not a good UI for this, so the plan is to remove
the audio burning capabilities when ross finished his cd burning
support for rhythmbox.
Comment 8 Jos Dehaes 2003-09-09 17:46:29 UTC
Agreed, audio ordering is tricky, I have a patch that at least makes
the tracks come ordered by name. I've not uploaded it here, since it's
quite dirty atm.