More > JRiver Media Center 32 for Windows
Can unicode characters be added to thumbnail text?
dtc:
--- Quote from: MrBiff on February 02, 2024, 06:05:18 pm ---Like this?
--- End quote ---
What unicode values are you using?
markf2748:
--- Quote from: MrBiff on February 02, 2024, 06:05:18 pm ---Like this?
--- End quote ---
Not the design I'm after, but yes those are the symbols.
The right pointing filled triangle could be Unicode F5B0 or 25B6 (Geometric Shapes), but how to get them into thumbnail text?
MrBiff:
You likely don't want F580.
One of the triangles was:
▼
BLACK DOWN-POINTING TRIANGLE
Unicode: U+25BC, UTF-8: E2 96 BC
In standard view, pull down the tab's triangle, and edit Thumbnails > Thumbnail Text
markf2748:
--- Quote from: MrBiff on February 02, 2024, 07:16:54 pm ---You likely don't want F580.
--- End quote ---
You are correct. Apparently F5B0 is not valid.
However hex codepoint 25B6 = dec codepoint 9654 (Block Geometric Shape: Black Right-Pointing Triangle) works with CHAR(9654).
Note the following decimal does NOT work:
hex codepoint 23F5 = dec codepoint 9205 (Block Miscellaneous Technical: Black Medium Right-Pointing Triangle)
Puzzling. There must be restrictions within MC, having to do with available character sets for the selected font that determine which decimal Unicode symbols work with CHAR(). While the font can be changed in Options > Tree & View > Select font..., I don't see any information about special character sets other than language encodings.
FYI, I'm experimenting with using the right-pointing triangle to indicate the date [Last Played (Album)] in thumbnail text for the tab "Recently Played" (attached). Other views show the undecorated "date acquired" instead. :)
2/3/24 Addendum: One approach to finding symbols. Scroll through the Windows Character Map (or try Insert > Symbol > More symbols... in a Microsoft Office app like Word) for the MC skin font being used (Segoe UI in my case). Select a symbol of interest to find its hex codepoint. Then either convert the hex to decimal base 10 or search the web for that codepoint to find a resource which lists the equivalent decimal codepoint. Try the decimal in CHAR(). Not all available symbols are found this way. For example the Up-Pointing and Down-Pointing Triangles are listed in the Segoe UI Character Map, but the Left-Pointing and Right-Pointing are not listed. To find the latter, I looked at the character map of the closely related font (same family) Segoe UI Symbol.
dtc:
These codes work for the arrow functions.
Up Arrow 25B2 9650
Right Arrow 25B6 9654
Down Arrow 25BC 9660
Left Arrow 25C0 9664
Navigation
[0] Message Index
[*] Previous page
Go to full version