A Python script to help you select the movies you want to record with your Freebox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
FreeboxMoviePlanner/config.template.json

8 lines
257 B

{
"freebox-session-token":"Will generate automatically at first launch",
"margin-after":25,
"margin-before":5,
"minimum-rating":6.5,
"tmdb-api":"Get an API key from https://www.themoviedb.org/settings/api",
"tmdb-language":"fr-FR"
}