Solved strm files - information dialog
#1
Ticket: https://trac.kodi.tv/ticket/17816#ticket

I've noticed that I can't open the information dialog for strm files. Since it's possible to combine nfos with strm files to have complete metadata displayed, I'm not certain why it is being treated differently. I assume all the right information would be filled if properly scraped.

I think this is the line that's preventing the dialog from opening, but I could be wrong:
https://github.com/xbmc/xbmc/blob/d7aea7...e.cpp#L205

It would be great if it can be adjusted to allow for strm to display the information dialog like any other video content.
Reply
#2
Opened a pull request that resolves the issue: https://github.com/xbmc/xbmc/pull/13675

Turns out it was a bug introduced due to the new videodb paths.
Reply

Logout Mark Read Team Forum Stats Members Help
strm files - information dialog0