Erland,

erland wrote: 
> I'm afraid it's hard coded to "^(.*)\\s\\((.*)\\)\$" in the code in
> Dynamic Mixed Tag based menus at the moment.
> What did you plan to set it to ? What do you want to accomplish ?
> 
> I could probably fairly easy make it possible to configure it, but then
> I first want to understand how you want to use it because the Dynamic
> mixed Tag menus uses the same logic for all type of objects.

I have a couple of custom menus (based on yours), all with

                        <id>album</id>
                        <menuname>Songs</menuname>
                        <itemtype>album</itemtype>
                        <itemformat>albumconcat</itemformat>
                        <jivepattern>^(.*)\s\((.*)\)$</jivepattern>

and 

                                <id>track</id>
                                <itemtype>track</itemtype>
                                <itemformat>titleformat</itemformat>
                                <itemformatdata>TRACKNUM. TITLE (ARTIST -
DURATION)</itemformatdata>
                                <jivepattern>^(.*)\s\((.*)\)$</jivepattern>

My intention was to have the dynamic menu match this output so that
everything look alike. Currently it only shows the track title. Looking
at your <jivepattern> it looks more like the info not being pulled than
a formatting issue.

Thomas


------------------------------------------------------------------------
TRSPR128's Profile: http://forums.slimdevices.com/member.php?userid=56660
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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

Reply via email to