Beta Sports Fixtures with addon and PVR stream playback
#1
plugin.program.fixtures

Sports Fixtures
  • Sports Fixtures from www.getyourfixtures.com
  • Playback via addons.ini, Addon Stream Browser, playlists, PVR
  • Filter by Country, Sport, Day
  • Use addons.ini from TV Guide Fullscreen or your favourite TV Guide
  • Create a standalone addons.ini file with "addons.ini Creator"

repo: https://github.com/primaeval/repository....-0.0.1.zip
from https://github.com/primaeval/repository.primaeval
source: https://github.com/primaeval/plugin.program.fixtures



Image
Reply
#2
Wow you are a busy little bee [emoji1] I'll check that out.
Reply
#3
If anyone has a better set of Sports Icons please let me know.
Reply
#4
What size and format?
Reply
#5
Great work. An option to use the PVR channels would be great as well as a way to map the getyourfixtures channel name to the real name configured in kodi
Cheers
Reply
#6
I'm not sure how to get my addon.ini links to play. They work fine in the TV guide full screen.
Reply
#7
(2017-01-08, 21:41)ed_davidson Wrote: I'm not sure how to get my addon.ini links to play. They work fine in the TV guide full screen.

Did you set the addons.ini location in Settings?
Reply
#8
Yes.
Reply
#9
(2017-01-08, 21:46)ed_davidson Wrote: Yes.

I haven't done the alternative stream handling yet. Do they use that?
pm me a link to your addons.ini
Reply
#10
Exclamation 
(2017-01-08, 17:51)enen92 Wrote: Great work. An option to use the PVR channels would be great as well as a way to map the getyourfixtures channel name to the real name configured in kodi
Cheers

version 0.0.6
- pvr streams
- clear stream

Try this. You can link to PVR streams directly now.
You could do it before if you added PVR streams to the addons.ini file with "addons.ini Creator" or TV Guide Fullscreen.
Reply
#11
(2017-01-08, 21:58)primaeval Wrote:
(2017-01-08, 21:46)ed_davidson Wrote: Yes.

I haven't done the alternative stream handling yet. Do they use that?
pm me a link to your addons.ini


I'm not sure. I'll PM you.
Thanks.
Reply
#12
Exclamation 
version 0.0.7
- alternative streaming method (channel context menu)

This will try the alternative streaming method from TV Guide Fullscreen:
Code:
xbmc.executebuiltin('XBMC.RunPlugin(%s)' % url)
instead of the xbmcswitft2 method:
Code:
plugin.play_video(item)

Some pesky addons need it done that way.
Reply
#13
Exclamation 
version 0.0.8
- stream from Favourites
- addons.ini not necessary
- addon names in Browse

You can pull in streams from Kodi Favourites now.

It is not obligatory to have an addons.ini file now.
Reply
#14
Hi I get this error I try to choose a pvr channel. I use tvheadend as PVR backend.

Code:
11:09:50.312 T:140539762022464   DEBUG: ------ Window Deinit (DialogSelect.xml) ------
11:09:50.328 T:140536975427328   DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/All channels)
11:09:50.328 T:140536975427328   ERROR: CPVRChannelGroupsContainer - GetDirectory - unable to obtain members of channel group 'All channels'
11:09:50.328 T:140536975427328   ERROR: GetDirectory - Error getting pvr://channels/radio/All channels/
11:09:50.328 T:140536975427328   DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/All channels)
11:09:50.328 T:140536975427328   ERROR: CPVRChannelGroupsContainer - GetDirectory - unable to obtain members of channel group 'All channels'
11:09:50.328 T:140536975427328   ERROR: GetDirectory - Error getting pvr://channels/tv/All channels/
11:09:50.332 T:140536975427328   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/mac/.kodi/addons/plugin.program.fixtures/main.py", line 458, in <module>
                                                plugin.run()
                                              File "/home/mac/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/home/mac/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/home/mac/.kodi/addons/plugin.program.fixtures/main.py", line 198, in choose_stream
                                                streamUrl = urls[index]
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
11:09:50.345 T:140539762022464   DEBUG: ------ Window Init (DialogNotification.xml) ------
Reply
#15
(2017-01-09, 12:11)mac1202 Wrote: Hi I get this error I try to choose a pvr channel. I use tvheadend as PVR backend.

Code:
11:09:50.312 T:140539762022464   DEBUG: ------ Window Deinit (DialogSelect.xml) ------
11:09:50.328 T:140536975427328   DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/All channels)
11:09:50.328 T:140536975427328   ERROR: CPVRChannelGroupsContainer - GetDirectory - unable to obtain members of channel group 'All channels'
11:09:50.328 T:140536975427328   ERROR: GetDirectory - Error getting pvr://channels/radio/All channels/
11:09:50.328 T:140536975427328   DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/All channels)
11:09:50.328 T:140536975427328   ERROR: CPVRChannelGroupsContainer - GetDirectory - unable to obtain members of channel group 'All channels'
11:09:50.328 T:140536975427328   ERROR: GetDirectory - Error getting pvr://channels/tv/All channels/
11:09:50.332 T:140536975427328   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/mac/.kodi/addons/plugin.program.fixtures/main.py", line 458, in <module>
                                                plugin.run()
                                              File "/home/mac/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/home/mac/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/home/mac/.kodi/addons/plugin.program.fixtures/main.py", line 198, in choose_stream
                                                streamUrl = urls[index]
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
11:09:50.345 T:140539762022464   DEBUG: ------ Window Init (DialogNotification.xml) ------

Do the channels play ok in the normal Kodi TV section?

I just tried the TVHeadend HTSP Client on my Windows Jarvis Kodi with a LibreELEC TVHeadend backend and everything worked fine.

pm me a full log so I can find out more.
Reply

Logout Mark Read Team Forum Stats Members Help
Sports Fixtures with addon and PVR stream playback1