help for picking up the right box

Hello every one, Long time user of kodi i'm looking for a box to replace my dune bdprime 3.0. I'm tired of using yadis to keep my interface in sync with my database. The dune is plugged in the living room on my main tv and i want to replace it. I hav...

3D and other flags

hi again @jingai

Very much loving the work going in to the new skin, been very impressed with how smooth it is and the extra functions you are building in. I have been pondering on a couple of bits and wondering if I could make a couple cheeky requests for your consideration.

Atmos / DTS-X codec flag

Within the skin there are various area where codec flags are displayed.. would it be possible to add a simple filnename variable along the lines of .atmos. and .dtsx to allow for those codecs flags to be displayed. Kodi doesn't recongnise them natively as they are simple TrueHD or DTS-HD tracks with additional meta data.

I have used this in the past...

<variable name="MediaFlag_AudioCodec">
<value condition="IsEmpty(ListItem.AudioCodec)">$INFO[VideoPlayer.AudioCodec,flags/AudioCodec/,.png]</value>
<value condition="SubString(ListItem.Filenameandpath,.atmos.)">flags/audiocodec/atmos.png</value>
<value condition="SubString(ListItem.Filenameandpath,.dtsx.)">flags/audiocodec/dtsx.png</value>
<value>$INFO[ListItem.AudioCodec,flags/AudioCodec/,.png]</value>
</variable>

Then added .atmos or .dtsx to the filepath in the same way you would 3D etc.

Along the same would be the 3D flag.. am struggling myself with this one and am wondering if its just a simple case of renaming all my files... and adding 3D at the end.. am not a big fan of asking for something to be added for the sake of it! The only way I could think of is to use a resolution variable and add a additional flag.

Animated wallpaper

Hi @jingai am not sure the best way to get this to you... but... these are the changes required for animated wallpaper support. I have tested this on Kodi 17 Beta 1 and skin build Metropolis 3.4.0rc2. I have only added it to the List Viewtype as am not sure it fits any where else... will leave that to your decision.

Skinsettins.xml

Added at line 699 to script/extras

<control type="image" id="741">
<include>Settings_Line</include>
</control>
<control type="radiobutton" id="742">
<include>SettingsLabel</include>
<label>Animated Posters</label>
<onclick>Skin.ToggleSetting(AnimatedPosters)</onclick>
<selected>Skin.HasSetting(AnimatedPosters)</selected>
</control>
<control type="radiobutton" id="743">
<include>SettingsLabel</include>
<label>Animated Fanart</label>
<onclick>Skin.ToggleSetting(AnimatedFanart)</onclick>
<selected>Skin.HasSetting(AnimatedFanart)</selected>
</control>



Added at line 495 to Viewtype_list.xml

<control type="image">
<posx>17</posx>
<posy>15</posy>
<width>298</width>
<height>428</height>
<texture background="true">$INFO[Window(Home).Property(SkinHelper.AnimatedPoster)]</texture>
<fadetime>100</fadetime>
<texture background="true" fallback="DefaultThumb.png">$VAR[PosterThumb]</texture>
<aspectratio scalediffuse="false">stretch</aspectratio>
<visible>!IsEmpty(ListItem.Title)</visible>
</control>

Added at line 5 to home.xml

<onload>Skin.SetBool(SkinHelper.EnableAnimatedPosters)</onload>

Fire Stick with Kodi.

Can any one advise. I currently have one fire stick connected to our bed room TV. How ever, the person that rents the spare room has asked the following: Can more than 1 fire stick be connected to the wifi IP address? Can he use it plugged directly...

Real full screen issue?

Hello, I was doing some debug log for another issue and I saw something strange: if I uncheck "use full screen window", one of my CPU core (not all but just one and not always the same) usage goes to 80-100% as soon as I move my mouse fast or play a v...

Where to clean up memory in Addons?

Hello, I want to write an Addon which interacts with a C library. To do this, I am using ctypes which seems to be the easiest way to do this. Some memory is just kept as global variables in my C part and never exported to Python as it is not needed o...

SOME QUESTIONS

Hello, I have recently set up my kodi box and have a couple of questions... When i search for a film i.e (the new independance day) it loads and the quality is great however it has hardcoded japaneese subs, I know that you cannot get rid of these but...

Button 4 doesn’t work

Hi, got a Kodi installation on Win 10 AU with a Flirc adapter and Logitech Harmony. Everything runs smooth, except the "4" button in PVR mode. Had a look in Keymap Editor but can't find a clue. Each time I press 4, it does a "step backward" event... ...

Shows and Movies not working

I just turned on my device which is connected to my TV and the Shows and Movies are no longer showing.. Can someone please tell me why or if there is something I can do?

Stuttering 4k playback – Intel NUC Ubuntu

After going through some other problems with my new installation of Kodi on top of Ubuntu 16.04 LTS on my Intel NUC 5PPYH I'm in the meanwhile almost happy with the setup. Although not a priority obviously I cannot seem to get 4K playback to work smoot...

grouplist background

Hello, I'm making a slideshow with a text description at the bottom. I'm using a grouplist control to keep the description text at the bottom of the screen. I'm having problems with the background image. I got it to the point where it will follow the...

Linux KODI TV box

Hi - don't know that I am in the right place as this forum seems to be for people who know what they are doing - I don't however. I recently purchased a called The Megasmart TV Box which runs on Linus \9\'\js \linus API Network portal portocol) and h...

IMAGES INSTEAD OF TEXT IN SUBMENU BUTTONS?

Is it possible to have images rather than text on submenu buttons? The images id like to have are rectangle (300 x 80 pixels) Don't want to change how they work/what they do, just want to have images rather than text thanks for reading and any help...

xbmcgui.Dialog().browse

Is there a way to make xbmcgui.Dialog().browse display all network locations? Right now, it only displays local directories, but I want to display everything, like you would normally see when launching the file browser window (which includes smb/nfs lo...