lebauce / quodlibet

Automatically exported from code.google.com/p/quodlibet
1 stars 0 forks source link

[PATCH] Albumart plugin #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://groups.google.com/group/quod-libet-development/browse_thread/thread/42f02
cf8cea0348c

Original issue reported on code.google.com by reiter.christoph@gmail.com on 4 Mar 2009 at 8:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by steven.strobe.cc@gmail.com on 15 Mar 2009 at 1:23

GoogleCodeExporter commented 9 years ago
Works great!

Original comment by steven.strobe.cc@gmail.com on 23 Mar 2009 at 7:15

GoogleCodeExporter commented 9 years ago
- remove \n\r\t\v and multiple spaces from the received data.
- clean up imports.

Original comment by reiter.christoph@gmail.com on 12 Apr 2009 at 12:34

Attachments:

GoogleCodeExporter commented 9 years ago
Just tried this - works well, thanks! Not sure if I'll ever use the edit image
functionality but can't hurt I guess.. 

Has there been any discussion about embedding downloaded album art to FLACs 
(and,
err, then being able do use it too)? It seems very doable with Vorbis comments
(metaflac does it) but I'm having trouble finding anything that will display 
it. 

This would be especially useful if/when your directory structure *isn't*
folder-per-album (allowing the usual .folder.jpg etc), or if you have a whole 
album
per file / podcasts or whatever (two things I have quite a lot of..). 

Thoughts?

Original comment by nick.bou...@gmail.com on 28 Apr 2009 at 1:39

GoogleCodeExporter commented 9 years ago
Some covers have a border or the backside is included..
It's manly for cropping and this was easier than implementing cropping 
functionality ;)

Embedded covers: Issue 28

Original comment by reiter.christoph@gmail.com on 28 Apr 2009 at 4:23

GoogleCodeExporter commented 9 years ago
Issue 168 has been merged into this issue.

Original comment by steven.strobe.cc@gmail.com on 29 Apr 2009 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by steven.strobe.cc@gmail.com on 18 Jun 2009 at 8:15

GoogleCodeExporter commented 9 years ago
http://groups.google.com/group/quod-libet-development/browse_thread/thread/ecd18
1fff7ead41c

- add the amazon proxy from wm_eddie

Original comment by reiter.christoph@gmail.com on 21 Jun 2009 at 2:49

Attachments:

GoogleCodeExporter commented 9 years ago
The following comment can add the album art to the flac files

metaflac --import-picture-from=folder.jpg *.flac

Would it be possible to integrate it to this plugin?

Original comment by miroslav...@gmail.com on 23 Jun 2009 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by steven.strobe.cc@gmail.com on 28 Jun 2009 at 4:23

GoogleCodeExporter commented 9 years ago
- Fix coverparadise by handling bad HTML better
- Use AppEngine webapp proxy (by wm_eddie) for Amazon
- Increase search limit to 7 (from 5)
- Some cleanup and version bump -> 0.5.1
(the guys at #gtk+ said that it's save to call all non window related gtk+ 
functions
in a thread, so I've removed all locking. This _should_ make it work under 
windows.)

Original comment by reiter.christoph@gmail.com on 30 Jul 2009 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
- one crasher, print query if an engine fails
- treeview hints and drag&drop
- remove brackets from queries to fix discogs

@wm_eddie: like I wrote in IRC, your amazon proxy replaces all non ascii 
characters
with "??" and changes the encoding. Not that big of a problem.. but I wanted 
you to know.

Original comment by reiter.christoph@gmail.com on 1 Aug 2009 at 11:28

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision d467816783.

Original comment by steven.strobe.cc@gmail.com on 22 Aug 2009 at 10:13

GoogleCodeExporter commented 9 years ago
On "Download Album Art" preferences page there are 4 link-buttons for 4 
different
search engines, but clicking any of them opens just the same page — 
discogs.com.

Original comment by engo...@gmail.com on 12 Sep 2009 at 5:07

GoogleCodeExporter commented 9 years ago
Thanks engored, fixed.

Original comment by reiter.christoph@gmail.com on 20 Sep 2009 at 8:27