Apologies for piggy backing on someone else topic, but I struggle with the use of Masks, I want to use $LeftFrom to remove the track number from a title:
e.g. title is "01 Title..." where there is a space after the numeral
$LeftFrom(<Title>, ) where there is a space after the comma simply does not work, the space is not recognized as such, is there a character to "escape" a space?
I'm on W10 / MM2024 1.0.3113
Thanks a bunch in advance
Using Space in $RightFrom [#21582]
Moderator: Gurus
-
- Posts: 4
- Joined: Fri Jul 09, 2021 12:02 pm
Using Space in $RightFrom [#21582]
Last edited by Didier Salvetat on Wed Apr 16, 2025 7:27 am, edited 1 time in total.
-
- Posts: 4
- Joined: Fri Jul 09, 2021 12:02 pm
Re: Tag from filename - some help would be appreciated
Erratum above, please read $RightFrom and not $LeftFrom
-
- Posts: 4
- Joined: Fri Jul 09, 2021 12:02 pm
Re: Tag from filename - some help would be appreciated
Sorry maybe I did not express myself correctly I meant I'm using $RightFrom(string,i)
$RightFrom(string,i) Returns everything after the occurrence of The character i
I copy pasted the line above from the Mask Reference table
This mask works well with other characters but does not work (for me) with the space character.
Hope this is clearer
$RightFrom(string,i) Returns everything after the occurrence of The character i
I copy pasted the line above from the Mask Reference table
This mask works well with other characters but does not work (for me) with the space character.
Hope this is clearer
Re: Tag from filename - some help would be appreciated
I can confirm, added as: https://www.ventismedia.com/mantis/view.php?id=21582
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
-
- Posts: 4
- Joined: Fri Jul 09, 2021 12:02 pm
Re: Using Space in $RightFrom [#21582]
@Lowlander, Thank you sir!