Interactive movie selection
This commit is contained in:
@ -4,7 +4,7 @@ Simple script that extracts information from Télé 7 jours and TMDB
|
|||||||
to help choosing the movies you want to record with your Freebox
|
to help choosing the movies you want to record with your Freebox
|
||||||
|
|
||||||
Todo :
|
Todo :
|
||||||
* Prompt the user for movies he wants to record and plan them with the FB API
|
* Schedule recordings on Freebox using the FB API
|
||||||
"""
|
"""
|
||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
@ -120,7 +120,6 @@ class FreeboxMoviePlanner:
|
|||||||
def printAllMovies(self):
|
def printAllMovies(self):
|
||||||
for movie in self.movies:
|
for movie in self.movies:
|
||||||
print('{!r}'.format(movie))
|
print('{!r}'.format(movie))
|
||||||
print()
|
|
||||||
|
|
||||||
def askForUserSelection(self):
|
def askForUserSelection(self):
|
||||||
for movie in self.movies:
|
for movie in self.movies:
|
||||||
|
Reference in New Issue
Block a user