Cuando pongo a reproducir una pelicula

[pelisalacarta.platformcode.launcher.run] Traceback (most recent call last):
  File "/Users/inter95/Library/Application Support/Kodi/addons/plugin.video.pelisalacarta/platformcode/launcher.py", line 229, in run
    itemlist = getattr(channel, item.action)(item)
  File "/Users/inter95/Library/Application Support/Kodi/addons/plugin.video.pelisalacarta/channels/pelisplus.py", line 342, in findvideos
    autoplay(itemlist, item)
  File "/Users/inter95/Library/Application Support/Kodi/addons/plugin.video.pelisalacarta/channels/pelisplus.py", line 398, in autoplay
    favorite_quality.append(quality_list[config.get_setting("quality_"+str(num),item.channel)])
TypeError: list indices must be integers, not str


Cuando trato de entrar a la configuracción del AutoPlay

17:06:05.313 T:123145397829632   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: list indices must be integers, not str
                                            Traceback (most recent call last):
                                              File "/Users/inter95/Library/Application Support/Kodi/addons/plugin.video.pelisalacarta/platformcode/xbmc_config_menu.py", line 585, in onInit
                                                self.add_control_list(c)
                                              File "/Users/inter95/Library/Application Support/Kodi/addons/plugin.video.pelisalacarta/platformcode/xbmc_config_menu.py", line 408, in add_control_list
                                                label.setLabel(c["lvalues"][self.values[c["id"]]])
                                            TypeError: list indices must be integers, not str
                                            -->End of Python script error report<--