wutschel

Results 83 issues of wutschel

## Description As reported in [this forum post](https://forum.kodi.tv/showthread.php?tid=359717&pid=3106513#pid3106513) it is not possible to mark a complete TV Show as watched/unwatched with Kodi 19.4. Even though the App is sending the...

## Description This PR applies several coding style changes: - Remove double semicolon - Add missing spaces - Unify pointer declarations - Remove superfluous brackets - Add missing spaces around...

With 1.9, 1.10 and mostly 1.10.1 I see several crashes which -- as far as I understand -- point to an issue when iOS kills the App because it was...

bug

Idea is to add some ways to easier queue TV Shows. 2 features would be great: 1. Long press on TV Show Season to open a menu with ‘Play all...

feature

Reported in [this forum post](https://forum.kodi.tv/showthread.php?tid=359717&pid=3091418#pid3091418). Steps to reproduce: - Start by playing a movie, then queue up another movie. - Go to the now playing playlist. - Tap edit. You...

improvement

The App uses `int` type variables when handling Kodi database IDs. This covers a huge amount of IDs, but to make this more robust and future-proof this should be changed...

maintenance

When ignoring movie sets with only 1 movie there is potential problem which could cause premature display of the results. There are 2 embedded/nested JSON requests placed. The code expects...

It is possible to end up up with an invisible search bar in grid view when quickly toggling the view from grid view > list view > grid view. In...

Currently there a checks for version of Kodi server (e.g. 19.0) or the JSON API (e.g. 12.7.0) implemented in many places. It will improve code readability and maintainability to implement...

When changing the connection status while the App is running (e.g. disabling TCP after the connection has been established) the App might show different connection status in main controller and...