lbryio / lbry.go

MIT License
29 stars 20 forks source link

video is bigger than 2GB, skipping for now #28

Closed tzarebczan closed 6 years ago

tzarebczan commented 6 years ago

We should determine if we'll ever be syncing larger videos than 2 GB and if so, when would be a good time to process them (probably after adding publish date metadata).

nikooo777 commented 6 years ago

we can leave this issue pending. Whenever we decide we want to sync them as well we just have to process them instead of skipping them. Very easy to do

kauffj commented 6 years ago

@nikooo777 do you save the file size in the video table? Possibly worth adding this if you do not

nikooo777 commented 6 years ago

I don't, i'll add that

alyssaoc commented 6 years ago

closing for now, will revisit later