Default name of NFT should be the file name without the file extension
paulo60pg opened this issue · 3 comments
could be implemented for the batch minting as well
We'll see a lot of drawing_final_version_1.psd
I believe 😂 Ooops, I mean drawing_final_version_1
, since it's without the file extension
I think that the default name does not usually correlates with the file name, in my case it's always 1.psd
or IMG000017.mov
, not sure about the others though... Also, operation systems have some restrictions that does not let you use some symbols like ?
and :
, and I always have to edit them, so I guess this might be a good way to implement it
I mean for a batch minting of 1000 pieces for example, using the file name by default seems to be the more appropriate approach. Or another one could be a name chosen by the user + a number that would increment for each piece.