As a representative for the other addons I would like to know, where the problem is, that after changes in the Kodi core the necessary PR's are not immediately committed. It can't be that difficult, can it?
Every time it's the same circus with these confounded binary addons!
/home/xbian/xbian-package-xbmc/build/rpi4-matrix/working/cmake/addons/build/pvr.vbox/src/VBoxInstance.cpp: In member function 'virtual PVR_ERROR CVBoxInstance::GetStreamTim
/home/xbian/xbian-package-xbmc/build/rpi4-matrix/working/cmake/addons/build/pvr.vbox/src/VBoxInstance.cpp:805:83: error: 'DVD_TIME_BASE' was not declared in this scope
: (m_timeshiftBuffer->GetEndTime() - m_timeshiftBuffer->GetStartTime()) * DVD_TIME_BASE);
^~~~~~~~~~~~~
/home/xbian/xbian-package-xbmc/build/rpi4-matrix/working/cmake/addons/build/pvr.vbox/src/VBoxInstance.cpp:805:83: note: suggested alternative: 'LC_TIME_MASK'
: (m_timeshiftBuffer->GetEndTime() - m_timeshiftBuffer->GetStartTime()) * DVD_TIME_BASE);
^~~~~~~~~~~~~
LC_TIME_MASK
/home/xbian/xbian-package-xbmc/build/rpi4-matrix/working/cmake/addons/build/pvr.vbox/src/VBoxInstance.cpp:814:82: error: 'DVD_TIME_BASE' was not declared in this scope
times.SetPTSEnd(static_cast<int64_t>(m_recordingReader->CurrentDuration()) * DVD_TIME_BASE);
^~~~~~~~~~~~~
/home/xbian/xbian-package-xbmc/build/rpi4-matrix/working/cmake/addons/build/pvr.vbox/src/VBoxInstance.cpp:814:82: note: suggested alternative: 'LC_TIME_MASK'
times.SetPTSEnd(static_cast<int64_t>(m_recordingReader->CurrentDuration()) * DVD_TIME_BASE);
^~~~~~~~~~~~~
No need to create an issue as you already commented on the PR. If you want to run the latest master version of kodi all the time you should be prepared for this occasional 24 hour delay when we are not in beta yet.
As a representative for the other addons I would like to know, where the problem is, that after changes in the Kodi core the necessary PR's are not immediately committed. It can't be that difficult, can it? Every time it's the same circus with these confounded binary addons!