Nyn

cheerios wrote:I tried to attach a screenshot of the dialog but it looks like I need an imageshack account to do this?
beg wrote:I imagine it's not possible to simply open/start the mmip in case of the portable MM4 version?
ZvezdanD wrote:cheerios wrote:I tried to attach a screenshot of the dialog but it looks like I need an imageshack account to do this?
Yes, any image service could do the job. I am using imageshack for screenshots here. You don't need to register in imageshack to be able to upload bitmap file.

cheerios wrote:Great, hope this helps...
Eval(IIf(Len(RegExp(oSongData.Path, SetVar(0, ".+?\\.+\\PodcastName_([^\\]+)(\d\d)(\d\d)_(Track \d\d)\.[^\.\\]+$"), 0)), "DateISO(CDate(RegSub(oSongData.Path, GetVar(0), ""$1/$2/$3""))) & RegSub(oSongData.Path, GetVar(0), "" $4"")", """$&"""))ZvezdanD wrote:cheerios wrote:Great, hope this helps...
OK, you could try with this Replace with string:
- Code: Select all
Eval(IIf(Len(RegExp(oSongData.Path, SetVar(0, ".+?\\.+\\PodcastName_([^\\]+)(\d\d)(\d\d)_(Track \d\d)\.[^\.\\]+$"), 0)), "DateISO(CDate(RegSub(oSongData.Path, GetVar(0), ""$1/$2/$3""))) & RegSub(oSongData.Path, GetVar(0), "" $4"")", """$&"""))
cheerios wrote:How can I adapt this to handle
(i) a varying length string followed by an underscore in place of PodcastName
Eval(IIf(Len(RegExp(oSongData.Path, SetVar(0, ".+?\\.+\\[^\\]+_([^\\]+)(\d\d)(\d\d)_(Track \d\d)\.[^\.\\]+$"), 0)), "DateISO(CDate(RegSub(oSongData.Path, GetVar(0), ""$1/$2/$3""))) & RegSub(oSongData.Path, GetVar(0), "" $4"")", """$&"""))cheerios wrote:(ii) store the above string in the Custom1 tag
ZvezdanD wrote:cheerios wrote:How can I adapt this to handle
(i) a varying length string followed by an underscore in place of PodcastName
- Code: Select all
Eval(IIf(Len(RegExp(oSongData.Path, SetVar(0, ".+?\\.+\\[^\\]+_([^\\]+)(\d\d)(\d\d)_(Track \d\d)\.[^\.\\]+$"), 0)), "DateISO(CDate(RegSub(oSongData.Path, GetVar(0), ""$1/$2/$3""))) & RegSub(oSongData.Path, GetVar(0), "" $4"")", """$&"""))
Works great - thanks!cheerios wrote:(ii) store the above string in the Custom1 tag
Choose Custom 1 from the Into dropdown list.
cheerios wrote:I meant saving the variable length string (PodcastName) in Custom1.
ZvezdanD wrote:cheerios wrote:I meant saving the variable length string (PodcastName) in Custom1.
You could use the ""Assign the begin of <From Field> before specified string to <Into Field>..." preset with specified "_" for "Assign string before", Source field = Filename, Destination = Custom 1.
Alterx wrote:I have problems using the preset "Add the leading zero to the single-digit Track number".
Users browsing this forum: No registered users and 16 guests