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#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
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

There 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

Loading...