Hi, i am working on an iPad app based on this great database and i am using lists for "now on cinema" and "top 10 cinema". for example her is the list for the movies that are "now" playing in german cinemas. http://www.themoviedb.org/list/52fa99b79251411d1b1c4977
i am using this list in my app. so it is necessary that the list id is always the same.
the list ist created via a script, so i do a lookup on google to fetch the movie titles and than the script searches themoviedb (Title and Year).
at the moment the script works like this.
so i think it would be great to have a function "clear list" and add multiple items.
best regards Alex
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 24 i de 2014 a les 11:21 A.M.
Hi Alex,
I've created a new ticket for this here. I'll consider it in the future. Thanks.
Resposta per digitaldesaster
el 25 i de 2014 a les 3:29 P.M.
thanks Travis. regards Alex
Resposta per Travis Bell
el 24 l de 2014 a les 4:51 P.M.
Hey Alex,
I just pushed this method live, you can see the method documented here: http://docs.themoviedb.apiary.io/#post-%2F3%2Flist%2F%7Bid%7D%2Fclear
Cheers.
Resposta per digitaldesaster
el 30 l de 2014 a les 6:28 A.M.
Hey Travis, thanks, just did a short test and it did not work, i have to take a deeper look if it is my code...
thanks Alex
Resposta per digitaldesaster
el 1 de 2014 a les 3:58 P.M.
did another test and i can't get this to work
https://api.themoviedb.org/3/list/my_list_id/clear?api_key=my_api_key&session_id=my_session_id
header {'Content-Type': 'application/json', 'Accept': 'application/json'}
data {"confirm": "true"}
i get a bad request
best regards Alex
Resposta per Travis Bell
el 2 de 2014 a les 9:08 A.M.
Hi Alex,
I'm guessing you're seeing status code 29 (a 400 response).
confirm=true
should be a HTTP param, not a POST body.Cheers.
Resposta per digitaldesaster
el 2 de 2014 a les 4:53 P.M.
Thanks Travis, it works like a charme ;-)