View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004938 | MMW v4 | Properties/Auto-Tools | public | 2008-11-14 17:50 | 2022-04-29 01:28 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0004938: Make separator configurable for multi-attribute properties | ||||
Description | Users have complained about the fact that the multi-attribute separator ';' isn't configurable. Per discussion, we should modify MM to make it configurable e.g.: In Tools > Options > Library > Appearance (underneath 'Show Shortcuts') [ ] Split multiple attribute fields with: _;_ Presumably, if enabled: -Track scans that detect a ';' in a multiple attribute field would store multiple attributes. -Tag updates would trigger the tag to be saved with multiple attributes -Tracks that have split tags would display with the separator to denote the split -Tracks that have a separator for multiple attributes but have not yet been tagged with multiple attributes should appear in the 'Unsynchronized Tags' node. | ||||
Tags | todoc-context | ||||
Fixed in build | 1202 | ||||
related to | 0003844 | closed | peke | Last.fm plugin | Last.FM Native Support |
parent of | 0003014 | closed | rusty | MMW v4 | Improved input mechanism for multiple value fields |
related to | 0005467 | closed | jiri | MMW v4 | Multi-attribute fields aren't displayed correctly in several different cases |
related to | 0005528 | closed | jiri | MMW v4 | Multi-attribute field configuration: spacing is confusing |
related to | 0005529 | feedback | jiri | MMW v4 | Multi-attribute field splitter characters that aren't field splitters don't display consistently |
|
Fixed in build 1193. |
|
Verified 1199 |
|
- Custom Separator is not used in Scripting so SDB.player.CurrentTrack.ArtistName still shows ";" even Separator is changed to "/" |
|
This is on purpose this way - so that scripts don't have to worry about changed separator. In case the string should be presented to user, there are two new methods added to SDBTools object that help converting the string values back and forth. |
|
Minor tweak: Split multiple attribute fields with: --> Split multiple-value fields with: Add context help: --> This specifies what character is used to denote multiple values within a single field (e.g. Rock;Folk). Note: functionality not yet tested. |
|
Fixed in build 1202. |
|
Options->Library->Appearance:Split Multi-Value Fields With Needs a checkbox selection. Default should probably be ON to match 3.0 behavior. |
|
http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=35008 http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=35006 |
|
chrisjj has made a suggestion in regards to your minor tweak, Rusty. Suggesting it would read better for users if "This specifies what character is used to denote multiple values within a single field (e.g. Rock;Folk)" became "This specifies what character is used to separate multiple values within a single field (e.g. Rock;Folk)" He might have a point, both read fine by I'm already familiar with what the option does, but "separate" might work better for a newer user who is not. See: http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=35019 |
|
Assigning to Rusty to review, but only after 3.1 release due to a string change. |
|
Setting to resolved since this has already been fixed. The only remaining item is context help which is being tracked with the todoc_context tag. |
|
Verified 1232. |