Age | Commit message (Collapse) | Author |
|
closes #11597
|
|
location" dialog
|
|
|
|
|
|
Add English and German articles to add ability to sort without them
|
|
|
|
|
|
|
|
|
|
|
|
Turkish translations.
|
|
|
|
https://github.com/xbmc/xbmc/commit/282f5a5b809ab387129fea1d1f9179db13257d09
|
|
or jsonrpc tcp server fails
|
|
|
|
|
|
|
|
|
|
|
|
Currently we don't check whether dependencies are met when installing addons.
The commits here add support for this as follows:
1. We change repository updates to occur all at once, prior to addons being installed. This ensures that the repositories are always up to date so we don't have issues with repoA being up to date, while addons in repoA depend on repoB which is not up to date.
2. On repo update, we check dependencies and if not found (or not installable) we mark the addon as broken, rendering it uninstallable.
3. In addition, we check dependencies on install (which handles install from zip for instance) and fail the install for an addon if a dependency can't be installed.
4. Lastly, we ensure that CAddonDatabase::GetAddon() returns the latest version of the addon, so that we only ever attempt to install the latest in the case of more than one version being present in repositories.
|
|
|
|
|
|
|
|
|
|
|
|
placing it in the library hierarchy instead. Files mode now also fetches information from the database for each item, if available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing
changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
|
|
|
|
|
|
|
|
|
|
Conflicts:
.gitignore
|
|
|
|
|
|
|
|
|
|
added: support for Last.FM's Mix Radio
|
|
|