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 392162 - album-art plugin should set watch on folders for covers dropped there
album-art plugin should set watch on folders for covers dropped there
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: Plugins (other)
0.9.7
Other Linux
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 412853
 
 
Reported: 2007-01-03 03:36 UTC by Ed Catmur
Modified: 2018-05-24 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ed Catmur 2007-01-03 03:36:40 UTC
The album-art plugin should set a watch on folders in case the user drops an appropriate cover.jpg etc. file in there while the track is playing.
Comment 1 Bastien Nocera 2007-11-17 02:06:14 UTC
In LocalCoverArtSearch.py, you'd need a member to keep track of the currently opened entry. When a new entry is set, start monitoring the directory (probably only if the file is local, or using inotify python bindings directly), and watch for any newly created files.

When the created file is closed (meaning writing finished), call the cover_art_uri_notify with the new entry. Monitoring should probably only start when the entry doesn't already have cover art though.
Comment 2 GNOME Infrastructure Team 2018-05-24 12:14:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/298.