View Issue Details

IDProjectCategoryView StatusLast Update
0016902MMW 5Tagging / organizing (properties / auto-tools)public2022-09-14 14:39
Reporterlowlander Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version5.0 
Target Version5.2 
Summary0016902: Add ability to define character set/encoding through file naming Mask
DescriptionIt would be useful for both Auto-Organize (Files) and Sync (and Auto-Tag from Filename) if the user has a way to limit quickly what characters are allowed to be used on filename creation (and tag extraction).

This would provide the user, especially for Sync, to remove characters when creating folder/filenames that the device doesn't support.

[FileMappings] in ini provides this only partly as the user needs to add each individual character to be converted, which is too tedious a solution.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=12&t=97215
TagsNo tags attached.
Fixed in build

Relationships

related to 0016901 closedLudek Sync: Add <Track ID> mask in order to avoid duplicates on sync 

Activities

peke

2020-08-22 22:59

developer   ~0059448

Last edited: 2020-08-22 23:23

eg. add $ASCII({STRING}) to https://www.mediamonkey.com/wiki/index.php?title=WebHelp:Configuring_Directory_and_File_Formats/4.0 like https://www.mediamonkey.com/wiki/index.php?title=ISDBTools::RemapASCII do for scripting?

lowlander

2020-11-12 21:19

developer   ~0060152

This has been raised a few times over the years. I do assume this is not required for most main stream devices (portable players, storage, network storage), but would be handy for certain devices.

 $ASCII(<tag>) like Peke suggest would be the user-side implementation. The I assume in code you'd have a function for that.