Closed Ricky360 closed 10 months ago
When i sending Music at Song uploader it ended up turn into music library.....i used reupload songs and it is giving me an 8 digit (12804644) just like this.
You probably have last song ID 12804643, unfixable without deleting songs
When i sending Music at Song uploader it ended up turn into music library.....i used reupload songs and it is giving me an 8 digit (12804644) just like this.
You probably have last song ID 12804643, unfixable without deleting songs
No, my last song ID was 1280670 and when i reupload another song this give me the id (12804644) and when i enter in gd editor its give me error
No, my last song ID was 1280670 , when i upload another song, it came like that kind of digit and i try to get the song in the gd editor with this id 12804643 it gives error
/shrug
How?
I used this repo in my gdps https://github.com/FamryAmri/GDPS-Song-Uploader/ and i think there is something wrong with the sql or the repo bc of gdps 2.2 repo, and that repo is supported for 2.11 only
traditionally the default offset for reuploaded songs has been 5 mil but with the music library introducing 10 mil songs we can't rely on AUTO_INCREMENT handling that anymore, so this is gonna need a solution... might be easiest to just raise the offset to something like 20 mil for new gdps song reuploads stuff then
traditionally the default offset for reuploaded songs has been 5 mil but with the music library introducing 10 mil songs we can't rely on AUTO_INCREMENT handling that anymore, so this is gonna need a solution... might be easiest to just raise the offset to something like 20 mil for new gdps song reuploads stuff then
Just like this?
traditionally the default offset for reuploaded songs has been 5 mil but with the music library introducing 10 mil songs we can't rely on AUTO_INCREMENT handling that anymore, so this is gonna need a solution... might be easiest to just raise the offset to something like 20 mil for new gdps song reuploads stuff then
I did but then still not downloading the music from editor
When i sending Music at Song uploader it ended up turn into music library.....i used reupload songs and it is giving me an 8 digit (12804644) just like this.