pcwii/cpkodi-skill

Add ability to play "next episode" from TV show library

Opened this issue · 1 comments

pcwii commented

This will require persistent storage of the last episode played.

pcwii commented
with FileSystemAccess('identity').open('identity2.json', 'r') as f:
    data = f.read()
with self.file_system.open("my_file", "w") as f:
    f.write("hello world")