Ampache

Do not issue any bug reports against versions earlier than 3.5.4 they will be closed.

Furthermore, we cannot accept bugs about metadata or art handling in 3.5.4 due to the large number of bugs that have been fixed since then. 3.5.4 in general is becoming less supportable, and it is suggested to try to reproduce the bug in the latest nightly.

Before submitting a bug please read http://ampache.org/wiki/support:bugs failure to do so may delay resolution of your report.


Tasklist

FS#120 - Ampache fails to gather album art

Attached to Project: Ampache
Opened by uncon (uncon) - Tuesday, 06 July 2010, 09:38 GMT-8
Last edited by Paul Arthur (flowerysong) - Tuesday, 06 July 2010, 13:23 GMT-8
Task Type Bug
Category Metadata
Status Closed
Assigned To No-one
Operating System
Severity Medium
Priority Normal
Reported Version 3.6.0-Dev
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Clicking "Find Album Art" From album page:
"Album Art could not be located at this time. This may be due to write access error, or the file is not received correctly."

Clicking "Gather Art" from catalogs page (completes instantly):
Starting Album Art Search. . .
Searched: None
Reading:
Album Art Search Finished

Possibly related log entries:
2010-07-06 11:47:09 [ampache] (PHP) -> [Warning] Undefined index: artist_name in file /srv/ampache/trunk/templates/show_get_albumart.inc.php(25)
2010-07-06 11:47:09 [ampache] (PHP) -> [Warning] Undefined index: album_name in file /srv/ampache/trunk/templates/show_get_albumart.inc.php(25)
2010-07-06 11:47:09 [ampache] (PHP) -> [Warning] Undefined index: cover in file /srv/ampache/trunk/templates/show_get_albumart.inc.php(25)
This task depends upon

Closed by  Paul Arthur (flowerysong)
Tuesday, 06 July 2010, 13:23 GMT-8
Reason for closing:  Not a bug
Comment by uncon (uncon) - Tuesday, 06 July 2010, 09:40 GMT-8
debug_level = 6
Comment by Paul Arthur (flowerysong) - Tuesday, 06 July 2010, 11:44 GMT-8
Did you remember to change the album_art_order directive in your config file to art_order?
Comment by uncon (uncon) - Tuesday, 06 July 2010, 12:06 GMT-8
updated config as follows:
art_order = "db,id3"
show_album_art = "true"

"Find Album Art" From album page has the same results.

Clicking "Gather Art" from catalogs page:
Starting Album Art Search. . .
Searched: 717

Updated logs attached.
Comment by uncon (uncon) - Tuesday, 06 July 2010, 12:51 GMT-8
Fixed by the following config change (thanks flowerysong):
art_order = "db,tags"

Loading...