evaera / roblox-animation-transfer

Transfers Roblox animations from one owner to another.
MIT License
44 stars 19 forks source link

If an animation fails to upload because of bad name/description #15

Closed NNickey closed 1 year ago

NNickey commented 3 years ago

Next upload attempt should just leave the upload name as Keyframe Sequence awhile keeping the name in the txt file.

NNickey commented 3 years ago

Meanwhile, if an outfile already exists, DONT OVERWRITE IT, append and possibly that it should check if the animation has already been transferred?

evaera commented 3 years ago

These seem like two separate issues! Could you open a second issue?

Also, if you want to help contribute these features yourself, feel free to create a PR.

evaera commented 3 years ago

Meanwhile, if an outfile already exists, DONT OVERWRITE IT, append and possibly that it should check if the animation has already been transferred?

Instead of specifying -o or --outFile, just use roblox-animation-transfer -u 1234 -l >> out.txt. This will append instead of overwriting. This is built into bash.

NNickey commented 3 years ago

Didn't know if this GitHub was active, figured to condense my suggestions. I'll see about it