- Joined
- Jan 13, 2017
- Messages
- 265
- Trophies
- 0
- Location
- London , UK
- Website
- www.youtube.com
- XP
- 1,011
- Country
Python based tool that can convert official songs over to some Taiko no Tatsujin games.
Supported Titles:
Nintendo Switch Version / Drum 'n' Fun v1.4.13 (Nintendo Switch)
Drum Session (Any Version) (PlayStation 4)
Pop Tap Beat (Any Version) (iOS/MacOS/Apple TV)
There's 3 options to sort songs by: ID (A-Z), Song Name (A-Z) and Genre, along with the option to filter by songs using the search bar at the bottom.
This is still a work in-progress, so please report any issues found to me, along with suggestions for features or game support.
Prerequisites:
Python 3.12.3 or newer
tkinter installed through pip
sv_ttk installed through pip
cryptography installed through pip
pydub installed through pip pip install pydub
ffplay installed in path. (Needed for Audio Preview to work)
Song Data properly converted to the format this tool expects, stored in a folder called data or data_custom (if using Official songs AND Custom songs).
Due to copyright reasons, etc. no song data will be provided with this tool, however you can use TjaBatchConvert (along with TjaOffsetNeutraliser to make sure charts are in-sync) to convert custom charts to a format this tool expects.
Custom Song Data loading through the "data_custom" folder. (Path can be changed in config.json).
GitHub Repo
Taiko no Tatsujin Modding Server
Download:
Supported Titles:
Nintendo Switch Version / Drum 'n' Fun v1.4.13 (Nintendo Switch)
Drum Session (Any Version) (PlayStation 4)
Pop Tap Beat (Any Version) (iOS/MacOS/Apple TV)
There's 3 options to sort songs by: ID (A-Z), Song Name (A-Z) and Genre, along with the option to filter by songs using the search bar at the bottom.
This is still a work in-progress, so please report any issues found to me, along with suggestions for features or game support.
Prerequisites:
Python 3.12.3 or newer
tkinter installed through pip
sv_ttk installed through pip
cryptography installed through pip
pydub installed through pip pip install pydub
ffplay installed in path. (Needed for Audio Preview to work)
Song Data properly converted to the format this tool expects, stored in a folder called data or data_custom (if using Official songs AND Custom songs).
Due to copyright reasons, etc. no song data will be provided with this tool, however you can use TjaBatchConvert (along with TjaOffsetNeutraliser to make sure charts are in-sync) to convert custom charts to a format this tool expects.
Additional Features
Multi-Language Support. (Can be set in config.json, supports en(English) and jp(Japanese)).Custom Song Data loading through the "data_custom" folder. (Path can be changed in config.json).

GitHub Repo
Taiko no Tatsujin Modding Server
Download:
Attachments
Last edited by cainan__c,