[MOD] Imdb rating instead of source flag
#16
JoWa Wrote:just wondering what it looks like when you put numbers there instead of the stars...

i tried adding the rating after the movie name, which looked quite good... it was like Casino Royale (8.0) and similar, haven't tryed adding it under the name
Reply
#17
thx Smile
looks and works great
Reply
#18
theo00 Wrote:i tried adding the rating after the movie name, which looked quite good... it was like Casino Royale (8.0) and similar, haven't tryed adding it under the name

can you post a screenshot of that pleeeeze?
Reply
#19
JoWa Wrote:can you post a screenshot of that pleeeeze?

ok .. it looks like this..

Image

if you want it just change the line 2812 in Viewtype_Showcase.xml from

Code:
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
to
Code:
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE] [b]($INFO[ListItem.Rating])[/b]</label>
Reply
#20
ah, that looks nice, thx very mch Smile


just a quick thought... anyone knows in which file it's saved which rating.png to use? (to customize these files - maybe to make 10 different png's)
Reply
#21
Could you show me how to remove the source info from the xml files? In 0.91+ the source flags do show. (quick and dirty: removing the .png's works too).
Reply
#22
Louike Wrote:Could you show me how to remove the source info from the xml files? In 0.91+ the source flags do show. (quick and dirty: removing the .png's works too).


either remove this from Includes_MediaFlags.xml

Code:
                <control type="image">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/defaultsource.png</texture>
                    <visible>!Control.IsVisible(82) + !Skin.HasSetting(nodefaultflags)</visible>
                </control>                
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/hddvd.png</texture>
                    <visible>substring(listitem.filename,hddvd)</visible>
                </control>
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/bluray.png</texture>
                    <visible>substring(listitem.filename,bluray)</visible>
                </control>
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/dvd.png</texture>
                    <visible>substring(listitem.filename,sddvd)</visible>
                </control>
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/divx.png</texture>
                    <visible>substring(listitem.filename,divx)</visible>
                </control>
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/divx.png</texture>
                    <visible>substring(listitem.filename,xvid)</visible>
                </control>
                <control type="image" id="82">
                    <include>Furniture_PanelMediaFlagsVars</include>
                    <texture>flags/hdtv.png</texture>
                    <visible>substring(listitem.filename,hdtv)</visible>
                </control>

its there twice...

or add

Code:
<visible>false</visible>

after them
Reply
#23
Sorry for being a noob but it is not working with me.

Could you please upload modded files for "replace source flag with imdb rating - text"

http://forum.xbmc.org/showpost.php?p=308951&postcount=1

Thank you
Reply
#24
boxterduke Wrote:Sorry for being a noob but it is not working with me.

Could you please upload modded files for "replace source flag with imdb rating - text"

http://forum.xbmc.org/showpost.php?p=308951&postcount=1

Thank you

NVM I got it.
I was adding the code instead of replacing it.
Thanks for the mod Smile
Reply
#25
Could you please update how to add the rating (7.80) instead of source, in showcase, when using Auriga?

The linenumbers have changed quite a bit Smile

Thanks!

Edit: I think I found it - it's right after line 2839 that the code should be pasted in, with Aeon Auriga.
Reply
#26
Wow this is great! Thanks for making this mod. I love the stars right below the movie title. Well done!
Reply
#27
thanks!!
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Imdb rating instead of source flag0