Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Technical Information field character limit? (Read 523 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Technical Information field character limit?

I've been in contact with the developer of m-TAGS (component) about a bug/limit over which he apparently has no control over. It regards a pseudo-tag it creates to store the path of an audio file which meta of a JSON-style item belongs to. The problem is, when calling it with $info(@REFERENCED_FILE) on an item with a path longer than 177 characters (ASCII anyway) anyplace where title formatting is supported, it doesn't show anything. The weird thing though, is that it does show the proper value under context menu -> properties (context item) -> properties (tab), under the "other" section, even if the path is longer than 177 characters.

So I'm wondering, is there a limit on $info() values or something?

Re: Technical Information field character limit?

Reply #1
Hold shift, click File>Browse configuration folder.

Now close foobar and then open the file LargeFieldsConfig.txt. Edit the value of infoMax

Code: [Select]
# Size limit for tech info fields
infoMax=200

 

Re: Technical Information field character limit?

Reply #2
Aaah, I totally overlooked those configurations. That worked. Thanks, marc!