jubeat (maybe others, but not pop'n) isn't populating difficulty, bpm_min, bpm_max
Here's some debug output:
Source db (up to date trunk):
SELECT data FROM music WHERE songid=50000277 AND chart=4
{"difficulty": 5.0, "bpm_min": 135.0, "bpm_max": 135.0, "version": 9}
debug output during bootstrap:
IMPORT: songid=50000277 chart=4 data={'difficulty': 0.0, 'bpm_min': 0.0, 'bpm_max': 0, 'version': 9}
Target db (fresh trunk clone):
{"difficulty": 0.0, "bpm_min": 0.0, "bpm_max": 0, "version": 9}
This is more a reminder since you already are vaguely aware of the issue kthxilu
jubeat (maybe others, but not pop'n) isn't populating difficulty, bpm_min, bpm_max
Here's some debug output:
Source db (up to date trunk):
SELECT data FROM music WHERE songid=50000277 AND chart=4{"difficulty": 5.0, "bpm_min": 135.0, "bpm_max": 135.0, "version": 9}
debug output during bootstrap:
IMPORT: songid=50000277 chart=4 data={'difficulty': 0.0, 'bpm_min': 0.0, 'bpm_max': 0, 'version': 9}
Target db (fresh trunk clone):
{"difficulty": 0.0, "bpm_min": 0.0, "bpm_max": 0, "version": 9}
This is more a reminder since you already are vaguely aware of the issue kthxilu