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 550496 - Allow duplicating the CD
Allow duplicating the CD
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Removable Media
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on: 550481
Blocks:
 
 
Reported: 2008-09-02 15:39 UTC by Bastien Nocera
Modified: 2008-10-03 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow duplicating CDs with Rhythmbox (5.08 KB, patch)
2008-09-05 14:51 UTC, Bastien Nocera
none Details | Review
Now with more popup action (7.13 KB, patch)
2008-09-05 16:16 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2008-09-02 15:39:27 UTC
+++ This bug was initially created as a clone of Bug #550481 +++

Sound-juicer does that using nautilus-cd-burner.
Comment 1 Bastien Nocera 2008-09-05 14:51:48 UTC
Created attachment 118106 [details] [review]
Allow duplicating CDs with Rhythmbox

Only problem I have is with the icon to use. It should also only appear for Audio CD sources.
Comment 2 Bastien Nocera 2008-09-05 16:16:36 UTC
Created attachment 118109 [details] [review]
Now with more popup action

I moved the "Duplicated CD..." to the top-level of the Music menu, and added it to the contextual popup menu for the audio cd source.
Comment 3 Jonathan Matthew 2008-10-03 14:00:47 UTC
The icon is the only problem I have with this.  Otherwise, it's a good idea, seems to work OK in practice, and the patch looks OK.
Comment 4 Bastien Nocera 2008-10-03 16:13:01 UTC
Committed a version with new icons.

2008-10-03  Bastien Nocera  <hadess@hadess.net>

        * data/icons/hicolor/16x16/actions/Makefile.am:
        * data/icons/hicolor/16x16/actions/audio-cd-duplicate.svg:
        * data/icons/hicolor/16x16/actions/audio-cd-new.svg:
        * data/icons/hicolor/22x22/actions/Makefile.am:
        * data/icons/hicolor/22x22/actions/audio-cd-duplicate.svg:
        * data/icons/hicolor/22x22/actions/audio-cd-new.svg:
        * data/icons/hicolor/32x32/actions/Makefile.am:
        * data/icons/hicolor/32x32/actions/audio-cd-duplicate.svg:
        * data/icons/hicolor/32x32/actions/audio-cd-new.svg:
        * data/icons/hicolor/scalable/actions/Makefile.am:
        * data/icons/hicolor/scalable/actions/audio-cd-duplicate.svg:
        * data/icons/hicolor/scalable/actions/audio-cd-new.svg:
        Add icons from brasero for the "create audio cd" and "duplicate audio
        cd" actions
        * plugins/audiocd/audiocd-ui.xml:
        * plugins/cd-recorder/rb-cd-recorder-plugin.c (cmd_duplicate_cd),
        (is_copy_available), (update_source), (impl_activate):
        When nautilus-cd-burner and cdrdao are available, provide a simple
        way to create a copy of an audio CD (Closes: #550496)