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 603911 - Add cover art for an album directly from the Internet via Drag-and-Drop
Add cover art for an album directly from the Internet via Drag-and-Drop
Status: RESOLVED WONTFIX
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal enhancement
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
gnome[unmaintained]
: 662520 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-12-06 18:04 UTC by Michael Martin-Smucker
Modified: 2020-03-17 08:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Martin-Smucker 2009-12-06 18:04:10 UTC
When I try to drag album art into Banshee from a webpage (using Chrome) Banshee gives me a warning:

[Warn  12:46:23.949] New cover art file not found: http://www.anthemrecordsinc.com/products/sufjan-stevens-avalanche-cover-screen.jpg

and nothing happens.  It would be pretty neat if this would work.  Dragging the cover art from the webpage to my desktop, dragging again from the desktop to Banshee, and deleting the image from the desktop has too many steps.
Comment 1 Robin Stocker 2009-12-09 16:20:17 UTC
It doesn't work with Firefox either.
Comment 2 Gabriel Burt 2009-12-09 18:22:22 UTC
Should be pretty simple, especially if you reuse the SaveHttpStream method(s) from src/Core/Banshee.Services/Banshee.Metadata/MetadataServiceJob.cs

Michael, feel like tackling this?

The trickiest part would be not blocking the UI thread to do this.  You can use ThreadAssist.SpawnFromMain (delegate { SaveHttpStream (..) }); to make it pretty easy.
Comment 3 Gabriel Burt 2009-12-09 18:23:11 UTC
No need to put [wishlist] in the title - the Enhancement severity signals that.
Comment 4 Gabriel Burt 2009-12-09 18:26:24 UTC
The http/save related methods from MetadataServiceJob.cs could/should probably be moved to/merged with src/Core/Banshee.Services/Banshee.Web/HttpRequest.cs - looks like there's some duplicate functionality there.
Comment 5 Michael Martin-Smucker 2009-12-13 20:00:56 UTC
(In reply to comment #2)
> Michael, feel like tackling this?

I'd like to look at this, and it would definitely be a good challenge for my C# skills.  That said, if anyone else was interested in working on this, don't be deterred.  My free time has gone down quite a bit and will stay that way for the rest of the holidays, so I'm certainly not putting an exclusive "claim" on this bug.
Comment 6 Michael Martin-Smucker 2011-10-24 11:29:20 UTC
*** Bug 662520 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2020-03-17 08:16:09 UTC
Banshee is not under active development anymore and had its last code changes more than three years ago. Its codebase has been archived.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project
to GNOME Gitlab, as GNOME Bugzilla is being shut down) if anyone takes the
responsibility for active development again.
See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/264 for more info.