Kodi Community Forum
TheCocktailDB.com - An Open Cocktail Database with API - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: TheCocktailDB.com - An Open Cocktail Database with API (/showthread.php?tid=235298)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: TheCocktailDB.com - An Open Cocktail Database with API - tree_and_kite - 2015-10-23

This is an interesting idea. I think an addon that recommends a drink based on what you're watching could be very cool. "You're watching Mad Men, maybe you'd like an Old Fashioned? Here's the recipe..."


RE: TheCocktailDB.com - An Open Cocktail Database with API - Kiwikee43 - 2015-10-24

Hi,

You have done such a great job on this API.

I've created an app using this API and I would like your permission to have it on the Google play store, the code is available here:
https://github.com/Kee43/Capstone-Project/tree/master/CocktailCompanion

I had to create an application for one of the projects of my online course (Android Developer Nanodegree by Udacity) - https://www.udacity.com/ so I have no interest in making any money from it.

The app will be free and I'll link people to your API.

If anyone would like to use this code to build something of their own, I would be more than happy but please message me first.

Many thanks,

Kieran


RE: TheCocktailDB.com - An Open Cocktail Database with API - zag - 2015-11-13

A-Z list added to the front page so its more easily browsable on the website.

Its about time someone started making these cocktails, taking pictures and uploading them Smile

http://www.thecocktaildb.com


RE: TheCocktailDB.com - An Open Cocktail Database with API - MacGyver - 2015-12-24

I like the site and the addon/screensaver but it's missing my favorite drink, a Cherry Electric Lemonade (WARNING! you can't drive for at least 6 hours after drinking this.).

Code:
1 oz - Gin
1 oz - Tequila
1 oz - Vodka
1 oz - White rum
1 oz - Triple Sec (or Cointreau if you have to)
1 oz - Cherry Grenadine
1 oz - Fresh Sweat & Sour mix*
3 oz - Club soda
Now stir vigorously and then pour over a large cup of ice.

*Sweat & Sour mix is (3 parts fresh lime juice + 3 parts fresh lemon juice + 2 parts simple-syrup)**

**Simple-syrup is (2 parts sugar + 1 part water, brought to a boil, stirred, then cooled)


Now drink it with a straw and stir occasionally.

Image

Is there any way for users to upload new drinks, and maybe a filter page for only showing drinks you can make based upon what ingredients you have on hand?


RE: TheCocktailDB.com - An Open Cocktail Database with API - Me23 - 2015-12-28

I love this! I was going to upload some images. Can we use some random pics off a google search?


RE: TheCocktailDB.com - An Open Cocktail Database with API - zag - 2015-12-28

Yes either make the cocktails yourself and take a photo, or just find a nice picture from google image search and upload.

The addon will really come alive once people start adding images.

Also, I'll add any new cocktails people post here or private message me.


RE: TheCocktailDB.com - An Open Cocktail Database with API - zag - 2015-12-28

(2015-12-24, 17:01)MacGyver Wrote: I like the site and the addon/screensaver but it's missing my favorite drink, a Cherry Electric Lemonade (WARNING! you can't drive for at least 6 hours after drinking this.).

Behold!!! The "Cherry Electric Lemonade"!!! I might have to try this one Smile

http://www.thecocktaildb.com/drink.php?c=17174

Keep any more classic cocktails coming Smile

Oh and I just added 100 new ingredient transparent PNG images. That should flesh out the site a lot. Still need people to upload their drink images.


RE: TheCocktailDB.com - An Open Cocktail Database with API - MacGyver - 2015-12-28

(2015-12-28, 14:13)zag Wrote:
(2015-12-24, 17:01)MacGyver Wrote: I like the site and the addon/screensaver but it's missing my favorite drink, a Cherry Electric Lemonade (WARNING! you can't drive for at least 6 hours after drinking this.).

Behold!!! The "Cherry Electric Lemonade"!!! I might have to try this one Smile

http://www.thecocktaildb.com/drink.php?c=17174

Keep any more classic cocktails coming Smile

Oh and I just added 100 new ingredient transparent PNG images. That should flesh out the site a lot. Still need people to upload their drink images.


Cool, but it's 3 oz of club soda. You might want to include the recipe for sweet and sour and the one for simple syrup too.


Also, Firefox doesn't show the ingredient images at all and lists their paths as:
Code:
http://www.thecocktaildb.com/..\images\ingredients\Gin-Small.png

Chrome shows them fine and their paths show up as:
Code:
http://www.thecocktaildb.com/images/ingredients/Gin-Small.png

The letter menus also only show 100 drinks per page and have no "next page".

I really like the API design, I can see this being used in conjunction with bar robots and open source automatic drink machines. I can't wait to see how it grows. Thanks again for adding my favorite. If you do try it, make sure the sweet and sour is as fresh as it can be.

Cheers. Big Grin


RE: TheCocktailDB.com - An Open Cocktail Database with API - zag - 2015-12-28

Thanks the firefox issue should be fixed now. Also 500 drinks on the A-Z page should be enough.


RE: TheCocktailDB.com - An Open Cocktail Database with API - MacGyver - 2015-12-28

Works perfectly. Smile


RE: TheCocktailDB.com - An Open Cocktail Database with API - Norin_Radd - 2016-01-06

(2015-10-23, 12:00)tree_and_kite Wrote: This is an interesting idea. I think an addon that recommends a drink based on what you're watching could be very cool. "You're watching Mad Men, maybe you'd like an Old Fashioned? Here's the recipe..."


Lol not with movies... but with music might work eheheh

you reminded me of this...

http://drinkify.org/

cool no?


RE: TheCocktailDB.com - An Open Cocktail Database with API - Sjors125 - 2016-01-29

With movies too! Heineken or Wodka Martini - shaken, not stirred - for any Bond movie. Smile


RE: TheCocktailDB.com - An Open Cocktail Database with API - zag - 2016-01-29

(2016-01-29, 10:05)Sjors125 Wrote: With movies too! Heineken or Wodka Martini - shaken, not stirred - for any Bond movie. Smile

http://www.thecocktaildb.com/drink.php?c=14167


RE: TheCocktailDB.com - An Open Cocktail Database with API - kennywayne07 - 2016-01-29

(2015-12-28, 14:13)zag Wrote: Oh and I just added 100 new ingredient transparent PNG images. That should flesh out the site a lot. Still need people to upload their drink images.

I love this idea and would like to help make the database more complete. Do you have a list of ingredients that still need images?


RE: TheCocktailDB.com - An Open Cocktail Database with API - zsock - 2016-03-24

Hey man, I like the work I'm seeing the API and also the Kodi integrations Smile

I would like to use this for a Telegram bot, could I obtain a key? Thanks Smile


This forum uses Lukasz Tkacz MyBB addons.