Age | Commit message (Collapse) | Author |
|
|
|
credit giftie
|
|
Add the option the eject the CD after ripping is down(full disc only)
|
|
|
|
modified: language/English/strings.xml
modified: xbmc/cdrip/CDDARipper.cpp
modified: xbmc/settings/GUISettings.cpp
Changed string
modified: language/English/strings.xml
set default to on
modified: xbmc/settings/GUISettings.cpp
|
|
source' message. bugzid: 439
|
|
button is pressed
|
|
the config in libCEC.
|
|
'do_not_use_custom_keymap', and hide the setting when the keymap is not configurable
|
|
connected, to be able to determine the correct physical address. this is needed for people who have connected XBMC to something else than the TV
|
|
|
|
|
|
|
|
change setting string to be more reflective of what it does
|
|
|
|
Before, metadata was assigned regardless of any settings, but items were stacked down and renamed based on whether stacking was available and enabled. This precluded tvshows (in particular, folder-based episodes) from being stacked down, and also meant that the UI-setting "Use metadata for files" was both inaccurately named, and also only applicable if stacking was also enabled.
Now, we split off the two controversial changes so they can be controlled separately:
1. The stacking of folders to library based items is purely dependent on whether stacking is enabled, with the tvshow content check removed.
2. The replacing of labels with the library label is purely dependent on the setting "Replace filenames with library titles" which replaces the incorrectly titlted "Use metadata for files".
This should (hopefully) keep a larger proportion of people happy.
|
|
to supplant the videolibrary.flattenmoviesets advancedsetting, now that sets are scraped from tmdb by default
|
|
|
|
|
|
|
|
|
|
|
|
ronie)
|
|
|
|
- pose as a recording device instead of a playback device on the cec bus, so the tuner related buttons on the tv's remote work too.
- removed the option to mark xbmc as inactive view when stopping, but always send the command instead, as is required by the cec spec.
- corrections in repeated keypress handling. display a message when the CEC adapter is connecting and when it is connected and to which devices.
|
|
|
|
specifies 13 chars max.
|
|
settings.
|
|
|
|
|
|
support was not compiled in and log it
|
|
|
|
|
|
"Enable mouse" vs "Enable mouse and Touch Screen support"
|
|
|
|
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
|
|
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals.
It works as follows:
- CPeripherals contains one or more CPeripheralBus instances.
- CPeripheralBus contains the device scanning implementations for the different platforms we support.
- The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral.
- The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC.
- in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx"
- the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals.
- an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting.
TODO:
- keep separate configs when the same device is found more than once
- general review of this code.
|
|
It uses very little CPU and is a good choice for atv.
Also made the yadif half-rate option available for GLES devices.
|
|
Airplay password protection - we will clean up the gui settings on a different pr.
|
|
|
|
script.rss.editor is missing then prompt to download before continuing, instead of just showing as disabled and expecting user to know they must install rss addon
|
|
|
|
High Quality Spline36 upscaler. A bit softer than Lanczos3 and less ringing.
|
|
currently only used as friendly name by UPnP in order to identify the XBMC instance
|
|
|
|
|
|
|
|
one image
|
|
|
|
|