PDA

View Full Version : Asset UPnP User Rename List feature



PeterP
05-13-2023, 02:41 AM
The rename feature allows a displayed text elements to be renamed (such as changing 'Album Artist' in the first menu), or more powerfully when scanning the music tracks to process the ID Tags, such as add the year to the end of an album name. This feature can be found in:

(Linux & Mac): Advanced tab, User Rename List (Display / Tag Mapping) - Edit ...
(Windows): Advanced Settings window, General Settings box, User Rename List (Display / Tag Mapping) - [Edit Rename List]

Note: All matching is non-case-sensitive. "Value" and "value" are treated as identical.

Display remapping

Change labels of fixed browse tree elements:
display:=text1:=text2
Causes container named "text1" to be shown as "text2".

Example:

display:=Some Artist:=Renamed Artist

or to rename the Artist / Album menu item:

display:=Artist / Album:=Renamed Artist Text


Tag remapping

Manipulate values of tag fields read from your music files.

fieldname:=value1:=value2

Changes all instances where fieldname equals value1 to value2

Example:

genre:=Pop/Rock:=Pop

Remaps genre of "Pop/Rock" to "Pop".

=== New features, May 2023 ===

Preformatting

Advanced manipulation of tag fields read from your music files.

preformat:=field:=%otherfield% %otherfield%

Formats field from other fields.

This is done on media indexing level, formatted value of field will be shown in all places.

Examples:

preformat:=album:=[year] [album]

Prefixes all Album tags with year.

preformat:=artist:=[IFEQUALS]genre,classical,[IFVALUE]composer,[composer],[artist][][][IF!EQUALS]genre,classical,[artist][]

Substitutes Artist with Composer for all classical albums.

File names

Show tags instead of file names when browsing by folders.

Based on preformat syntax, see above.

Example:
preformat:=filename:=[artist] - [title]

Causes artist - title to be shown instead of file name when browsing by folders.