Age | Commit message (Collapse) | Author |
|
[Music]Optionally prefer scraped album covers to embedded images
|
|
|
|
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>
|
|
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.
|
|
|
|
AE: drop dsp leftovers
|
|
|
|
|
|
available
|
|
|
|
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.
|
|
[Fix]Visualisation none as default for all platforms
|
|
installed viz addons being initially disabled .
|
|
|
|
|
|
|
|
|
|
default to false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[linux] remove imx platform
|
|
now windows.xml is setting for all windows platforms
win32.xml is settings for desktop platform
win10.xml is settings for universal platform.
|
|
|
|
- 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.
|
|
and customize ordering channels client by client if multiple clients are enabled.
|
|
backend channel numbers' only, if exactly one PVR client is enabled (because the feature cannot work reliably with multiple backends).
|
|
minimum required OS X version is already higher (10.8 - Mountain Lion)
|
|
|
|
|
|
|
|
respective advanced setting.
|
|
|
|
was never implemented and it makes no sense to implement 'keep info display open forever on channel switch'. This would just be annoying.
|
|
smbclient: cleanup smbclient configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
audioencoder.xbmc.builtin.wav is no more present in Kodi (only as external
addon)
|
|
|
|
|