itouch5000 / plugin.video.mediathekviewweb

Kodi Addon for MediathekViewWeb.de
GNU General Public License v3.0
4 stars 5 forks source link

New search dialog that displays the search results while the user types #6

Open arneharttmann opened 2 years ago

arneharttmann commented 2 years ago

Your plugin is great! A suggestion for improvement: to avoid typing much when searching, display the results while typing. Here is a screenshot: searchdialog With a remote control this only works if you use the "SMS keys" (=number keys), i.e. if you don't need a virtual keyboard. Therefore I added a new config item to choose if the new search dialog is used (default:False).

The normal xbmcgui.ControlEdit already supports the use of the "SMS keys", but unfortunately no "backspace" key is provided. I used a keymap and configured the "PRE-CH" button on my Samsung remote control as "backspace". I also sent the kodi team a feature request to add a backspace button for the remote. These are the other keys that are used in the search dialog:

kasi45 commented 2 years ago

Hallo,

du kannst eine von mir modifizierte Version von dem Plugin hier finden: https://github.com/kasi45/plugin.video.mediathekviewweb

Würde dein PR auch mit dieser Version funktionieren? es wäre toll wenn du dies mal überprüfen könntest bzw einen PR erstellen würdest. Ich selbst bin noch ein paar Tage untewegs und kann es dadurch im Moment nicht testen.

Danke und Gruß kasi45

arneharttmann commented 2 years ago

Hallo kasi45, mein Pull Request würde sicher auch mit deiner Version funktionieren, ausprobiert habe ich es aber nicht. Viele Grüße Arne