OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
229 stars 49 forks source link

Modify file naming scheme to append random characters at end of file name #329

Closed tzarebczan closed 3 years ago

tzarebczan commented 3 years ago

https://github.com/lbryio/lbrytv/blob/master/app/publish/publish.go#L222

Append the random characters to the end of the original file name instead of the front.

This way when a user downloads the files, they will have the title /claim name and then the random bits at the end.

anbsky commented 3 years ago

This has been solved with the help of @nheingit, original file names are now fully preserved.