sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
341 stars 53 forks source link

add persistent video information storage #205

Closed dhk2 closed 4 years ago

dhk2 commented 4 years ago

I think something more like this would be less confusing to work with

sschueller commented 4 years ago

What is this for? You are storing Video data locally in the DB?

dhk2 commented 4 years ago

Yeah, to keep track of videos that are being seeded. Getting seeding to work internally is proving more difficult. Given the regular crashes a few minutes in, i'm guessing I'll need to set it up as a service with a notification to keep from being ended by the system. Just passing the torrent to libretorrent so it can manage everything is looking more reasonable.

sschueller commented 4 years ago

Ok, please put the seeding and all that is needed in one pull request. Thanks