aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2018-01-04[Estuary][PVR] Add Ep/Season number to PVR channels list infofuzzard
2018-01-04[Estuary][PVR] Season/Ep info in PVRGuidefuzzard
Show season and episode on main Guide screen when available. Move Episode Title to same line with ep/season when available, similar to DialogPVRInfo.xml
2018-01-02changed: added setting for use of video tagsnotspiff
default to false
2018-01-02Merge pull request #13285 from clementperon/ftps-supportRechi
add ftp with implicit SSL support
2018-01-02Merge pull request #13282 from ksooo/pvr-guide-goto-actionsKai Sommerfeld
[PVR] Guide window: Go to date
2018-01-01[Estuary][PVR] PVRInfoPanel: move channel logo to the right, remove default ↵Kai Sommerfeld
logo.
2018-01-01add ftp with implicit SSL supportClément Peron
2018-01-01[PVR] Guide window: Add 'Go to date' context menu item.Kai Sommerfeld
2017-12-28Merge pull request #13228 from ksooo/pvr-api-5-8-0Kai Sommerfeld
[PVR][guiinfo][skin] PVR Addon API 5.8.0: Remove unused/deprecated API functions
2017-12-27Merge pull request #13255 from ksooo/pvr-estuary-pvrinfopanelKai Sommerfeld
[PVR][Estuary] PVRInfoPanel cleanup.
2017-12-26 [PVR][Estuary] PVRInfoPanel: Cleanup and use same code for all pvr windows. ↵Kai Sommerfeld
(channels, recordings, timers, timer rules, search).
2017-12-23Peripheral API v1.3.5: Wheel and throttle supportGarrett Brown
2017-12-23[PVR] Make shared channel selection optional.Kai Sommerfeld
2017-12-20add ffmpeg tag loader and use this for mkv and mp4 filesnotspiff
- you can specify the tag IMDBURL / TMDBURL - equivalent to a nfo url - for mkv you can add an attachment named kodi-metadata. this is an an embedded .nfo file - for mkv you can add an attachment named kodi-override-metadata. if combined with specifying IMDB/TMDB url, you get a url nfo. if alone, you get an override nfo - for mkv you can have embedded thumbs. currently limited to: - 'small_cover.png' or 'small_jover.jpg' for thumbnails (as specified on matroska.org) - 'cover.png' or 'cover.jpg' for posters (as specified on matroska.org) - 'fanart.png' or 'fanart.jpg' for fanart
2017-12-19[PVR][guiinfo][skin] Rename info labels: PVR.Time => ↵Kai Sommerfeld
PVR.EpgEventElapsedTime, PVR.Duration => PVR.EpgEventDuration, PVR.Progress => PVR.EpgEventProgress
2017-12-19[PVR][guiinfo][skin] Get rid of PVR API functions GetBufferTime(Start|End) ↵Kai Sommerfeld
and GetPlayingTime. Use PVR API function GetStreamTimes instead. New GUI info labels PVR.EpgEventRemainingTime and PVR.EpgEventFinishTime. Improved documentation for PVR API function GetStreamTimes.
2017-12-18[Estuary] fix mastermode label in button menuronie
2017-12-17Merge pull request #13166 from ronie/estuary-textviewerMartijn Kaijser
[Estuary] don't hide scroll buttons in textviewer
2017-12-15[lang][skin.estouchy] updated language files from Transifextxtranslation
2017-12-15[lang][skin.estuary] updated language files from Transifextxtranslation
2017-12-15[lang][skin.estuary] automatic syntax corrections for the en_GB language filetxtranslation
2017-12-14Merge pull request #13147 from ronie/estuary-mpronie
[Estuary] fix musicplaylisteditor
2017-12-11[Estuary] PVR info dialog: Fix sesaon/episode/episodetitle string composition.Kai Sommerfeld
2017-12-11[Estuary] Seekbar for PVR radio now is aligned with PVR Live TV, not ↵Kai Sommerfeld
'normal' music anymore.
2017-12-11[Estuary] Rework PVR seekbar.Kai Sommerfeld
2017-12-11[Estuary] don't hide scroll buttons in textviewerronie
2017-12-10[addons] sync scrapers with repoMartijn Kaijser
2017-12-09[PVR][Estuary] seek bar: Hide info if player process info gets opened.Kai Sommerfeld
2017-12-09[Music][Estuary] seek bar: Move audio info for music to lower right, like it ↵Kai Sommerfeld
is for video.
2017-12-09[PVR][Estuary] seek bar: Increase height for pvr epg event plot area (now ↵Kai Sommerfeld
has same height as 'normal' video's plot area).
2017-12-09[PVR][Estuary] seek bar: Hide video/audio info if player controls get ↵Kai Sommerfeld
activated (like we do with the chapter info).
2017-12-09[PVR][Estuary] Guide window: Fix epg event details time/title/genre colors.Kai Sommerfeld
2017-12-09[PVR][Estuary] seek bar: Fix next(title|starttime|endtime) colors and content.Kai Sommerfeld
2017-12-09[PVR][Estuary] OSD sub label: Fix hardcoded channel number color.Kai Sommerfeld
2017-12-07[Estuary] fix musicplaylisteditorronie
2017-12-04Merge pull request #13129 from ksooo/pvr-radio-recordingsKai Sommerfeld
[PVR][Estuary] radio recordings fix + improvement
2017-12-03[estuary] Seekbar: Fix position of "currently recording" control for PVR ↵Kai Sommerfeld
radio recordings.
2017-12-03[estuary] MusicOSD: Add record button for PVR radio.Kai Sommerfeld
2017-12-03add infobool for programsRainer Hochecker
2017-12-03estuary: add button to bring up program selection dialogRainer Hochecker
2017-12-03add action for program selectionRainer Hochecker
2017-12-01[PVR][guiinfo][builtins][estuary][estouchy] Move recording control and info ↵Kai Sommerfeld
functionality from player to PVR.
2017-11-28Merge pull request #13098 from ksooo/pvr-more-gui-refactor-stuffKai Sommerfeld
[PVR] Cleanup: No more GUI stuff in class CPVRTimerInfoTag
2017-11-27[videoplayer] Remove flags from dvd stream names and remove their ↵ace20022
corresponding string ids.
2017-11-27[videoplayer] Show flags (forced, hearing impaired, etc.) in the ↵ace20022
audio/subtitle dialog.
2017-11-27added: view text files in file managernotspiff
as default selection action for .txt and .xml files for everything else add a context menu entry
2017-11-27Merge pull request #13092 from notspiff/add_mono_fontArne Morten Kvarving
added: let the text viewer dialog hold a monospace font as well
2017-11-27[PVR] CPVRTimerInfoTag no longer contains GUI stuff.Kai Sommerfeld
2017-11-24added: let the text viewer dialog hold a monospace font as wellnotspiff
add a bool param to the python method to allow setting the default
2017-11-23Merge pull request #13066 from Memphiz/iphonexMemphiz
[ios] Add support for iPhoneX full resolution