aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-17Merge pull request #25620 from fuzzard/release_21.121.1-Omegafuzzard
[Omega] Release 21.1
2024-08-17Merge pull request #25628 from fuzzard/bp_25621fuzzard
[cmake][addons] Dont quote variable passed to externalproject_add
2024-08-17Merge pull request #25627 from neo1973/backport_25607fuzzard
[backport] TestConversionMatrix: Add missing `<iomanip>` include
2024-08-17[cmake][addons] Dont quote variable passed to externalproject_addfuzzard
Alwin partially fixed this in https://github.com/xbmc/xbmc/commit/2c1ef3dce244e4918b07f452d1c28a3b3b6d71a3 Reason he probably didnt see this was most of our addons use a sha256 file. game.libretro.mrboom and game.libretro.2048 do not, and therefore fail to build with errors such as: CMake Error at /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake:1127 (message): At least one entry of URL is a path (invalid in a list) Call Stack (most recent call first): /usr/share/cmake-3.30/Modules/ExternalProject.cmake:3035 (_ep_add_download_command) /home/xxx/repos/xbmc/cmake/scripts/common/HandleDepends.cmake:272 (externalproject_add) CMakeLists.txt:455 (add_addon_depends) -- Configuring incomplete, errors occurred!
2024-08-17TestConversionMatrix: Add missing `<iomanip>` includeMarkus Härer
(cherry picked from commit 127e70e5cfbc3e7cd696807c7e4b9ce10f0b9cd7)
2024-08-15Merge pull request #25611 from ksooo/video-fix-play-from-info-dialog-omegaKai Sommerfeld
[Omega][video][windows] Fix videos provided by plugins not played from info …
2024-08-14[video][windows] Fix videos provided by plugins not played from info dialog ↵ksooo
for certain settings combination.
2024-08-13[Omega] Release 21.1fuzzard
2024-08-10Merge pull request #25585 from garbear/backport-rewind-timeGarrett Brown
[Omega] Show "Maximum rewind time" on basic level
2024-08-10Merge pull request #25596 from ksooo/video-change-select-action-choose-omegaKai Sommerfeld
[Omega][video] Change select action choose implementation to open the full context menu of the item…
2024-08-10Merge pull request #25594 from ksooo/pvr-fix-clientid-persist-omegaKai Sommerfeld
[Omega][PVR] Fix major design flaw to use std::hash value as persistent client UID
2024-08-10[video] Change select action choose implementation to open the full context ↵ksooo
menu of the item, not a special short context menu. Brings back old behavior for PVR recordings, adds more flexibility to other video items.
2024-08-10[PVR] CPVRClients::UpdateClients: Add log info for clients to create / destroy.ksooo
2024-08-10[PVR] Fix major design flaw to use std::hash value as persistent client UID.ksooo
2024-08-10[PVR] Backport PVR database schema update 44->45. No functional changes, ↵ksooo
only needed to bring actual changes of schema 46 into Omega in a compatible way).
2024-08-10Merge pull request #25557 from the-black-eagle/omega_fix_artistsortthe-black-eagle
[MUSIC] Fix separators so that artist sortnames split correctly
2024-08-09Merge pull request #25572 from neo1973/backport_25556Markus Härer
[backport] KeyboardTranslator: Fix call to `StringUtils::ToLower`
2024-08-08Merge pull request #25583 from fuzzard/bp_agp8fuzzard
[BP] Bump Android SDK 34 + AGP 8.1
2024-08-07[Settings] Show "Maximum rewind time" on basic levelGarrett Brown
2024-08-07bump Android SDK 34Jose Luis Marti
2024-08-07[docs] JDK 17 required to run AGP 8.0 and SDK 34Jose Luis Marti
2024-08-07bump Android Gradle Plugin to 8.1Jose Luis Marti
2024-08-04KeyboardTranslator: Fix call to `StringUtils::ToLower`Markus Härer
567960ee8e2e changed `strMod` from `std::string` to `const char*` resulting in the call to `StringUtils::ToLower` to not modify `strMod` inplace anymore. (cherry picked from commit 1a1503cc838b40c651f008eedf43cdc2f55be35a)
2024-07-29[MUSIC] Fix separators so that artist sortnames split correctlythe-black-eagle
2024-07-29Merge pull request #25554 from jjd-uk/estuary_fix_watchedicon_omegajjd-uk
[Backport][Estuary] Fix watched icons for episodes & sets
2024-07-28[Estuary] Fix watched icons for episodes & setsjjd-uk
2024-07-27Merge pull request #25550 from ↵Kai Sommerfeld
ksooo/pvr-fix-groupmanager-ungrouped-channels-omega [PVR] Group Manager: Do not show hidden channels in list of ungrouped…
2024-07-27[PVR] Group Manager: Do not show hidden channels in list of ungrouped ↵ksooo
channels, except for the 'All channels' group.
2024-07-26Merge pull request #25451 from enen92/backport_deadlockGarrett Brown
[backport][GUI][X11] Fix deadlock on dialog renderloop
2024-07-23Merge pull request #25511 from thexai/fix-DirectSound-BT-Omegathexai
[Backport][DirectSound] Fix buffer underrun for Bluetooth audio devices
2024-07-22Merge pull request #25455 from CastagnaIT/ass_detect_omegaStefano Gottardo
[backport][DVDFactorySubtitle] Improved ASS format detection
2024-07-22Merge pull request #25477 from CastagnaIT/mimetype_looup_omegaStefano Gottardo
[backport][FileItem] Fix mimetype content lookup regression
2024-07-21[DirectSound] Fix buffer underrun for Bluetooth audio devicesthexai
2024-07-15[Backport] Fix missing subtitle help tips (#25492)Hitcher
* Update strings.po * Update settings.xml
2024-07-14Merge pull request #25462 from CrystalP/bp-fix-versiondeleteCrystalP
[backport][videodb][videoversion] Fix Leaks on Movie / Asset Removal
2024-07-14Merge pull request #25490 from Hitcher/backportsfuzzard
Fix typo in strings.po
2024-07-14Merge pull request #25484 from razzeee/backport-fileendingfuzzard
Don't change fileending to png - Backport
2024-07-14Merge pull request #25489 from ksooo/video-fix-show-info-omegaKai Sommerfeld
[Omega][video] Do not show video info dialog if item has an empty video info tag
2024-07-13Fix typo in strings.poHitcher
Backport: https://github.com/xbmc/xbmc/pull/25352
2024-07-13[filesystem] CVideoDatabaseDirectory::GetDirectory: Do not create empty ↵ksooo
video info tags (which CFileItem::GetVideoInfoTag does if called from non-const methods). Only if the item already has a video info tag, it can have a path which we then set as item's dyn path.
2024-07-13[video] Do not show video info dialog if item has an empty video info tag.ksooo
2024-07-13Don't change fileending to pngKolja Lampe
2024-07-11[FileItem] Fix mimetype content lookupCastagnaIT
2024-07-10Merge pull request #25470 from ksooo/video-fix-bookmarks-db-persistence-omegaKai Sommerfeld
[Omega] [video| Fix bookmarks db persistence
2024-07-10Merge pull request #25469 from ksooo/pvr-fix-reminders-update-omegaKai Sommerfeld
[Omega] [PVR] Fix Reminders update special cases
2024-07-10[FileItem] Fix CFileItem::LoadDetails not to pass item's path to ↵ksooo
CVideoDatabase::Get*Info methods. The path is actually not needed because we always have the media id available here. Even worse, item's path could be a videodb URL which leads to misbehavior once passed to CVideoDatabase::Get*Info methods, including writing wrong entries to video db's 'files' and 'path' tables. The latter causes all kind of weird follow-up issues, like not being able to resume playback from the right position once a bookmark for a movie was created by the user.
2024-07-10[video] GUIDialogVideoBookmarks: Use correct item path to write and read ↵ksooo
bookmarks.
2024-07-10[PVR] Fix CPVRTimers::UpdateEntries: Re-insert timers with changed start ↵ksooo
time before checking whether new children for local timer rules need to be created. The timers with changed start time need to be found during that check. This fixes creation of duplicate timers.
2024-07-10[PVR] Fix CPVRTimers::UpdateEntries: Delete existing epg-based local timers ↵ksooo
if the respective EPG tag was re-used for an unrelated event that no longer matches the related timer rule.
2024-07-10[PVR] Fix CPVRTimers::UpdateEntries: Delete existing epg-based local timers ↵ksooo
if the respective EPG tag does no longer exist.