2024-08-06, 02:09
(2024-08-05, 22:19)mikeSiLVO Wrote: If you post the script-tmdbhelper-recommendations.xml file, I'll take a look when I can.
Also the complete RunScript you're using to call the recommendations dialog.
Scratch that, try adding the below to the RunScript;
Code:,winprop_plot=$VAR[VideoInfoPlotVar]
Then add the below to VideoInfoPlotVar above the last value:
Above this line ↓xml:<value condition="!String.IsEmpty(Window.Property(plot))">$INFO[Window.Property(plot)]</value>
xml:<value>$LOCALIZE[19055]</value>
You are showing 19055, but I'm seeing
<value>$LOCALIZE[31348]</value>
from your quote.The 19055 that I have is in in the recommended.xml:
xml:
<!-- Plot -->
<control type="textbox" id="1000">
<top>644</top>
<bottom>125</bottom>
<include>AutoScrollPlot</include>
<label fallback="19055">$VAR[VideoInfoPlotVar]</label>
</control>
Am I looking in the wrong spot?