[MovieList] Crash on filtering by tag

Issue #750 resolved
Former user created an issue

In the movie selection screen (MEDIA from live TV), if MENU>Settings>Show directory counts is enabled, and there are non-empty subdirectories, then filtering by tag (TEXT, select any tag) will cause a crash.

The problem is that at line 883 in Components/MovieList.py, the call of self.getServiceInfo() has too few arguments.

This bug was introduced in the changes in commit 52610a7.

Replication

Enter the media selection screen (MEDIA from live TV). Enable MENU>Settings>Show directory counts if it is not already enabled.

If the currently displayed directory has no non-empty subdirectories, navigate to one that does, or create a new subdirectory and move at least one media file or recording into it.

Then TEXT, navigate to a tag (i.e. any entry except “Show all tags”), OK. Crash.

Comments (1)

  1. Log in to comment