Queue download if update asked per ID
The version of the update function is chosen depending on the URI that is passed to the update method of the repo module:
- An ID URI: the ___worker_update_from_ids is selected, the user will be able to queue the different kara to download by calling again the update method with others ID URI
- Anything else: the ___worker_update is selected. It will download all the database from Kurisu, filtering if the passed URI is not URI_NULL.
The aim here is to offer a download process option which permit the user of doing a simple dry-update and then selecting the different karas he wants to download id per id.
Will close #102 (closed) for now.
Also close some TODOs.
Modification effectuée par Kubat
Rapports de requête de fusion
Activité
added Feature label
assigned to @martin2018
added 4 commits
-
10dea9ab...0e5619dc - 2 commits from branch
master
- 81ac8743 - [WIP] REPO: Add the skeleton for id only download
- 72c030e1 - [WIP] REPO: Select the update function version
-
10dea9ab...0e5619dc - 2 commits from branch
added 1 commit
- 6a69f77c - DOC: Update README to add WSL2 as a supported platform
added 1 commit
- c6050152 - DOC: Update README to add WSL2 as a supported platform + Delete klkt from the readme
added 1 commit
- e8374a23 - MISC: Delete the remaining klkt desktop file
added 1 commit
- b60846b7 - REPO: Don't set up a flag that is already set
added 2 commits
added 1 commit
- 09b0d56f - REPO: Only add the kara to the database once it has been downloaded
added 1 commit
- 8a90a6cd - REPO: Mark a kara as unavailable when downloading it!
added 1 commit
- f344c4d3 - FIX: Incorrect order, inverse the sqlite step and sqlite finalize....
Veuillez vous inscrire ou vous connecter pour répondre