How to Solve NameError: name 'iPlayableService' is not defined -- enigma

Solution: Import the 'iPlayableService' module

# Add the following line to the top of your code
from enigma import iPlayableService

 

For more information:
enigma iPlayableService