Special tags not indexed
|
27-04-2017, 20:06
Post: #1
|
|||
|
|||
Special tags not indexed
Hi Simon
I'm new to MinimServer and I am very happy in combination with BubbleUPnP. But there is some strange problem. In http://forum1613.minimserver.com/showthread.php?tid=194 you write, that MinimServer can handle every tag name, but this is not working for me. It seems, that MinimServer indexes only the tags, which are listed in http://minimserver.com/ug-library.html#Tag mappings. All the other tags are not indexed. For testing purpose I put only two files in the ContentDir, one is tagged in MediaMonkey, the second is tagged in Mp3Tag with Id3v2.4, but I couldn't find any difference concerning the indexing problem. MinimServer is running on Synology NAS in the newest version of DSM and MinimServer. I've attached several files for you to better understand, what I mean:
Do you have some idea, what I'm doing wrong? Kind regards Björn |
|||
27-04-2017, 22:38
Post: #2
|
|||
|
|||
RE: Special tags not indexed
It looks like you have edited the minimserver.config file by hand. This is not recommended or supported and can cause problems. You should use the Properties dialog to modify the indexTags property.
Copying values from a hex dump of an MP3 file into indexTags is not the correct way to set indexTag values. The menu only shows tag choices for tag names that have multiple values available for the tag name. With a test library containing a single file, many tag names will not be shown as choices because there is only one available value for the tag name. Please give an example of a tag name that you want to index and is present in your test files and is not showing in the index. |
|||
28-04-2017, 06:56
Post: #3
|
|||
|
|||
RE: Special tags not indexed
Hi Simon
Thanks for your fast reply! (27-04-2017 22:38)simoncn Wrote: It looks like you have edited the minimserver.config file by hand. This is not recommended or supported and can cause problems. You should use the Properties dialog to modify the indexTags property. I didn't edit the minimserver.config-file. You thought so probably because I had to add the txt-File-Ending caused by the limitiation of the forum, which does not allow attachments with the config-ending. (27-04-2017 22:38)simoncn Wrote: Copying values from a hex dump of an MP3 file into indexTags is not the correct way to set indexTag values. For test purposes I added the hex dump-Names of tags (TIPL as an example) AND the Mp3Tags-Names of tags (INVOLVEDPEOPLE as the corresponding example). If I understand you right, in this example INVOLVEDPEOPLE would be the right tag name for the indexTags-Property? (27-04-2017 22:38)simoncn Wrote: The menu only shows tag choices for tag names that have multiple values available for the tag name. With a test library containing a single file, many tag names will not be shown as choices because there is only one available value for the tag name. I knowed this because of other of your replies in the forum. But I had the same problem with 30'000 files as well. For testing purposes I didn't look at the menu in the control point. I used the writeAllTags-Property instead, which produced the allTags.log.txt-File I attached to my initial post. I suppose, that in this file all the indexed values should be written, even when they are same between the two files in my test content directory. (27-04-2017 22:38)simoncn Wrote: Please give an example of a tag name that you want to index and is present in your test files and is not showing in the index. In the following list you'll find all the tag names, which I added to indexTags and got not indexed. In bold font is the name from Mp3Tag and in italic font the corresponding one from HEX. As I wrote above I added both to indexTags:
If it helps I could also send you the two mp3-Files in a personal message. |
|||
28-04-2017, 12:09
Post: #4
|
|||
|
|||
RE: Special tags not indexed
Thanks for these clarifications. See my comments inline below.
(28-04-2017 06:56)bjoernminim Wrote: I didn't edit the minimserver.config-file. You thought so probably because I had to add the txt-File-Ending caused by the limitiation of the forum, which does not allow attachments with the config-ending. OK, apologies for the misunderstanding. Quote:For test purposes I added the hex dump-Names of tags (TIPL as an example) AND the Mp3Tags-Names of tags (INVOLVEDPEOPLE as the corresponding example). If I understand you right, in this example INVOLVEDPEOPLE would be the right tag name for the indexTags-Property? TIPL is the name of the ID3v2.4 frame. Frame names are not the same as tag names. Frame names should not be used in the indexTags property and have no effect if they are used. You could include INVOLVEDPEOPLE in indexTags but this will not work with .mp3 files because Mp3tag is mapping this name to the TIPL frame and MinimServer is not reading this frame. If you were doing this with a .flac file, INVOLVEDPEOPLE would be read by MinimServer. Quote:I knowed this because of other of your replies in the forum. But I had the same problem with 30'000 files as well. For testing purposes I didn't look at the menu in the control point. I used the writeAllTags-Property instead, which produced the allTags.log.txt-File I attached to my initial post. I suppose, that in this file all the indexed values should be written, even when they are same between the two files in my test content directory. This is the right way to do it. Thanks for clarifying. Quote:In the following list you'll find all the tag names, which I added to indexTags and got not indexed. In bold font is the name from Mp3Tag and in italic font the corresponding one from HEX. As I wrote above I added both to indexTags: MinimServer maps the COMM frame to the COMMENT tag but does not map the content description Songs-DB_Custom2. This is because there is no standard mapping (i.e., a consistent mapping that is widely supported by converter programs and tagging programs) for the content description. MinimServer doesn't map the TIPL frame. This is because there is no standard mapping for this frame. MinimServer maps INVOLVEDPEOPLE information encoded in a TXXX/INVOLVEDPEOPLE frame but Mp3tag does not support writing this frame. MinimServer doesn't map the POPM frame. This is because there is no standard mapping for this frame. MinimServer maps RATING information encoded in a TXXX/RATING frame and Mp3tag supports writing this frame. MinimServer maps any tag name that appears in an ID3v2 TXXX frame. However, not all tagging programs support writing tags in this format, as the example of INVOLVEDPEOPLE shows. A workaround would be to use a different tag name for this information (for example, INVOLVED_PEOPLE) and use the aliasTags property in MinimServer to map INVOLVED_PEOPLE to INVOLVEDPEOPLE. |
|||
28-04-2017, 13:00
Post: #5
|
|||
|
|||
RE: Special tags not indexed
Hi Simon
Thanks for your clarifications. I did not knew about the TXXX user defined text information frame, thanks for your hint. I read know some texts in http://id3.org/id3v2.3.0 and http://help.mp3tag.de/main_tags.html. So when I'm understanding you correct, I'll have to do the following:
Concerning the TXXX-tags: Have I understood right, that Mp3tag saves every Tag-Name, that is not standard id3 as TXXX? So INVOLVED_PEOPLE would automatically become TXXX-INVOLVED_PEOPLE? Thank you again for your help. I just donated some bucks for your great work! Kind regards Björn |
|||
28-04-2017, 13:11
Post: #6
|
|||
|
|||
RE: Special tags not indexed
You are correct about COMMENT SONGS-DB_CUSTOM2 and INVOLVEDPEOPLE. For rating, you can use any tag name. The advantage of using RATING is that this already appears in the standard Mp3tag list of extended tags.
You are also correct that Mp3tag uses TXXX to save any tag name that doesn't have a defined ID3 mapping in the Mp3tag program. These mappings are not part of the ID3 standard and might be different in other tagging programs. To confirm what is happening, you can use a hex editor to look in the .mp3 file. Many thanks for the donation! |
|||
28-04-2017, 13:13
Post: #7
|
|||
|
|||
RE: Special tags not indexed
Great. Thanks for your answers. So I will try these things in the week-end. Have a nice weekend
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)