Solved Display name of inserted disc
#1
Currently Kodi only shows label DVD for inserted DVD or Blu-ray disc. It would be nice to see actual name of the disc.

Image

I found this old thread of exactly same problem https://forum.kodi.tv/showthread.php?tid=145396

Estuary uses System.DVDLabel https://github.com/xbmc/xbmc/blob/d0db84...e.xml#L808
Reply
#2
Yeah wiki and documentation for System.DVDLabel seems to be wrong, according to the code it can only have the values DVD and CD:

Unless provided in the argument, of this method, but even in that case it can only have labels 502, 503, 504 which is Open / Busy / Empty. Odd stuff if you ask me Smile
At least the documentation should be fixed. The feature request is another story, I may have a look into it.
Reply
#3
Actually this was a bug, the behavior on windows was different and returned the drive label. I've fixed this in https://github.com/xbmc/xbmc/pull/21106.
Reply
#4
Thanks for fixing this issue Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Display name of inserted disc0