plugin.program.autowidget icon indicating copy to clipboard operation
plugin.program.autowidget copied to clipboard

Fix ListItem HH:SS duration.

Open rysson opened this issue 2 years ago • 3 comments

Some addons sets a duration as [HH:]MM:SS but the Kodi requests an integer in ListItem.setInfo("duration": seconds).

The fix converts [HH:]MM:SS format to the seconds number.

rysson avatar Jan 21 '23 13:01 rysson

@drinfernoo, wait a moment, I need make more tests.

rysson avatar Jan 21 '23 13:01 rysson

OK, it seems to work.

rysson avatar Jan 21 '23 14:01 rysson

You may want to pull request here: https://github.com/Goldenfreddy0703/plugin.program.autowidget

rahaaatul avatar Sep 04 '24 06:09 rahaaatul