tellytv / telly

An IPTV proxy
MIT License
750 stars 105 forks source link

database-and-api merge latest dev changes and misc fixes #252

Closed handsomematt closed 5 years ago

handsomematt commented 5 years ago

The database-and-api fork is hard to begin contributing to due to the staleness, in this PR I have rebased and resolved merge conflicts from the dev branch into the database-and-api branch.

Main things include:

With these changes you can build the repo very simply:

$ git clone https://github.com/tellytv/telly -b database-and-api
$ cd telly
$ go build .

Hopefully with these changes fast forwarded myself and others are able to contribute to database-and-api branch far easier.