Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-09-28 Thread indifference_engine
Hi Erland, me again! Thanks to your excellent help I have my MediaMonkey custom tags being read by CustomScan and being used as criteria for MultiLibrary which works brilliantly. I didn't have to modify the ML SQL in the end as I thought I would as CS broke up the multi-value tags for me.

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-09-28 Thread erland
indifference_engine;579318 Wrote: I have one further question if you'd be so kind; Is it possible to define a library that is the intersection of two existing libraries? I want to create an ML for tracks that both me the wife like (ie the tag contains me and wife). I can see how to do

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-09-28 Thread indifference_engine
erland;579382 Wrote: There is now a new version (2.5.3278) of Multi Library available that has a new Intersect library template that creates a library that only contain the tracks that is available in both libraries specified. Thanks Erland, that's just what I was after - you the man! Did

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-09-28 Thread erland
indifference_engine;579423 Wrote: Thanks Erland, that's just what I was after - you the man! Did you do that just for me or was it a case of great minds thinking alike? Mostly for you but I thought there might be other persons with similar problem. -- erland Erland Isaksson ('My

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-03-28 Thread erland
indifference_engine;527683 Wrote: Any progress with this Erland? I'm gutted that I can't get it to work. If you can help I'd be very grateful. If you have an SBController, can I bribe you with a SqueezeIR config?? Could you try to enter something in the Tags to scan field ? It doesn't

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-03-28 Thread indifference_engine
Thanks, that did the trick! Now to tag my tracks... -- indifference_engine indifference_engine's Profile: http://forums.slimdevices.com/member.php?userid=20698 View this thread:

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-03-28 Thread indifference_engine
Thanks, that did the trick! Now to tag my tracks... -- indifference_engine indifference_engine's Profile: http://forums.slimdevices.com/member.php?userid=20698 View this thread:

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-03-24 Thread indifference_engine
{bump} Any progress with this Erland? I'm gutted that I can't get it to work. If you can help I'd be very grateful. If you have an SBController, can I bribe you with a SqueezeIR config?? Thanks. -- indifference_engine

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-23 Thread indifference_engine
erland;519664 Wrote: I assume your files are already scanned by the standard SBS scanner ? Custom Scan only scans files that are already in the database. Yes, The files are in the library and play. erland;519664 Wrote: Do you get any errors in the server.log when performing the Custom Scan

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-22 Thread indifference_engine
Thanks for your help Erland but I still can't get it to work even with the revised tag mapping you posted in the previous thread. Multi-Library is still not showing a 'Tag Name' field and the Custom-Scan Info in Custom Browse doesn't show the custom1 tag. I have tried with and without the 'use

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-22 Thread erland
indifference_engine;519658 Wrote: Obviously you got it to work with these MM custom tags, what am I doing wrong??? It indeed worked for me with your files. I assume your files are already scanned by the standard SBS scanner ? Custom Scan only scans files that are already in the database.

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-20 Thread erland
indifference_engine;514010 Wrote: I'll pm you a zip file of the relevant config files and a sample mp3. Thanks for your help Erland, this feature will increase the WAF by 100%. The Tag Mapping field in your Custom Tag configuration is incorrect, you need to set it to this: Code:

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-05 Thread indifference_engine
erland;513764 Wrote: It should be enough to specify it in the tag mapping field I've tried it with and without putting CUSTOM1 in the 'Tags To Scan' box, both with no luck. erland;513764 Wrote: Do you see the Tag name list box attribute in the library definition ? Have you selected CUSTOM1

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-04 Thread indifference_engine
I still can't seem to get these MediaMonkey Custom tags to scan. I've put Code: CUSTOM1=as COMMENT(exp=^Songs-DB_Custom1:(.+)$),CUSTOM2=as COMMENT(exp=^Songs-DB_Custom2:(.+)$),CUSTOM3=as COMMENT(exp=^Songs-DB_Custom3:(.+)$),CUSTOM4=as

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-04 Thread erland
indifference_engine;513601 Wrote: put CUSTOM1 into the CustomTag name It should be enough to specify it in the tag mapping field indifference_engine;513601 Wrote: In MultiLibrary I have put the CustomTagValue into the relevent box and refreshed the library but it shows 0 songs. Do

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-01 Thread indifference_engine
Erland, I want to use the MediaMonkey custom tags as the basis for MultiLibraries. My idea is to put people's names in CUSTOM1, load the data in with CustomScan and then split my library with MultiLibrary so that each person only sees their own music. I put your mapping code into CustomScan's

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-01 Thread erland
indifference_engine;512508 Wrote: I put your mapping code into CustomScan's tag mapping and CUSTOM1 into the list of tags to scan but it caused SBS to hang on starting, maybe because I was asking it to do too much work? Custom Scan does a refresh at startup. If that takes a lot of time, it

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-02-01 Thread indifference_engine
erland;512643 Wrote: Custom Scan does a refresh at startup. If that takes a lot of time, it would be great if you enabled info level logging of plugin.customscan and did a restart and posted the log. There might be some SQL that isn't optimized for large libraries, the log should tell you

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-30 Thread jpo
erland;511783 Wrote: I just realized I was wrong, this actually works in the current Custom Scan version. Sweet, thank you: - for building such flexible parsing technology in the first place - for explaining it here - for promptly diagnosing and resolving my issue CustomScan is awesome,

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-29 Thread erland
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,

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-28 Thread erland
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,

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-27 Thread indifference_engine
similar problem here from ages ago. http://forums.slimdevices.com/showthread.phpt=56114highlight=fileownerpage=2 I'd like to see how this turns out as I'd really like to use Media Monkey's custom fields to store the file owner and then use MultiLibrary to give each member of the house a

[SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-26 Thread jpo
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

Re: [SlimDevices: Plugins] CustomScan - Reading MediaMonkey custom tags

2010-01-26 Thread erland
Could you mail me a small file with these tags and I'll take a look at it ? Send it to: erland_i at hotmail.com An alternative is that you enable debug logging on plugin.customscan in SBS Settings/Advanced/Logging and see if you get any more information in the server.log when you perform a scan