aboutsummaryrefslogtreecommitdiff
path: root/system/settings
AgeCommit message (Collapse)Author
2018-04-29Merge pull request #13812 from DaveTBlake/PreferScrapedAlbumArtDave Blake
[Music]Optionally prefer scraped album covers to embedded images
2018-04-27Add option to prefer scraped album covers over images embedded in a music fileDaveTBlake
2018-04-25Sync system/settings/freebsd.xml with linux.xmlTobias Kortkamp
DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/freebsd.xml FATAL: Unable to load freebsd-specific settings definitions Also fixes a crash when libva-intel-driver is installed Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org>
2018-04-18handle limit color setting per platformWolfgang Haupt
Remove the limited color setting from the generic settings.xml and add it to the platforms that support limited range. Create missing platform xml's for x11 and wayland.
2018-04-18GLES: allow using limited color rangeLukas Rusak
2018-04-07Merge pull request #13737 from FernetMenta/leftoverRainer Hochecker
AE: drop dsp leftovers
2018-04-06Component logging disabled on fresh install / Video component not preselectedpeak3d
2018-04-05drop more dsp leftoversRechi
2018-03-24VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵Rainer Hochecker
available
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-02Peripherals: Remove joystick emulationGarrett Brown
Joystick emulation was used to allow keyboard control of games. Keyboard control will return, but emulation will take place in the games code instead of peripherals.
2018-01-17Merge pull request #13358 from DaveTBlake/WinMilkdropFixDave Blake
[Fix]Visualisation none as default for all platforms
2018-01-14Make the default visualisation none for all platforms, consistent with any ↵DaveTBlake
installed viz addons being initially disabled .
2018-01-10fixed: use visible, not hiddennotspiff
2018-01-06smbclient changes for smb minprotocol and legacysecuritychewitt
2018-01-05[webserver] only show SSL setting if supportedwsnipex
2018-01-05[webserver] add SSL settingwsnipex
2018-01-02changed: added setting for use of video tagsnotspiff
default to false
2017-12-23[PVR] Make shared channel selection optional.Kai Sommerfeld
2017-12-22[cleanup] remove HAS_JSONRPC ifdefLukas Rusak
2017-12-22[cleanup] remove HAS_EVENT_SERVER ifdefLukas Rusak
2017-12-13fixed: add missing audiooutput.dspaddonsenabled entry in settings.xmlArne Morten Kvarving
2017-12-10airplay: disable video/pictures support by defaultchewitt
2017-11-13[win10] added basic xaudio2 supportAnton Fedchin
2017-11-03Merge pull request #12990 from lrusak/imx-removalLukas Rusak
[linux] remove imx platform
2017-11-02[windows] spit desktop and universal platforms related settings.Anton Fedchin
now windows.xml is setting for all windows platforms win32.xml is settings for desktop platform win10.xml is settings for universal platform.
2017-11-01[linux] remove imx platformLukas Rusak
2017-10-30Fix issues that cause wrong artist and album art and nfo files to be used:DaveTBlake
- Fix export to XML writing data for more than one artist into NFO file. - Check that an artist or album path is found before exporting that item to an NFO file. Check GetArtistPath is successful, and clear path and log when fails, before attempting to process NFO file for artist. - Fix import to handle artists with same name by checking for match using mbid first. - Update art table when merging artist after import or scraping NFO files. This processes <art> tag, previously saved by export but never imported or merged, so art had to be re-selected manually. Note artist thumbURL (strImage) and fanart (strFanart) is that available remotely (from Fanart.tv or TADB), not the images selected. Skins will also be able to display this artwork using ListItem.Art() - When getting local album artist art during initial scan to library: only look in the folder immediately above the album folder (when it contains only 1 album), and only for the first album artist if the album is a collaboration. Avoid repeatedly processing the same artist by maintaining a set. - Check when getting album path that it is unique for that album and does not contain songs fro other albums. Implement new artist info folder: - Overcomes the previous restrictions on local artist art and nfo files. Adds local support for album artists that are on collaboration albums (more than one album artist), artists with music on multiple sources, song artists (no albums) and other artists involved in the music in some way e.g. composer, producer etc. - Provides a single location that can be used by addons for other artist artwork, extra fanart etc. - Artist folder names Normalise album and artist folder names to remove reserved characters Add routines to get folder name allowing for complex duplicates Improve music library export facility: - Replace series of yes/no responses with a dialog box and store previous values (using CServiceBroker) for use next time. - Single file output has unique (timestamped) file name. - Separate file (nfo) output can be to a selected location. - Support export of info and art for *all* artists in library, (not just scraped album artists with a unique folder containing all music below it) - Add options for a) what items exported, b) exporting items that have not been scraped, c) to export just artwork. Complimenting the increase in data that could be exported. - Add music lib job queue and export as an asynchronous job, optionally showing progress dialog (UI kept on main thread). Export hanging no longer locks UI. - Add new LibraryBuiltin method for music export with extended parameters, leaving original for backwards compatibility (for now?). Change JSON to use new method for both music and video. Add music source - minor changes to UI: - On adding a new music source to the library, before scanning prompt optionally enter Artist Info Folder setting. Locate folder directly, not go to settings, as in middle of adding source. - When scan is initiated from file view context menu the option to do full rescan of tags (allowing changed system settings and tag processing to be applied regardless of files themselves being unchanged) is offered. Unnecessary when adding a new music source to the library, or from normal "Update Library" facility. This replaces the <promptfulltagscan> advanced setting added in PR11557.
2017-10-28[PVR] Feature: Introduce priority for pvr clients. Currently used to enable ↵Kai Sommerfeld
and customize ordering channels client by client if multiple clients are enabled.
2017-10-28[PVR] Improvement for multiple enabled PVR clients: Show setting 'Use ↵Kai Sommerfeld
backend channel numbers' only, if exactly one PVR client is enabled (because the feature cannot work reliably with multiple backends).
2017-09-19[cleanup][osx] remove Is(Lion|SnowLeopard) check functionsRechi
minimum required OS X version is already higher (10.8 - Mountain Lion)
2017-09-18[cleanup] exchange HAS_GLX for HAVE_X11Lukas Rusak
2017-09-14[PVR] Cleanup: Remove obsolete and unused setting pvrplayback.scantime.Kai Sommerfeld
2017-09-09Settings: Make 352.8 khz and 384 khz available for SPDIFfritsch
2017-08-29[PVR][settings] Make epg.lingertime an official setting, remove the ↵Kai Sommerfeld
respective advanced setting.
2017-08-16Allow monitor selection on WaylandPhilipp Kerling
2017-08-11[PVR][settings] Remove unused setting pvrmenu.closechannelosdonswitch. This ↵Kai Sommerfeld
was never implemented and it makes no sense to implement 'keep info display open forever on channel switch'. This would just be annoying.
2017-08-03Merge pull request #12110 from chewitt/smbclient_leiaMartijn Kaijser
smbclient: cleanup smbclient configuration
2017-07-24[settings] introduce new setting 'Startup action' and add 'Play TV/Radio'xhaggi
2017-07-24[settings] rename category interface > other to startupxhaggi
2017-07-24[settings] move RSS feed settings to skin categoryxhaggi
2017-07-22smbclient: cleanup smbclient configurationchewitt
2017-07-17[settings] enable dithering settings for windows.Anton Fedchin
2017-07-17[Settings] Enable 3dlut settings for windows.Anton Fedchin
2017-06-29CHG: Allow to (really) disable upnp altogetherChris Koying Browet
2017-06-27Use new COSScreenSaverManager in ApplicationPhilipp Kerling
This changes the rules and functionality of the OS screen saver inhibition to be more in line in with how modern desktop environments work. Constant resetting of the screen saver is not necessary usually. If it is, the platform-specific backend will have to implement it. On desktop machines (that have an OS screen saver), the default should be to use that. If the user then chooses to activate the Kodi screen saver, this should completely override the OS screen saver as far as permitted by the desktop environment. During video playback etc., the OS screen saver must always be inhibited regardless of whether the Kodi screen saver is enabled. In embedded environments (that do not have an OS screen saver), the default should be to use the Kodi screen saver.
2017-06-19change addon type name xbmc.audioencoder to kodi.audioencoderAlwin Esch
2017-06-19[settings] change audiocds.encoder to audioencoder.xbmc.builtin.aacAlwin Esch
audioencoder.xbmc.builtin.wav is no more present in Kodi (only as external addon)
2017-06-01[settings] add versioning supportmontellese
2017-05-29[settings] remove openmax settingsLukas Rusak