Giter Club home page Giter Club logo

Comments (6)

Emersont1 avatar Emersont1 commented on August 26, 2024 1

I don't think so - I'll have to check the API, It was designed as a way to archive the downloads onto my NAS to just take all the downloadables for a product

from itchio.

Emersont1 avatar Emersont1 commented on August 26, 2024 1

Hi, my plan is to let people specify desired platform (downloads that + the cross platform stuff)

Through something like -p windows or similar, abd just default to all

from itchio.

Emersont1 avatar Emersont1 commented on August 26, 2024

Okay, having had a look at the API output, that's eminently doable, I'll open a PR in the next couple of days looking at this

in short, it'll be looking at the traits

[
    {
        "filename": "Skelerun-Win.zip",
        "size": 61275923,
        "id": 3007740,
        "storage": "hosted",
        "traits": [
            "p_windows"
        ],
        "game_id": 747607,
        "updated_at": "2020-11-23T23:21:48.000000000Z",
        "md5_hash": "824f00808df1532917e8e89550dd66bd",
        "position": 0,
        "created_at": "2020-11-23T22:44:14.000000000Z",
        "type": "default"
    },
    {
        "filename": "Skelerun-Mac.zip",
        "size": 62800229,
        "id": 3007741,
        "storage": "hosted",
        "traits": [
            "p_osx"
        ],
        "game_id": 747607,
        "updated_at": "2020-11-23T23:21:48.000000000Z",
        "md5_hash": "57edc9b88461c8b158531a9269b9560a",
        "position": 1,
        "created_at": "2020-11-23T22:44:23.000000000Z",
        "type": "default"
    },
    {
        "filename": "Skelerun-Lin.zip",
        "size": 62281140,
        "id": 3007742,
        "storage": "hosted",
        "traits": [
            "p_linux"
        ],
        "game_id": 747607,
        "updated_at": "2020-11-23T23:21:48.000000000Z",
        "md5_hash": "49808bb81c90647f37333853e2eee7c2",
        "position": 2,
        "created_at": "2020-11-23T22:44:26.000000000Z",
        "type": "default"
    }
]

which is blank if multiplatform or p_ followed by the operating system

from itchio.

lostprophet avatar lostprophet commented on August 26, 2024

Wow, awesome, thank you very much for checking :)

from itchio.

lroellin avatar lroellin commented on August 26, 2024

@Emersont1 a suggestion as I had some thoughts about this already. I see 2 use cases that differ by how to go with non-digital stuff (or non-platform specific stuff)

  • People who want to download everything that's for Windows (Win only)
  • People who want to download everything but exclude anything not for their OS (Win only + all other non-specific stuff)

Hopefully you get what I mean :) maybe you can differentiate between the 2 use cases (Windows being a placeholder of course)

Thank you for the hard work btw, it helped me download the biiig Ukranian bundle :)

from itchio.

Emersont1 avatar Emersont1 commented on August 26, 2024

This has been added in line for the v2 release, I'm closing the issue

from itchio.

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.