add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
95 stars 28 forks source link

Update version #111

Closed peno64 closed 7 months ago

michaelarnauts commented 7 months ago

Hey @peno64 The way how the packaging was setup is that the repository is for Leia, and we modify the addon.xml when we package for Matrix. See https://github.com/add-ons/service.iptv.manager/blob/master/Makefile#L86

Now, I have changed this a while ago for the VTM Go and my other addons so the repository is Matrix, and we modify during packaging for Leia. See my changes here: https://github.com/add-ons/plugin.video.vtm.go/pull/318/files

Around the release of nexus, I have removed the packaging for Leia all together. See https://github.com/add-ons/plugin.video.vtm.go/pull/364

I also have to say that I'm no longer using Kodi, so the changes of me looking into this are very low. I do want to make you admin for this project if you want.

peno64 commented 7 months ago

@michaelarnauts It is a pitty that these great addons are no longer under your wings. I will try to maintain what I can. How are changes then pushed to the kodi repo or is this done automatically?

michaelarnauts commented 7 months ago

@michaelarnauts It is a pitty that these great addons are no longer under your wings. I will try to maintain what I can. How are changes then pushed to the kodi repo or is this done automatically?

It used to be done automatically with tags, but due to some issues, I have changed this to be manually for now. But I made some scripts to help. Feel free to send me an email and i'll try to give a bit of info on how I was doing the releases.

michaelarnauts commented 7 months ago

@peno64 check the tests. You shouldn't have merged this. The addon.xml is wrong now in the releases.

peno64 commented 7 months ago

@michaelarnauts Sorry. I will revert

peno64 commented 7 months ago

@michaelarnauts Well I fixed addon.xml but still all tests fail. Must be for another reason.

michaelarnauts commented 7 months ago

I think the best is to look at the mentioned vtm go merge request, and do the same changes here. You can then use make build to create the zip for matrix and Leia.