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.
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.
FS#132 - Wrong function call for art-gathering (tag)
Attached to Project:
Ampache
Opened by Alexander Klein (LostInMotion) - Tuesday, 07 September 2010, 14:22 GMT-8
Last edited by Paul Arthur (flowerysong) - Wednesday, 08 September 2010, 07:53 GMT-8
Opened by Alexander Klein (LostInMotion) - Tuesday, 07 September 2010, 14:22 GMT-8
Last edited by Paul Arthur (flowerysong) - Wednesday, 08 September 2010, 07:53 GMT-8
|
DetailsThere is a bug in the Art class. The gather() function looks for the class methods and the config says, the key is "tag". So, the used function name is gather_tags(), with an additional s - the function will never be called. I don't know, where else this function is called, so i fixed it temporarily with a wrapper function as attached. It works, i've tested it.
|
This task depends upon
Closed by Paul Arthur (flowerysong)
Wednesday, 08 September 2010, 07:53 GMT-8
Reason for closing: Not a bug
Additional comments about closing: 'tags' is the correct config directive; your config file is out of date. See config/ampache.cfg.php.dist
Wednesday, 08 September 2010, 07:53 GMT-8
Reason for closing: Not a bug
Additional comments about closing: 'tags' is the correct config directive; your config file is out of date. See config/ampache.cfg.php.dist
bug_20100907.diff