Git Product home page Git Product logo

Comments (9)

pekempy avatar pekempy commented on July 21, 2024

Need to look into this, Google API/Bing API both paid, need to find a free version or an alternative

from breeze.

pekempy avatar pekempy commented on July 21, 2024

Potential API could be used, outputs a json file which we can parse to get the image link from to download/display

Scratch that, charges $50/m for 5000 searches

from breeze.

pekempy avatar pekempy commented on July 21, 2024

Next option IGDB - Internet Game Database which has an API we can make 10,000 requests from a month for free. May look at implementing this, if requests are per image or something, we can have the user provide their own API key in the settings.

Need to look at implementing this

from breeze.

pekempy avatar pekempy commented on July 21, 2024

Alternative to IGDB (as it doesn't distinguish between poster, icon, banner etc) is Qwant which is a free limitless search engine with an API. I'm leaning more towards this. The API is in JS so we'll need to find a way around this

from breeze.

pekempy avatar pekempy commented on July 21, 2024

Image scraping now has a way of getting both a thumbnail and a direct link depending on the title of the game. It's currently only searching for poster from the debug button on poster view, will be moved to add/edit games later - need to build a UI
All of this as of 0f6cf5a

from breeze.

pekempy avatar pekempy commented on July 21, 2024

UI not currently working as the ItemsControl won't load the items from the collection, unsure why

from breeze.

pekempy avatar pekempy commented on July 21, 2024

After a long night researching, need to use a Converter on the binding as it only supports URLs if hardcoded, not via binding. Need to convert URL to BitmapImage

from breeze.

pekempy avatar pekempy commented on July 21, 2024

Binding working in 11cbfd4 - needs to have buttons to download the image, but first want to look at having different item templates for things like banner

from breeze.

pekempy avatar pekempy commented on July 21, 2024

47bbf8f makes this pretty much 100% functional from poster view

from breeze.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.