From a12ffa58b0bb17eb8add2a8fe669f49dc1a0e407 Mon Sep 17 00:00:00 2001 From: djib Date: Thu, 10 Oct 2019 01:06:09 +0200 Subject: [PATCH] Detect conflicts --- FreeboxMoviePlanner.py | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/FreeboxMoviePlanner.py b/FreeboxMoviePlanner.py index feb51bb..4c0669a 100755 --- a/FreeboxMoviePlanner.py +++ b/FreeboxMoviePlanner.py @@ -2,10 +2,6 @@ """ Simple script that extracts information from Télé 7 jours and TMDB to help choosing the movies you want to record with your Freebox - -Todo : - * Add a configuration setting for beginning and end margin - * Display conflicts if any """ import argparse import datetime @@ -155,6 +151,7 @@ class FreeboxMoviePlanner: self.askForUserSelection() self.excludeNotSelected() self.programMovies() + self.checkForConflicts() def __repr__(self): result = 'FreeboxMoviePlanner