• 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 80
Mod Aeon MQ 6 - Moded version for I, J, K, L, ....
(2016-04-27, 17:49)Pico1965 Wrote: A little request:
I want my filmograpy of Kurt Russell
Best thing I have is this,but this will working for English language (movie tv show) is in condition for load,
If you want to use this image in context menu translate in your language,or put var for that content(i will add this to github when I find Var for that word string)
For now just test this, for me is working...
You change for Italian word "movie"in "film" and "tv show" in"Huh"
English - SubString(Container(3).Listitem.Label,movie)
Italian - SubString(Container(3).Listitem.Label,film)
change this code in includevariables.xml

Code:
    <variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)">$INFO[Container(3).ListItem.Icon]</value>
        <value condition="Control.IsVisible(6)">$INFO[Container(6).ListItem.Icon]</value>
    </variable>

Code:
    <variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[SubString(Container(3).Listitem.Label,movie)|SubString(Container(3).Listitem.Label,tv show)]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
        <value condition="Control.IsVisible(3)">$INFO[Container(3).ListItem.Icon]</value>
        <value condition="Control.IsVisible(6)">$INFO[Container(6).ListItem.Icon]</value>
    </variable>
Image

Edit:
Use this code ...work in all language
Code:
    <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[SubString(Container(3).Listitem.Label,$LOCALIZE[36901])|SubString(Container(3).Listitem.Label,$LOCALIZE[20452])|SubString(Container(3).Listitem.Label,$LOCALIZE[36902])]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
kodi limatation dont working substring with $var or $localize .....sorry
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
I've find:
Code:
<variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)">$INFO[Container(3).ListItem.Icon]</value>
        <value condition="Control.IsVisible(6)">$INFO[Container(6).ListItem.Icon]</value>
    </variable>

I've tried:
Code:
<variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[SubString(Container(3).Listitem.Label,$LOCALIZE[36901])|SubString(Container(3).Listitem.Label,$LOCALIZE[20452])|SubString(Container(3).Listitem.Label,$LOCALIZE[36902])]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
    </variable>
as the same of
Code:
<variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[SubString(Container(3).Listitem.Label,$LOCALIZE[36901])|SubString(Container(3).Listitem.Label,$LOCALIZE[20452])|SubString(Container(3).Listitem.Label,$LOCALIZE[36902])]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
        <value condition="Control.IsVisible(3)">$INFO[Container(3).ListItem.Icon]</value>
        <value condition="Control.IsVisible(6)">$INFO[Container(6).ListItem.Icon]</value>
    </variable>


Image
and
Code:
<value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[SubString(Container(3).Listitem.Label,$LOCALIZE[36901])|SubString(Container(3).Listitem.Label,$LOCALIZE[20452])|SubString(Container(3).Listitem.Label,$LOCALIZE[36902])]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
as the previous without
Code:
<variable name="value_dialogselect_icon">
      
    </variable>
Image

but not work...
Reply
for Italian use this
Code:
<variable name="value_dialogselect_icon">
        <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+SubString(Container(3).Listitem.Label,film)">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value>
        <value condition="Control.IsVisible(3)">$INFO[Container(3).ListItem.Icon]</value>
        <value condition="Control.IsVisible(6)">$INFO[Container(6).ListItem.Icon]</value>
    </variable>
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Sorry... not work
Reply
As usual when is time for sleep...I made mistake...easy to set
Just load slow on first, wait few sec and Your image will be loaded.(try other actor too)
PHP Code:
        <value condition="Control.IsVisible(3)+IsEmpty(Container(3).ListItem.Icon)+[Container.Content(movies)|Container.Content(tvshows)|Container.Content(episodes)]">http://localhost:52307/getthumb&amp;title=$INFO[Container(3).Listitem.Label]</value> 
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Thanks for your attention... go to bed. Tomorrow restart.... Angel

My Platoon thumbnail:
Image

With your last modify:

Image

Where kodi take that thumbnail?
If possible I want my thumbnail.
Reply
Hi, it's possible to add more path to a single video node ? or i need to use the classic video instead ? I mean, i have a video node linked with a single path on the main HD if i want to add a path to another HD how can i do that ?
Reply
Make a smartplaylist with the content you want, then point the video node to the playlist.
Learning Linux the hard way !!
Reply
Hi,

https://github.com/XBMC-Addons/resource....bels.white

947 pictures record labels
Reply
what about this Huh
that alredy included....
http://forum.kodi.tv/showthread.php?tid=...pid2318460
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Quick question,

How do i get the DiscArt to auto-load?

Thanks!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
(2016-04-30, 14:11)movie78 Wrote: Quick question,

How do i get the DiscArt to auto-load?

Thanks!
DiscArt ,Auto-load to where ?

Find bug in skin setings for disc...no images (duplicate id number),fix for this will be in next changes.
I'll try to add custom disc for Audio with thumb of artist ,album tracks from that album,record label,logo and audio codec as deffault disc if album dont have disc( dic in list as no.7 in list).Disc can chose from "Disc" in skin setings for discaudio.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2016-04-30, 15:54)Angelinas Wrote:
(2016-04-30, 14:11)movie78 Wrote: Quick question,

How do i get the DiscArt to auto-load? Once i ran the Auto Artwork Downloader some movies get their DiscArt and some movies don't.

Thanks!
DiscArt ,Auto-load to where ?

Find bug in skin setings for disc...no images (duplicate id number),fix for this will be in next changes.
I'll try to add custom disc for Audio with thumb of artist ,album tracks from that album,record label,logo and audio codec as deffault disc if album dont have disc( dic in list as no.7 in list).Disc can chose from "Disc" in skin setings for discaudio.

Good!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
Hi angelinas, a couple of requests.

How can I remove the director thumb in the recent movies widget? I don't mind editing the xml if you point me in the right direction.

And the other thing is, could you add a random album widget for music? MQ6 had it, but I don't see it in this mod

Thanks
Reply
GitHub changes no.20.1

Here is fix for that two missing widget...Music.Album Random & Music.Track Random
For images in home for director....I sugest you to delete that multiimage...When I start to use this script, Google had open source Api and images was direct from imdb.com...now its diferent Api and images are terrible...I will remove this image too from github.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
  • 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 80

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 6 - Moded version for I, J, K, L, ....16