Page 1 of 1

Audioplayer - ID3 Tags cannot be disabled

Posted: 19 Dec 2008, 16:37
by netmax
Hi,

Im my Audioplayer i want nothing to be displayed but the volume control. But when deleting everything out of the field "id3tags" in "Audioplayer", the default values will be restored. There is no way to disable the output of tags or filename at the moment.

Version from November, 20th still containing that issue.

Marco

Posted: 20 Dec 2008, 00:38
by mjau-mjau
This is a bug that has already been fixed, which will be available in the next release coming shortly!

In the meantime, if you can't wait, try this: Open the file imagevue/include/config.xml and locate the node:
Code
<id3tags type="array" description="Sets what ID3 tags to display">TIT2,TPE1</id3tags>
Remove the items there, so you get:
Code
<id3tags type="array" description="Sets what ID3 tags to display"></id3tags>
Upload to server ...