Auto refresh rate issue in GPU RGB full mode.

Hi,

I trying to find the best combination of settings for my system, regarding the RGB full / limit settings. I got an issue with my GPU with RGB full settings and automatic refresh rate change.

I´ve been using this article to study:
video_levels_and_color_space (wiki)

According to above page, best solution for watching video material is to have: full (Kodi), full (GPU), full (TV) OR limited (Kodi) , full (GPU), limited (TV). I´m targeting to have system with full, full, full settings. Or the other one is ok also, but GPU should be in RGB full mode.

I´m not very good with Linux, but I was able to change GPU colour space mode through Putty. I used command:
xrandr --output HDMI2 --set "Broadcast RGB" "Full"

I added the line into autostartup.sh script and placed in into /storage/.config/. So after reboot GPU is in "RGB full" mode. I used xrandr --prop to see the present settings.

But when playing video on Kodi, the automatic refresh rate change is not working.

Seems that I´m missing out something here... is there a linux guru here, who could point me into right direction?

The default mode in GPU is "Broadcast RGB" "Video 16:235 pass-through". In this mode the automatic refresh rate change is working.

My system:
HTPC: Intel NUC Kit DCCP847DYE
Software: Libreelec 8.0
AVR: Marantz NR1506
TV: Samsung UE55H6675STXXE (supports full and limited)

HDMI route: HTPC (HDMI2) -> AVR -> TV

-Thanks for help

Watched, un-favorited, now it disappeared

I'm super new to this and ran into a problem. I watched a movie that I had saved to favorites. Once I was done I remover it. Now I can't find it at all anywhere and want to watch it again. Did I do something wrong and how can I fix it? Note: I searched...

Estuary MOD – Recording status indicator

Small, simple but very effective and efficient modification.

The principle - icon of clock in the top bar indicates recording status.

The icon shows three possible states:

1. no current or future scheduled recording - no clock icon
[Image: 2MzBEGQ.png]

2. no current recording and one future scheduled recording at least - clock icon in skin theme basic color
[Image: ImQrtv7.png]

3. currently ongoing one recording at least - clock icon is red
[Image: Zgyx0Sw.png]

Skin file Includes.xml, code and number of the lines is applicable for Estuary MOD 1.7.9

Original file (Notepad++ editor sreenshot)
[Image: 2gaJeHE.png]

Original part of the code, start at line 2372:
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="$VAR[SkinColorVar]">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar)</visible>
</control>

Modified file (Notepad++ editor sreenshot)
[Image: 995SwYf.png]

Modified (new) part of the code, start at line 2372:
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="red">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden + </animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar) + PVR.IsRecordingTV</visible>
</control>
<control type="image">
<right>25</right>
<top>20</top>
<height>40</height>
<width>40</width>
<texture colordiffuse="$VAR[SkinColorVar]">frame/clock.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden + </animation>
<aspectratio>keep</aspectratio>
<visible>!Window.IsActive(volumebar) + !PVR.IsRecordingTV + PVR.HasNonRecordingTVTimer</visible>
</control>

Enjoy it.

JiRo

Naming for M*A*S*H* TV Series

Hello, This the first time I have asked a question here. This is what I need some help with. Naming for M*A*S*H* TV series. I Named the Folder - MASH (1972) I named the sub folder MASH Season 1 (1972) I named the episode folder MASH 1x01 The same na...

Missing List View…

Hello, small issue I'm having with Arctic Zephyr. When I go to my movies library I get an option for the view called List. I used to have that view for my TV library as well, however, I made a change, but can't get back to the List view...I get Big L...

Live stream buffering issue

Whenever I try too live stream sports or t.v my streams constantly buffer this happens with all apps. Do I need too upgrade my internet (currently running the lowest speed n.b.n) or do I need to upgrade my android box (Mcq pro). Anyone else have simila...

Aeon nox from 16.1 to 17

I use Aeon nox skin in kodi 16.1. When I update to kodi 17. I get a blank screen and stuck there. Is this because the Aeon nox skin? Can someone give me an idea how to fix this. If I use the regular kodi skin it works fine Can my bring my setups in aeo...

Krypton Titan Skin assistance

Hi all I am using libreelec custom Krypton 17.1 and I downloaded Titan skin from the default kodi repository. The skin works flawlessly and I love it great work @marcelveldt The only issue I have is as follows: I created a few widgets created a widge...

OSMC announced new Vero4k, opinions?

Quote:Quad Core 1.6Ghz 64-bit processor 2GB DDR3 RAM and 16GB eMMC storage [1] Built in 802.11 ac/b/g/n WiFi with Bluetooth 4.0 IR and RF receiver 2x USB 2.0 ports micro SD card slot 3.5mm analogue audio output Optical (SPDIF) audio output HDMI 2.0 wit...

Get more addons

I think I've almost got Titan to where I want it with Krypton. But I just noticed that there is no way to get more addons. I have to switch to a different skin to download or browse for new addons. I HAVE to be missing something. Does anyone know how t...

.nomeda, exclude from scan, all ignored.

This seems like a very odd issue to me.
I have kodi 17, brand new install on ubuntu 16.04.04. Brand new install of both.

For some reason, Kodi.. is not respecting .nomedia files at all. My normal pattern is to create a folder named DONOTSCAN and in those directories I put different versions of a file. For instance I might want a 1080 version picked up by the library, but keep an older 480 version because I like the translation better -- I just only want to show one version in the library/

I have an itty bitty shell script that then adds a .nomedia file to that dir and any subdirectories under it.
Do not scan creator script

So here is a listing of a folder
drwxrwxrwx 1 nobody users 4096 Feb 23 08:12 .
drwxrwxrwx 1 nobody users 25 Feb 23 08:11 ..
-rw-rw-rw- 1 nobody users 0 Feb 23 08:12 .nomedia
-rw-rw-rw- 1 nobody users 237854720 Aug 11 2006 Turn A Gundam - 1x01 - Howling to the Moon..avi
-rw-rw-rw- 1 nobody users 237873152 Aug 11 2006 Turn A Gundam - 1x02 - The Coming Of Age Ceremony.avi
-rw-rw-rw- 1 nobody users 236761088 Aug 11 2006 Turn A Gundam - 1x03 - After The Ceremony.avi

To kodi, that path is : smb://TOWER/UNRAID/Anime/TV Shows/Gundam Collection/Correct Century/Turn A Gundam/DONOTSCAN/Turn A Gundam - 1x01 - Howling to the Moon..avi

However, it does not obey the ".nomedia file"
kodi.log

It clearly shows it do this..
19:21:17.879 T:139737649142144 DEBUG: VideoInfoScanner: Found episode match smb://TOWER/UNRAID/Anime/TV Shows/Gundam Collection/Correct Century/Turn A Gundam/DONOTSCAN/Turn A Gundam - 1x01 - Howling to the Moon..avi (s1e1) [[\\/\._ \[\(-]([0-9]+)x([0-9]+(?Sad?:[a
-i]|\.[1-9])(?![0-9]))?)([^\\/]*)$]

In the past.. I would get a message in the log that it found a .nomedia file so it was skipping this directory.

Oddly to me.. if I set the folder to none, tell it to delete the items... then open the context menu and set the folder to "Exclude from updates" the items come back if I scan. So it doesn't seem to be obeying _any iota_ of the code in itself to ... skip this directory.

I have even created the advancedsettings.xml and inserted this into it, and tested it.. absolutely nothing.

<video>
<excludetvshowsfromscan>
<regexp>[!-._ \\/]DONOTSCAN[-._ \\/]</regexp>
<regexp>[!-._ \\/]sample[-._ \\/]</regexp>
</excludetvshowsfromscan>
<excludefromscan>
<regexp>-trailer</regexp>
<regexp>[!-._ \\/]DONOTSCAN[-._ \\/]</regexp>
<regexp>[!-._ \\/]sample[-._ \\/]</regexp>
</excludefromscan>
</video>

The folders in question have 50 items in there that should scan in, with 50 in the DONOTSCAN areas that should be ignored. Yet upon scan completion I have all 100 items.

I'm kinda baffled.
Any guesses on what I can do here?

Thanks,
-kanth

[MOD] Aeon Nox Glass

this startet with a small graphic change and now I trie to make a MOD for AEON. Only visible changes and small tweaks. This is a crappy Video of my first steps. Thank You