2016-08-12, 13:57
2016-08-12, 18:18
Awesome, thank you! I'll send over the project once I'm done so you can check it out!
2016-08-14, 19:33
Hey Zag was testing the Ingredients Images. Seems like there are missing some of them. Can I help you some way to add them
?

2016-08-15, 12:25
(2016-08-14, 19:33)dberov Wrote: [ -> ]Hey Zag was testing the Ingredients Images. Seems like there are missing some of them. Can I help you some way to add them?
I thought I uploaded 100% of them. Do you have an example or list of missing ones?
EDIT: The kodi add-on is 100% but only selects the distinct from the first ingredient field, thats probably why there are some missing images.
2016-08-15, 15:22
Will make list of them and will update them in the post
.
Update: jo Zag, seems like there was problem with the API call. Was making wrong call for all ingredients with 2 or more words and so i didnt had the right link for image
.
All fixed. Thanks for your time.
What about the missing images on some of the recipes
? Can i help you with uploading them some how?

Update: jo Zag, seems like there was problem with the API call. Was making wrong call for all ingredients with 2 or more words and so i didnt had the right link for image

All fixed. Thanks for your time.

What about the missing images on some of the recipes

2016-08-30, 13:46
Hi there,
I am interested in using your API, would it please be possible to PM me so we can talk about it please?
Thanks
I am interested in using your API, would it please be possible to PM me so we can talk about it please?
Thanks
2016-08-31, 21:04
Uploaded a bunch of new images to make the add-on look nicer with cocktail pictures. We now have 200+ images and growing!
@Mechdude, email me if you want to discuss, I need to know about your project. zag (at) kodi.tv

@Mechdude, email me if you want to discuss, I need to know about your project. zag (at) kodi.tv

2016-08-31, 21:08
Did any of the other projects make it as a final product? A showcase would be great to see what others are up to
Cheers
Enviado do meu A0001 através de Tapatalk
Cheers
Enviado do meu A0001 através de Tapatalk
2016-08-31, 21:10
(2016-08-31, 21:08)enen92 Wrote: [ -> ]Did any of the other projects make it as a final product? A showcase would be great to see what others are up to
Cheers
Enviado do meu A0001 através de Tapatalk
Biggest one was duckduckgo.com cocktail search, we get a lot of traffic from there. Its like the open source google! very cool.
A couple of android apps too.
Kodi version is still the best

2016-09-02, 14:06
I working now on a Android/iOS App.
So i found two problems:
1. The API dont support CORS and should be changed
2. It would be nice, if the api cam show the image links to the ingredients. On you website i can se them
I will send you a link to the iOS or Android Project when i finished the app.
So i found two problems:
1. The API dont support CORS and should be changed
2. It would be nice, if the api cam show the image links to the ingredients. On you website i can se them

I will send you a link to the iOS or Android Project when i finished the app.
2016-09-02, 16:12
1) I've enabled CORS on IIS, not really sure how to test but it should be working.
2) All ingredients are named exactly as they come from the api so:
http://www.thecocktaildb.com/images/ingredients/ice.png
http://www.thecocktaildb.com/images/ingr...-Small.png
http://www.thecocktaildb.com/images/ingr...0cream.png
http://www.thecocktaildb.com/images/ingr...-Small.png
As you see above the baileys irish cream has spaces in the url. Just replace the space with a %20 in code to do it properly.
I've also just added a medium image type which is 350x350 pixels
so
2) All ingredients are named exactly as they come from the api so:
http://www.thecocktaildb.com/images/ingredients/ice.png
http://www.thecocktaildb.com/images/ingr...-Small.png
http://www.thecocktaildb.com/images/ingr...0cream.png
http://www.thecocktaildb.com/images/ingr...-Small.png
As you see above the baileys irish cream has spaces in the url. Just replace the space with a %20 in code to do it properly.
I've also just added a medium image type which is 350x350 pixels
so
Code:
http://www.thecocktaildb.com/images/ingredients/ice-Small.png (100x100)
http://www.thecocktaildb.com/images/ingredients/ice-Medium.png (350x350)
http://www.thecocktaildb.com/images/ingredients/ice.png (700x700)
2016-09-04, 12:34
Thank you for the fast reply 
There is one thing you "should" also change.
The APi should always use https for the thumbnail URLs by default. Maybe you can change this

There is one thing you "should" also change.
The APi should always use https for the thumbnail URLs by default. Maybe you can change this

2016-09-04, 13:17
One more thing 
Can you share all ingredient pictures? Because i want to integrate a offline modus for my app
Maybe just a zip folder, would be realy helpful!

Can you share all ingredient pictures? Because i want to integrate a offline modus for my app

Maybe just a zip folder, would be realy helpful!
2016-09-09, 17:26
Hey Zag,
is there any chance to get a dump of all IDs? I would like to get all drinks with ID + Ingredience to built a machine learning recommender system on it.
~Martin
is there any chance to get a dump of all IDs? I would like to get all drinks with ID + Ingredience to built a machine learning recommender system on it.
~Martin
2016-09-09, 17:52
(2016-09-09, 17:26)mschmitzDO Wrote: [ -> ]Hey Zag,
is there any chance to get a dump of all IDs? I would like to get all drinks with ID + Ingredience to built a machine learning recommender system on it.
~Martin
Sorry no DB dumps, please use the API with a test key if you want to grab everything. Just loop through each ID and save the JSON reply. The ID's should be in sequence.