beets/beetsplug
Bruno Cauet a72ae5991f Add send_art event for embedart and thumbnails
Album.set_art() sends a 'art_sent' event, with the album as a
parameter. embedart and thumbnails listen to that event, instead of
listening to 'album imported'. Consequences:
- 'embedart' and 'thumbnails' don't have to be after 'fetchart' on the
  plugins config line.
- embedart and thumbnails work event when a "beets fetchart" command is
  issued.
- if another plugin ever set art then embedart and thumbnails will "just
  work" with it.
2015-01-31 21:06:01 +01:00
..
bpd All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
lastgenre Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
web Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
__init__.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
bench.py Use __future__ imports but unicode_literals everywhere 2015-01-19 12:25:16 +01:00
bpm.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
bucket.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
chroma.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
convert.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
discogs.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
duplicates.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
echonest.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
embedart.py Add send_art event for embedart and thumbnails 2015-01-31 21:06:01 +01:00
fetchart.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
filefilter.py Fix filefilter (#1186) tests for consistent colons 2015-01-20 14:34:42 -08:00
freedesktop.py Merge freedesktop plugin into thumbnails 2015-01-29 13:08:02 +01:00
fromfilename.py Replace ur'' strings by r'' strings 2015-01-27 09:02:44 +01:00
ftintitle.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
fuzzy.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
ihate.py Moved the regular expression file filter into a separate plugin. 2015-01-20 19:50:00 +01:00
importadded.py Use __future__ imports but unicode_literals everywhere 2015-01-19 12:25:16 +01:00
importfeeds.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
info.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
inline.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
keyfinder.py Merge branch 'master' into future 2015-01-21 10:04:33 +01:00
lastimport.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
lyrics.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
mbcollection.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
mbsync.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
missing.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
mpdstats.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
mpdupdate.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
permissions.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
play.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
plexupdate.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
random.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
replaygain.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
rewrite.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
scrub.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
smartplaylist.py Merge pull request #1247 from brunal/future 2015-01-26 17:02:07 -08:00
spotify.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
the.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
thumbnails.py Add send_art event for embedart and thumbnails 2015-01-31 21:06:01 +01:00
types.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00
zero.py All plugins use unicode_literals 2015-01-20 16:22:27 +01:00