Search…

X3 Photo Gallery Support Forums

Search…
 
netmax
Experienced
Topic Author
Posts: 52
Joined: 23 Dec 2006, 08:17

Audioplayer - ID3 Tags cannot be disabled

19 Dec 2008, 16:37

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

20 Dec 2008, 00:38

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