Age | Commit message (Collapse) | Author |
|
[cec] Add settings for configuring button repeats
|
|
|
|
|
|
|
|
|
|
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 .
|
|
|
|
|
|
|
|
|
|
changed: added setting for use of video tags
|
|
default to false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added: action to toggle between monospaced and variable spaced font in text viewer dialog
|
|
|
|
viewer dialog
|
|
|
|
Fix Back button in Android TV Remote Control app
|
|
This makes the B button mirror the behavior of the Backspace key.
|
|
Previously, pressing B would immediately stop the video.
After changing this to match the Backspace key behavior, pressing B will
toggle fullscreen and holding B will stop.
|
|
Fix image panning using a joystick
|
|
|
|
RetroPlayer: Fix keyboard input
|
|
[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.
|
|
[PVR] Fixes/Improvements for multiple enable PVR client addons
|
|
and customize ordering channels client by client if multiple clients are enabled.
|
|
FIX: [voicerecog] add alternative keys
|
|
backend channel numbers' only, if exactly one PVR client is enabled (because the feature cannot work reliably with multiple backends).
|
|
Corrected typos and removed some redundant assignments
|