PDA

View Full Version : mp3 tagging - variables = NOShow


AnyWhere
06-25-2004, 07:13 AM
Using pretty much default config,php during my test of this good looking script.

When a mp3 release is done I get a tag that looks like this:

[xXx] - ( 78M 9F - COMPLETE - ) - [xXx]

Looking in the config file there should be some more info in that tag.

From the config file:
$audio_completebar = "[xXx] - ( %mM %fF - COMPLETE - %w %Y ) - [xXx]";

Why arent %w and %y variables being added to the final tag?

SnypeTEST
06-25-2004, 07:50 AM
well... maybe those arent variables that could be used there. try looking @ the cookies file for that variable ($audio_completebar)

AnyWhere
06-25-2004, 08:27 AM
Originally posted by SnypeTEST
well... maybe those arent variables that could be used there. try looking @ the cookies file for that variable ($audio_completebar)

I didnt change any of them in the config.php. Config files is more or less out-of-the-box.

But I've checked cookies.php just to make sure, and they are the correct ones.

UPDATE: Gave the PC a reboot. Now it works. Doh!