Denis
Denis
@antonsoroko Поменял длительность кеша в DNS. Больше там ничего не надо?
@3unjee Don't know if that would help you, but there are at least few OSS examples of streaming apps, that use libtorrent: - https://github.com/ElementumOrg/lt2http - https://github.com/i96751414/torrest-cpp You can easily start...
@jagannatharjun When you download - all downloaded blocks are being hashed and verified, that uses CPU for hashing and IO for writing/downloading. When you upload - you use downloaded data...
> @marclucraft You can manually patch `list.js` something like this to get around the list issue for the time being. > > ```js > var row = [ > perm...
Yes, that is because repository expects a new version in addon.xml. That is the way how Kodi identifies a newer version. It does not look on zip file name, but...
@vasilky3 > Moreover in las PR i changed naming for *.zip in release. to {name}-{ver} Yes, since repository is not reading older releases, only the last/current one, so we will...
> @elgatito I'm not sure if I'm following. If the version is updated in addon.xml, why does the URL need to change? The GitHub release URL already contains the version...
@antonsoroko API format was added long time before me, in Quasar. I think there were few providers that had API interface. https://bitbucket.org/scakemyer/script.quasar.burst/src/master/burst/providers/providers.json
Set useragent setting in Burst to be the same as the browser that uses cookie sync.
@Gregsr @antonsoroko is there anything to fix/change? Or we can close this issue?