![]() |
|
tagFormat : booklet command - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: tagFormat : booklet command (/showthread.php?tid=7404) |
tagFormat : booklet command - Emmanuel - 14-12-2024 19:58 Hello, After installing the full license of Minimserver, I immediately wanted to configure Minimserver to scan booklets named 'booklet.pdf' in the album folder. In Properties > Advanced > tagFormat I added the following command: Comment.displayFormat={$*infoFileURI^Digital booklet$comment} However, when I rescan after saving the changes I get the following error message: Incorrect tag name 'Comment' in property 'tagFormat' Any idea how to fix this pls? RE: tagFormat : booklet command - stefano_mbp - 14-12-2024 20:00 You need to add Comment tag to indexTags or itemTags too RE: tagFormat : booklet command - Emmanuel - 15-12-2024 08:42 Hi. Tx for helping. I did add Comment tag to indexTags. I got the same error message after rescan. Is the command line 'Comment.displayFormat={$*infoFileURI^Digital booklet$comment}' actually right? RE: tagFormat : booklet command - stefano_mbp - 15-12-2024 09:03 This is my setting that works: Comment.displayFormat={$*infoFileURI^<a href="^">booklet</a>$comment} RE: tagFormat : booklet command - Emmanuel - 15-12-2024 09:10 I appreciate your help! Unfortunately it doesn't work here. I tried every possibility: - Comment.displayFormat={$*infoFileURI^<a href="^">booklet</a>$comment} > in tagFormat only > rescan > error message - Comment.displayFormat={$*infoFileURI^<a href="^">booklet</a>$comment} > tagFormat + index Tags > rescan > same - item Tags refuses to add command line as it shows following msg: Invalid item tag name 'Comment.displayFormat={$*infoFileURI^booklet$comment}'; correct highlighted value and retry RE: tagFormat : booklet command - stefano_mbp - 15-12-2024 09:46 You must add to itemTags property just Comment and not the whole string RE: tagFormat : booklet command - Emmanuel - 15-12-2024 09:50 Yes it worked! Many many thanks Stefano for your precious help!! RE: tagFormat : booklet command - simoncn - 15-12-2024 15:17 I'm pleased to hear this is now working. Please don't start discussing the same issue in multiple threads. This makes the discussion very hard for others to follow. I will delete the recent posts on the other thread related to this issue as they don't provide any additional information to the posts here. |