jpo;510805 Wrote: 
> I'm using MediaMonkey to write custom tag information to my MP3 files,
> and I can't get CustomScan to read this information.
> 
> MediaMonkey supports custom tags, and according to its documentation,
> the custom tag information is stored in a tag called
> COMM:Songs-DB_CustomX, where X is a number from 1 to 4 (I'm just using
> #1).
> 
I just realized I was wrong, this actually works in the current Custom
Scan version.

All you have to do is enter the following in the "Tag mapping" field in
the Custom Tag scanning module configuration:

Code:
--------------------
    
  CUSTOM1=as COMMENT(exp=^Songs-DB_Custom1:(.+)$),CUSTOM2=as 
COMMENT(exp=^Songs-DB_Custom2:(.+)$),CUSTOM3=as 
COMMENT(exp=^Songs-DB_Custom3:(.+)$),CUSTOM4=as 
COMMENT(exp=^Songs-DB_Custom4:(.+)$)
  
--------------------


This will make Custom Scan scan them as CUSTOM1, CUSTOM2, CUSTOM3,
CUSTOM4
I've tried it with your files and it works correctly.

I knew that tag mapping functionality would come in handy some time in
the future :-)


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=74549

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to