Go to file
LoveEevee 3fea149353 ImportSongs: Add Google Drive support
- Adds a new page for importing custom songs, where it is possible to pick a local folder (desktop only) or a Google Drive folder (desktop and Android)
  - This feature is disabled on iOS due to the lack of OGG audio support in the browser
- In order to not get rate limited, a TJA file is parsed for metadata only when the song is clicked in the song selection, rather than all at once at import time
- The instance maintainer will need to provide the API credentials in the config.py file to enable this feature
  - This requires a new project to be created at console.cloud.google.com
  - Drive API will have to be enabled
  - API and OAuth keys should be created
    - API key can be restricted to only have Google Drive and Google Picker APIs
    - OAuth Client ID should have Web Application type and JavaScript origins set
    - Editing the OAuth consent screen to have a name and icon is recommended
      - It is semi-required to submit the consent screen for verification as the permission to download all of the Drive files will be asked.
      - Note that the email of the maintainer is publicly visible on the consent screen
  - The project number can be found in the IAM & Admin settings page
2020-10-29 08:07:56 +03:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public ImportSongs: Add Google Drive support 2020-10-29 08:07:56 +03:00
templates Bug fixes 2020-04-17 04:53:53 +03:00
tools Add git hooks to tools 2020-03-17 06:13:36 +03:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore implement song addition/deletion 2020-03-16 23:30:44 +00:00
app.py ImportSongs: Add Google Drive support 2020-10-29 08:07:56 +03:00
config.example.py ImportSongs: Add Google Drive support 2020-10-29 08:07:56 +03:00
README.md update setup link 2019-02-13 22:23:18 +00:00
requirements.txt add pip requirements 2020-04-02 20:25:02 +01:00
schema.py Add custom Don 2020-04-04 16:48:58 +03:00
server.py Bug fixes 2020-04-17 04:53:53 +03:00

taiko-web

A web-based Taiko no Tatsujin simulator.

Running instance: https://taiko.bui.pm

Still in development. Works best with Chrome.

Setup

Please see the Setup page for setup instructions.