differences between imdb and moviedb - skinning problem
#16
One, didn't know about that and two - no this didnt work:

Quote:<info>ListItem.Duration(HH:MM)</info>

Im on 30851
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#17
Ok, it needs hooking up in that case. Will take a look in a bit.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#18
Useful info for the future, thanks.

This is all I did before -

PHP Code:
<control type="label">
    <
posx>374</posx>
    <
posy>47</posy>
    <
width>260</width>
    <
height>76</height>
    <
aligny>center</aligny>
    <
font>Font_InfoYear</font>
    <
textcolor>InfoYear</textcolor>
    <
info>ListItem.Duration</info>
    <
visible>substring(listitem.Duration,h)</visible>
    <
visible>!IsEmpty(listitem.Duration)</visible>
</
control>
<
control type="label">
    <
posx>374</posx>
    <
posy>47</posy>
    <
width>260</width>
    <
height>76</height>
    <
aligny>center</aligny>
    <
font>Font_InfoYear</font>
    <
textcolor>InfoYear</textcolor>
    <
info>ListItem.Duration</info>
    <
visible>substring(listitem.Duration,m)</visible>
    <
visible>!substring(listitem.Duration,h)</visible>
    <
visible>!IsEmpty(listitem.Duration)</visible>
</
control>
<
control type="label">
    <
posx>374</posx>
    <
posy>47</posy>
    <
width>260</width>
    <
height>76</height>
    <
aligny>center</aligny>
    <
font>Font_InfoYear</font>
    <
textcolor>InfoYear</textcolor>
    <
label>$INFO[ListItem.Duration,, mins]</label>
    <
visible>!substring(listitem.Duration,m)</visible>
    <
visible>!IsEmpty(listitem.Duration)</visible>
</
control
Reply
#19
Hmm, this is non-trivial unfortunately. Will think on it for a bit. Perhaps something like:

FormatTime(ListItem.Duration,HH:MM) might be the way to go
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#20
Yea, no biggie...I think it looks better, but not a huge deal. thx for taking the time...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#21
Is there any way to clean all movies and shows duration and take it from the files? (Without rewriting the scraper and re-scrape all files).

I have various "durations":

- ones with XX min
- ones with XX minutos
- TV Shows without duration

Thank you
Reply

Logout Mark Read Team Forum Stats Members Help
differences between imdb and moviedb - skinning problem0