More > JRiver Media Center 32 for Windows

Custom Tooltips/TheaterView Screens

<< < (47/47)

datdude:
Is there any way to add a border radius to images so that they corners are rounded?

datdude:
Also would it be possible to do am 'alpha' opacity value for images?

lepa:

--- Quote from: datdude on August 31, 2024, 12:48:44 pm ---Hi Lepa, Is there anyway to do this with the built in cover art? It seems it wouldn't be possible to split the cover art images sine they are embedded in the file. Is there any other way to have two rows of text justified next to a file's embedded cover art image? thx

--- End quote ---
no there isn't. Currently also other image operations like radius or opacity needs to be done outside MC

zybex:
Lepa, maybe you want to play with a new possibility... you can now set a tooltip expression to something like this:

shellrun(py.exe, makeTooltip.py c:\temp\tooltip.png "[name]" "[actors]" "[director]" ....etc, 3)/
<img src="c:\temp\tooltip.png">

(shellrun generates a PNG which is then displayed with <img>)

The idea is that you can have an external script generating an on-the-fly image with all the info and layout you want, perhaps using an HTML/CSS template, and then display it in MC. This circumvents MC's limited HTML rendering engine, at the cost of some performance and non-clickable elements. Perhaps you find it useful.

Navigation

[0] Message Index

[*] Previous page

Go to full version