Bug 187166 - Integrated CD and DVD burner
Summary: Integrated CD and DVD burner
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-14 18:44 UTC by usrrgt
Modified: 2021-03-09 02:18 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description usrrgt 2009-03-14 18:44:31 UTC
Version:            (using KDE 4.2.1)
OS:                Linux
Installed from:    Mandriva RPMs

Explorer (Windows), Finder (Mac OS), and Nautilus (GNOME) have got integrated CD/DVD burner, but Dolphin/Konqueror, not.
Comment 1 Peter Penz 2009-03-14 21:08:25 UTC
Thanks for the report, but this functionality is already available. You just have to install the KDE 4 version of e.g. K3B, which provides a so called service menu inside Dolphins/Konquerors context menu.
Comment 2 usrrgt 2009-03-15 12:54:53 UTC
No, I do not mean that there is a link to K3b (already exists in KDE 3).
I'm talking about that into the CD/DVD's folder, you can drag files there, and has a button to burn, as in Nautilus, Explorer and Finder.
Please, see it at: http://www.ehow.com/how_4550029_burn-data-cd-mac-os.html
Comment 3 Todd 2010-09-19 17:52:32 UTC
This would be possible with the proper kio slave, which I assume would be provided by k3b.
Comment 4 usrrgt 2010-09-19 17:57:38 UTC
@Todd: Then, can anyone change the product to K3b or to KIO?
Comment 5 Jeroen van Meeuwen (Kolab Systems) 2012-08-24 16:18:38 UTC
Resetting assignee to default as per bug #305719
Comment 6 Tobias Leupold 2014-01-09 11:41:08 UTC
This is a quite old bug, but still, one can't burn data to a CD/DVD from inside Dolphin.

Like already written above, one could think about an empty CD/DVD device to show up that can be used like a normal folder and renamed (for the CD/DVD title), so that one could copy/drag data in there. One would also need some "write data to CD/DVD" button to actually burn the data.

Is anybody working in this? It would be a very handy feature.
Comment 7 Frank Reininghaus 2014-01-09 12:04:46 UTC
(In reply to comment #6)
> Is anybody working in this? It would be a very handy feature.

To my knowledge, noone is working on this. And to be honest, I'm not sure if such a feature would have a good "usefulness" vs. "cost of implemenentation and maintenance" ratio, given the extremely limited resources that we have, and considering that the average user's usage of CDs/DVDs has been declining during the last few years. 

But I don't want to stop you or anyone else from implementing this feature. I think that the bulk of the changes will not be in Dolphin though. Probably some changes in Solid are required to notify applications of the presence of a writable disk in the drive. The only thing that would need to be added to Dolphin's Places Panel (or a new version of KFilePlacesView that a future Dolphin version might use) would be some code to tie the "writable optical disk available" notification and the service that actually writes to the disk (a new kioslave, which might be based on K3B) together.
Comment 8 Tobias Leupold 2014-01-09 12:18:35 UTC
Of course, manpower is limited. Especially in the open source community. I would do or at least try it, if I could code C++ … but apart from some Python skills, I'm not a big coder ;-)

The burning itself could be done with a shell script or a direct communication of the code doing it with the relevant backend programs (cdrecord etc.) – doesn't K3B itself also run cdrecord when burning a CD?

There's already the notification by the device notifier when an empty optical disk has been inserted. So, would it probably be possible to implement this in a simpler way, without having to code a new KIO slave and change much code in Dolphin? Like an action in the right-click-menu "Burn this folder to a CD"? I think, something like this would be sufficient, or at least a good point to start.
Comment 9 Frank Reininghaus 2014-01-09 12:24:51 UTC
(In reply to comment #8)
> So, would it probably be possible to
> implement this in a simpler way, without having to code a new KIO slave and
> change much code in Dolphin? Like an action in the right-click-menu "Burn
> this folder to a CD"?

Since the context menu actions are completely independent from Dolphin, this can be done without any change in Dolphin at all. Everyone can add actions to the context menu via the "service menu" mechanism, or as a KAbstractFileItemAction plugin. Maybe such a service menu already exists at http://kde-apps.org/
Comment 10 Justin Zobel 2021-03-09 02:18:36 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.