aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2018-05-16Merge pull request #13848 from DaveTBlake/LocalArtistArtFixDave Blake
[Music]Automatically fetch any art type for artists and albums
2018-05-16Add LOGWINDOWING component log secionpeak3d
2018-05-16Merge pull request #13869 from ronie/esfxDave Blake
[Estuary] MusicInfo - Fix play button & navigation
2018-05-14[lang][skin.estouchy] updated language files from Transifextxtranslation
2018-05-14[lang][skin.estuary] updated language files from Transifextxtranslation
2018-05-14[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2018-05-11[Estuary] MusicInfo - Fix play button & navigationronie
2018-05-05VideoPlayer: add setting for using VAAPI HEVCLukas Rusak
2018-05-05VideoPlayer: add setting for using VAAPI VP9Lukas Rusak
2018-05-05VAAPI: add vp8 supportLukas Rusak
2018-05-04Merge pull request #13274 from lrusak/mode-whitelistLukas Rusak
Mode whitelist
2018-05-02DisplaySettings: whitelisted mode selectionLukas Rusak
2018-05-02Album and artist art selection: find local art for all art types consistently.DaveTBlake
Allow for alternative thumb and fanart file names from advanced settings. Pick up any type of art from local files where image filename case insensitively matches art type.
2018-05-01[pvr] Guide window: add confirmation doalog when user selects a future ↵Kai Sommerfeld
programme in the guide window and default select action is 'smart select'.
2018-04-27Add option to prefer scraped album covers over images embedded in a music fileDaveTBlake
2018-04-23Bump repository add-on to 3.1.0Philipp Kerling
Due to recent change to https URL, bump was forgotten earlier.
2018-04-20Merge pull request #13788 from Guilouz/patch-4ronie
Fix duplicate ID
2018-04-19Merge pull request #13647 from pkerling/addon-sslpkerling
Verify add-on zip authenticity
2018-04-18Fix duplicate IDCyril
Two buttons with '11105' ID.
2018-04-08Fix endless rescraping of single new unfound album from update library.DaveTBlake
Correctly update progress bar title during scanning. Show when just checking for new or changed files compared to when scanning metadata.
2018-04-07Refresh done by job on dialog not back in music windowDaveTBlake
Update context menu use,correct container stuff (never worked!) Clear local images from cache so recent changes to current image seen immediately during selection
2018-04-07Merge pull request #13737 from FernetMenta/leftoverRainer Hochecker
AE: drop dsp leftovers
2018-04-05Merge pull request #13738 from ksooo/estuary-fix-busydialog-animationsKai Sommerfeld
[Estuary] Reintroduce/fix busy dialog animations after #13715.
2018-04-05[Estuary] Reintroduce/fix busy dialog animations after #13715.Kai Sommerfeld
2018-04-05[addons] Validate addons.xml against provided hashPhilipp Kerling
2018-04-05[addons] Switch file hashes to sha256Philipp Kerling
MD5 is known to be insecure for some time now.
2018-04-05[addons] Allow specifying separate URL for add-on artPhilipp Kerling
Needed so we do not overload the mirror redirector with SSL requests (when datadir is set to an HTTPS URL)
2018-04-05[addons] Switch official repository datadir to httpsPhilipp Kerling
2018-04-05drop more dsp leftoversRechi
2018-04-04ADSP: Remove skin conditionsfritsch
2018-04-04drop leftovers from audio dsp removalRainer Hochecker
2018-03-30[estuary] Ensure player cache level progress and busy spinner are not shown ↵Kai Sommerfeld
at the same time (prefer cache level progress), remove animations because switching between progress/busy must be instantly.
2018-03-27Merge pull request #12853 from ronie/12850-skinronie
skin changes needed for PR12850
2018-03-27Merge pull request #12860 from Wolftronics-SBC/masterronie
Updated hungarian.xml frequently used buttons add to keyboard layout
2018-03-15[PVR] PVRGUIInfo: Fixed PVR.EpgEventDuration, ↵Kai Sommerfeld
PVR.EpgEvent(Elapsed|Remaining|Finish)Time to support channel preview.
2018-03-15skin changes need for PR12850ronie
2018-03-13Merge pull request #13642 from ksooo/pvr-guiinfoKai Sommerfeld
[PVR][guiinfo][Estuary] Bunch of PVR guiinfo fixes and improvements
2018-03-12Merge pull request #12857 from phate89/use_our_api_scrapersphate89
Use our api to set info on python scrapers
2018-03-12[PVR][guiinfo] GUIDialogSeekBar: Introduced control 402 for eog event seek ↵Kai Sommerfeld
percentage.
2018-03-12[PVR][guiinfo] New GUI label: PVR.EpgEventSeekTime.Kai Sommerfeld
2018-03-12[PVR][guiinfo] New GUI label: PVR.TimeshiftOffset.Kai Sommerfeld
2018-03-12[lang][skin.estouchy] updated language files from Transifextxtranslation
2018-03-12[lang][skin.estuary] updated language files from Transifextxtranslation
2018-03-12[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2018-03-04Merge pull request #13578 from peak3d/primesettingsMarkus Pfau
[Settings] Allow s/w decode for GBM platform
2018-03-01Merge pull request #13533 from DaveTBlake/JobInfoDialogDave Blake
[Music]Refactor Song Information Dialog
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-24Fetch full song info and art types info, and set user rating as separate ↵DaveTBlake
jobs from UI to avoid locking. Wait for fetched data, cancel possible while waiting should fetch be slow. Job populates the dialog item and art items list, then triggers dialog event to indicate completion. Support selection of any type of art. OnGetArt replaces OnGetThumb, and art type selection in separate class for use by other music info dialog later. Handling fallback art, showing it as the current art when there is no specific song art. Improve how CMusicInfoLoader::LoadAdditionalTagInfo fetches artist and album data as song item properties. Album info button enabled only when album known (library item). Use GUI_MSG_UPDATE_ITEM to efficiently keep GUI item art consistent.
2018-02-24[PVR] Guide window: Reintroduce 'wrap around' when navigating the epg grid.Kai Sommerfeld
2018-02-19Merge pull request #13525 from tamland/subtitle_dialogtamland
Consolidate subtitle dialogs