Jump to content

MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)


Cheesegeezer

Recommended Posts

Cheesegeezer
6 minutes ago, neik said:

Just tested the latest version but unfortunately the naming of video tracks still seems to be an issue.

 

7 minutes ago, FrostByte said:

It's still not updating the video portion of lots of new stuff I add even though the log says it is updating.  For instance, the 3rd episode of Obi-Wan.  Even though the first 2 episodes update with no problem.  There are several episodes and movies which won't update, but it's always the same ones.

obi2.txt 5.16 MB · 0 downloads

"@type": "Video",
"StreamOrder": "0",
"ID": "1",
"UniqueID": "9662855407556330958",
"Format": "HEVC",
"Format_Profile": "Main 10",
"Format_Level": "5",
"Format_Tier": "High",
"HDR_Format": "SMPTE ST 2086",
"HDR_Format_Compatibility": "HDR10",
"CodecID": "V_MPEGH/ISO/HEVC",
"Duration": "2674.709000000",
"BitRate": "15359976",
"Width": "3840",
"Height": "2160",
"Sampled_Width": "3840",
"Sampled_Height": "2160",
"PixelAspectRatio": "1.000",
"DisplayAspectRatio": "1.778",
"FrameRate_Mode": "CFR",
"FrameRate": "24.000",
"FrameCount": "64193",
"ColorSpace": "YUV",
"ChromaSubsampling": "4:2:0",
"BitDepth": "10",
"Delay": "0.000",
"StreamSize": "5135433505",
"Default": "Yes",
"Forced": "No",
"colour_description_present": "Yes",
"colour_description_present_Source": "Stream",
"colour_range": "Limited",
"colour_range_Source": "Stream",
"colour_primaries": "BT.2020",
"colour_primaries_Source": "Stream",
"transfer_characteristics": "PQ",
"transfer_characteristics_Source": "Stream",
"matrix_coefficients": "BT.2020 non-constant",
"matrix_coefficients_Source": "Stream",
"MasteringDisplay_ColorPrimaries": "BT.2020",
"MasteringDisplay_ColorPrimaries_Source": "Stream",
"MasteringDisplay_Luminance": "min: 0.0000 cd/m2, max: 1000 cd/m2",
"MasteringDisplay_Luminance_Source": "Stream"

 

Working on this now, me and rich picked it up also.  Trying to reset them doesn't reset them either.

Standby

we are nearly there :D 

  • Like 2
Link to comment
Share on other sites

Cheesegeezer

tracked down the problem....

the issue was the bit inbetween the chair and the laptop.

Just testing the fix now.... be about 10mins

 

  • Like 1
  • Haha 1
Link to comment
Share on other sites

Cheesegeezer

Ok fellas 

Version 0.0.1.6 up on the first post

Good luck.... i really just wanna hear great things now..... (i'm a broken man lol )

Cheers

  • Like 1
  • Haha 1
Link to comment
Share on other sites

rbjtech
10 minutes ago, Cheesegeezer said:

Ok fellas 

Version 0.0.1.6 up on the first post

Good luck.... i really just wanna hear great things now..... (i'm a broken man lol )

Cheers

Looking good ... now... if we can just stop that Frosty fella from making up these weird and wonderful codec combinations .. then we might be onto a winner ... 🤪

  • Like 1
  • Haha 1
Link to comment
Share on other sites

CBers
22 minutes ago, Cheesegeezer said:

the issue was the bit inbetween the chair and the laptop.

An id10t code then 😂
 

  • Haha 1
Link to comment
Share on other sites

FrostByte
30 minutes ago, Cheesegeezer said:

tracked down the problem....

the issue was the bit inbetween the chair and the laptop.

Just testing the fix now.... be about 10mins

 

Hit the "loose nut" between the laptop and chair with one of these a couple times.  Just fix it right up

image.jpeg.c09a974e82fbb53d95d85248b9a709ba.jpeg

  • Haha 3
Link to comment
Share on other sites

FrostByte
26 minutes ago, Cheesegeezer said:

Ok fellas 

Version 0.0.1.6 up on the first post

Good luck.... i really just wanna hear great things now..... (i'm a broken man lol )

Cheers

Winner, winner, chicken dinner!  Everything reset and updated.  Including the 5 or 6 Imax DTS:X movies I manually changed an hour ago :)

  • Like 1
  • Haha 1
  • Thanks 1
Link to comment
Share on other sites

Cheesegeezer
3 minutes ago, FrostByte said:

Everything reset and updated.  Including the 5 or 6 Imax DTS:X movies I manually changed an hour ago :)

My pleasure lol

  • Like 1
Link to comment
Share on other sites

MagicDoubleM

Discovered another idiotic off-resolution that doesn't get catched so far: 3828*1592. 🙄

Link to comment
Share on other sites

rbjtech
5 minutes ago, MagicDoubleM said:

Discovered another idiotic off-resolution that doesn't get catched so far: 3828*1592. 🙄

This should have been captured as the width falls within this range - it should be titled as 4K or UHD ?

if (Convert.ToInt32(typeInfo.Width) >= 1921 && Convert.ToInt32(typeInfo.Width) <= 3840 )
{
resolution = config.ShowAsUHD ? "UHD".Trim() : "4K".Trim();

 

  • Agree 1
Link to comment
Share on other sites

MagicDoubleM
50 minutes ago, rbjtech said:

This should have been captured as the width falls within this range - it should be titled as 4K or UHD ?

if (Convert.ToInt32(typeInfo.Width) >= 1921 && Convert.ToInt32(typeInfo.Width) <= 3840 )
{
resolution = config.ShowAsUHD ? "UHD".Trim() : "4K".Trim();

 

Hmm, yeah, the problem might be different. I noticed that a few of my latest additions only got the audiotrack updated, not video. I'll do some testing with today's build when I'm back home later.

  • Like 1
Link to comment
Share on other sites

Cheesegeezer
31 minutes ago, MagicDoubleM said:

Hmm, yeah, the problem might be different. I noticed that a few of my latest additions only got the audiotrack updated, not video. I'll do some testing with today's build when I'm back home later.

are you using the latest version from the first post.

All these issues have been resolved

you should be running version 0.0.1.6

not 1.0.0.2

Link to comment
Share on other sites

Cheesegeezer

@FrostByte

I'm just testing out this with Rich

 

image.png.c578d06994d265ddee7cc3fc5d5c81b0.png

 

Edited by Cheesegeezer
  • Thanks 1
Link to comment
Share on other sites

Cheesegeezer

@FrostByte

Also you should find this in the logs, I had 7 movies before the exclude no i only have 5

 

image.png.e989db8ba1ce3f9d914b2c31a2cceaec.png

  • Like 1
Link to comment
Share on other sites

FrostByte
3 minutes ago, Cheesegeezer said:

@FrostByte

I'm just testing out this with Rich

image.png.a87843d5797de9ca4c337fe73d55f342.png

Cool.  I went through that Imax enhanced website and noticed not all titles have the issue, but all the titles I have which have the issue are on that list.  So, definitely something they are doing on some titles that is different and isn't being caught by the way the mediainfo developer reverse engineered the track info

Link to comment
Share on other sites

Cheesegeezer

@FrostByte

0.0.2.0 is on first post.

It's pretty bomb proof.  even if you add special characters, letters to the Emby Item Ids it will ignore them, even adding a comma at the end is caught.

We have given it a good test so go for it

lol

You'll need to clear browser cache to get the new option to show

Edited by Cheesegeezer
  • Like 1
Link to comment
Share on other sites

Cheesegeezer

i'm popping out for a couple of hours, but will check back when i return.

Good luck everyone

 

  • Like 1
Link to comment
Share on other sites

FrostByte
2 minutes ago, Cheesegeezer said:

@FrostByte

0.0.2.0 is on first post.

It's pretty bomb proof.  even if you add special characters, letters to the Emby Item Ids it will ignore them, even adding a comma at the end is caught.

We have given it a good test so go for it

lol

You'll need to clear browser cache to get the new option to show

Testing now.  Will this exempt the listed movies from both updating and refreshing?

Link to comment
Share on other sites

Cheesegeezer
1 minute ago, FrostByte said:

Testing now.  Will this exempt the listed movies from both updating and refreshing?

Yes and resetting

 

Edited by Cheesegeezer
  • Like 1
Link to comment
Share on other sites

FrostByte
Just now, Cheesegeezer said:

i'm popping out for a couple of hours, but will check back when i return.

Good luck everyone

 

Okay.  Thanks.  I'll post my findings in a bit

  • Thanks 1
Link to comment
Share on other sites

neik

Cheese, you might wanna remove the versioning in the setup page as it is outdated and probably doesn't provide much information but a bit of effort on your side to keep it updated:

image.png.71d08b41b87cd6b2d3803e1306eefc98.png

Btw., video track naming does seem to work now.

Thank you, Cheese! 🙂

Link to comment
Share on other sites

Cheesegeezer
14 minutes ago, neik said:

Cheese, you might wanna remove the versioning in the setup page as it is outdated and probably doesn't provide much information but a bit of effort on your side to keep it updated:

image.png.71d08b41b87cd6b2d3803e1306eefc98.png

Btw., video track naming does seem to work now.

Thank you, Cheese! 🙂

Feeky Chucker!!

when its released to the plugin store it will be version 1.0.0.0. So you’ll just have to live with it until then!

  • Haha 1
Link to comment
Share on other sites

neik
4 minutes ago, Cheesegeezer said:

when its released to the plugin store it will be version 1.0.0.0. So you’ll just have to live with it until then!

Sure thing!

Not quite sure this is a bug but I have a file which has a strange video track naming:

2022-06-06 18:56:31.544 Debug Media Info: Starting MediaInfo.exe process
2022-06-06 18:56:32.141 Debug Media Info: ************** Reset Embedded Titles = False
2022-06-06 18:56:32.191 Debug Media Info: Ref Item = (...)/4K/movies/Die Legende Von Aang (2010)/Die Legende Von Aang (2010).mkv
2022-06-06 18:56:32.191 Debug Media Info: GENERAL INFO
2022-06-06 18:56:32.191 Debug Media Info: Video Tracks = 1
2022-06-06 18:56:32.191 Debug Media Info: Audio Tracks = 2
2022-06-06 18:56:32.191 Debug Media Info: Subtitle Tracks = 
2022-06-06 18:56:32.191 Debug Media Info: Overall Bitrate = 15845263
2022-06-06 18:56:32.191 Debug Media Info: *********************
2022-06-06 18:56:32.191 Debug Media Info: VIDEO INFO
2022-06-06 18:56:32.191 Debug Media Info: Track Format = HEVC
2022-06-06 18:56:32.191 Debug Media Info: BitRate = 15013158
2022-06-06 18:56:32.191 Debug Media Info: Height =2160
2022-06-06 18:56:32.191 Debug Media Info: Width =3840
2022-06-06 18:56:32.191 Debug Media Info: Aspect Ration =1.778
2022-06-06 18:56:32.191 Debug Media Info: HDR Format =SMPTE ST 2086
2022-06-06 18:56:32.191 Debug Media Info: HDR Format Profile =
2022-06-06 18:56:32.191 Debug Media Info: HDR Compatibility =HDR10
2022-06-06 18:56:32.191 Debug Media Info: *********************
2022-06-06 18:56:32.240 Info Media Info: Video Stream Updated to: 4K 
2022-06-06 18:56:32.240 Info Media Info: Video Track Title Set to 4K 
2022-06-06 18:56:32.240 Debug Media Info: AUDIO INFO
2022-06-06 18:56:32.240 Debug Media Info: Track Format = AC-3
2022-06-06 18:56:32.240 Debug Media Info: No of Channels = 6
2022-06-06 18:56:32.240 Debug Media Info: Track Index = 1
2022-06-06 18:56:32.240 Debug Media Info: Track Additional Features = 
2022-06-06 18:56:32.240 Debug Media Info: *********************
2022-06-06 18:56:32.243 Debug Media Info: ************** Reset Embedded Titles = False
2022-06-06 18:56:32.268 Info Media Info: Audio Stream #1 Updated to: Dolby Digital 5.1
2022-06-06 18:56:32.268 Debug Media Info: AUDIO INFO
2022-06-06 18:56:32.268 Debug Media Info: Track Format = AAC
2022-06-06 18:56:32.268 Debug Media Info: No of Channels = 6
2022-06-06 18:56:32.268 Debug Media Info: Track Index = 2
2022-06-06 18:56:32.268 Debug Media Info: Track Additional Features = LC
2022-06-06 18:56:32.268 Debug Media Info: *********************
2022-06-06 18:56:32.268 Debug Media Info: ************** Reset Embedded Titles = False
2022-06-06 18:56:32.292 Info Media Info: Audio Stream #2 Updated to: AAC LC 5.1
2022-06-06 18:56:32.292 Info Media Info: Item Tags found =  
2022-06-06 18:56:32.292 Info Media Info: PROCESSING OF Die Legende von Aang HAS COMPLETED
2022-06-06 18:56:32.294 Debug Media Info: MediaInfo processing for Die Legende von Aang and took 751 milliseconds

I would have expected a "4K HDR10".
Might also be a damaged file as the thumbnails look all a bit greenish.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...