• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 201
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)
#16
(2016-07-17, 17:09)primaeval Wrote: It might be because you have left over files from installing the Github master repo first. Have a look in your addon folder for repo.primaeval-master or something similar and delete it.
Checked and I don't have any left over repo, exact GUI error message when trying to read from your repo is
Header text - "primeaval's beta dev repo"
Body text - "Could not connect to repository"
if i attempt to update repo, Kodi appears to go through motions of updating ok in sense that no errors are displayed in GUI

Code:
16:49:49 4741.141113 T:1739584416   ERROR: CCurlFile::FillBuffer - Failed: URL using bad/illegal format or missing URL(3)
16:49:49 4741.141602 T:1739584416   ERROR: CCurlFile::Open failed with code 0 for
16:49:49 4741.141602 T:1739584416   ERROR: CRepository: failed to read
16:51:38 4850.278809 T:1961558016   ERROR: GetDirectory - Error getting addons://repository.primaeval/
16:51:38 4850.279297 T:1961558016   ERROR: CGUIMediaWindow::GetDirectory(addons://repository.primaeval/) failed
16:51:42 4854.453125 T:1523577760   ERROR: CCurlFile::FillBuffer - Failed: URL using bad/illegal format or missing URL(3)
16:51:42 4854.453613 T:1523577760   ERROR: CCurlFile::Open failed with code 0 for
16:51:42 4854.453613 T:1523577760   ERROR: CRepository: failed to read
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
#17
(2016-07-17, 17:52)MikeKL Wrote:
(2016-07-17, 17:09)primaeval Wrote: It might be because you have left over files from installing the Github master repo first. Have a look in your addon folder for repo.primaeval-master or something similar and delete it.
Checked and I don't have any left over repo, exact GUI error message when trying to read from your repo is
Header text - "primeaval's beta dev repo"
Body text - "Could not connect to repository"
if i attempt to update repo, Kodi appears to go through motions of updating ok in sense that no errors are displayed in GUI

Code:
16:49:49 4741.141113 T:1739584416   ERROR: CCurlFile::FillBuffer - Failed: URL using bad/illegal format or missing URL(3)
16:49:49 4741.141602 T:1739584416   ERROR: CCurlFile::Open failed with code 0 for
16:49:49 4741.141602 T:1739584416   ERROR: CRepository: failed to read
16:51:38 4850.278809 T:1961558016   ERROR: GetDirectory - Error getting addons://repository.primaeval/
16:51:38 4850.279297 T:1961558016   ERROR: CGUIMediaWindow::GetDirectory(addons://repository.primaeval/) failed
16:51:42 4854.453125 T:1523577760   ERROR: CCurlFile::FillBuffer - Failed: URL using bad/illegal format or missing URL(3)
16:51:42 4854.453613 T:1523577760   ERROR: CCurlFile::Open failed with code 0 for
16:51:42 4854.453613 T:1523577760   ERROR: CRepository: failed to read

I don't know why it won't work for you.

All I can test on this week is Win7 64. Jarvis and Krypton clean installs almost work as long as I install TV Listings (xmltv) first to get the request module.

I take it you have turned on Unknown Sources in Krypton.

The only other thing I can think of is there is some strange permission problem with your devices. I know Android can have problems with addons accessing the external storage sdcard.
Reply
#18
Hello I just try your addon but it doesnt seem to be able to load my xmltv file.
Here's the output from kodi.log
Code:
18:21:36 T:140571536860928   ERROR: Traceback (most recent call last):
18:21:36 T:140571536860928   ERROR:   File "/home/mac/.kodi/addons/script.tvguide.fullscreen/source.py", line 366, in _updateChannelAndProgramListCaches
18:21:36 T:140571536860928   ERROR:     for item in self.source.getDataFromExternal(date, progress_callback):
18:21:36 T:140571536860928   ERROR:   File "/home/mac/.kodi/addons/script.tvguide.fullscreen/source.py", line 1051, in parseXMLTV
18:21:36 T:140571536860928   ERROR:     for event, elem in context:
18:21:36 T:140571536860928   ERROR:   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1265, in next
18:21:36 T:140571536860928   ERROR:     raise e
18:21:36 T:140571536860928   ERROR: ParseError: junk after document element: line 7, column 5

and here's my xmltv file https://drive.google.com/open?id=0Bxk_Wa...mhGOW9ZNGc
Reply
#19
(2016-07-17, 18:30)mac1202 Wrote: Hello I just try your addon but it doesnt seem to be able to load my xmltv file.
Here's the output from kodi.log
Code:
18:21:36 T:140571536860928   ERROR: Traceback (most recent call last):
18:21:36 T:140571536860928   ERROR:   File "/home/mac/.kodi/addons/script.tvguide.fullscreen/source.py", line 366, in _updateChannelAndProgramListCaches
18:21:36 T:140571536860928   ERROR:     for item in self.source.getDataFromExternal(date, progress_callback):
18:21:36 T:140571536860928   ERROR:   File "/home/mac/.kodi/addons/script.tvguide.fullscreen/source.py", line 1051, in parseXMLTV
18:21:36 T:140571536860928   ERROR:     for event, elem in context:
18:21:36 T:140571536860928   ERROR:   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1265, in next
18:21:36 T:140571536860928   ERROR:     raise e
18:21:36 T:140571536860928   ERROR: ParseError: junk after document element: line 7, column 5

and here's my xmltv file https://drive.google.com/open?id=0Bxk_Wa...mhGOW9ZNGc

Your xmltv file has the <?xml tag in twice, once on line 1 and again on line 7, which is in your error message.

Try one of the ftv guide urls which should work and compare the header with yours.
eg
http://thaisatellite.tv/ftv/guide.xmltv
or
http://thaisatellite.tv/ftv/guide_ukbasic.xmltv
Reply
#20
(2016-07-17, 18:22)primaeval Wrote: I don't know why it won't work for you.

All I can test on this week is Win7 64. Jarvis and Krypton clean installs almost work as long as I install TV Listings (xmltv) first to get the request module.

I take it you have turned on Unknown Sources in Krypton.

The only other thing I can think of is there is some strange permission problem with your devices. I know Android can have problems with addons accessing the external storage sdcard.
Quick update on repoistory issue after checking on another device

Repository working fine on my imac with Jarvis 16.1, but repository not work correctly with Krypton Nightly Milhouse Builds on my rpi2.
(Currently running #0716, 16-Jul-2016)

Yes checked and have "Unknow Sources" enabled
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
#21
(2016-07-17, 19:15)MikeKL Wrote:
(2016-07-17, 18:22)primaeval Wrote: I don't know why it won't work for you.

All I can test on this week is Win7 64. Jarvis and Krypton clean installs almost work as long as I install TV Listings (xmltv) first to get the request module.

I take it you have turned on Unknown Sources in Krypton.

The only other thing I can think of is there is some strange permission problem with your devices. I know Android can have problems with addons accessing the external storage sdcard.
Quick update on repoistory issue after checking on another device

Repository working fine on my imac with Jarvis 16.1, but repository not work correctly with Krypton Nightly Milhouse Builds on my rpi2.
(Currently running #0716, 16-Jul-2016)

Yes checked and have "Unknow Sources" enabled

I do all the development on 16.1 Win7. I do an occasional check on 17.0 but don't keep it right up to date.

Perhaps there are some permission changes in 17.0 or directories moving around.

If you find a fix please let me know and I'll change my repo.
Reply
#22
Regarding problem of 1st start/load of the TV Guide Fullscreen, I have noted that just selecting the Appearance -> Guide Theme up/down arrows seems to wake up the start of TV Guide for 1st time. (Ref your mention of switching only currrent appearance theme from "cyan" to "default" to resolve in an update)

---edit---

Now I understand how to search through (Browse) the addons when setting up a particular stream for a given channel :-

Its important to focus on addon and wait before trying to move up/down through available installed addons.
It takes time for information to be populated to right of addon icon, to then browse through and select a particular stream item.
--another edit-- Actually need to physically pick/select addon each time, to make sure items to right of addon icon are correctly updated for each addon, had not realised as blue selection outline remains around an addon even when not fully selected? --

But when it works CoolCool boy it works really well, Thanks primaeval Big GrinCoolBig Grin
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
#23
(2016-07-17, 19:29)MikeKL Wrote: Regarding problem of 1st start/load of the TV Guide Fullscreen, I have noted that just selecting the Appearance -> Guide Theme up/down arrows seems to wake up the start of TV Guide for 1st time. (Ref your mention of switching only currrent appearance theme from "cyan" to "default" to resolve in an update)

---edit---

Now I understand how to search through (Browse) the addons when setting up a particular stream for a given channel :-

Its important to focus on addon and wait before trying to move up/down through available installed addons.
It takes time for information to be populated to right of addon icon, to then browse through and select a particular stream item.
--another edit-- Actually need to physically pick/select addon each time, to make sure items to right of addon icon are correctly updated for each addon, had not realised as blue selection outline remains around an addon even when not fully selected? --

But when it works CoolCool boy it works really well, Thanks primaeval Big GrinCoolBig Grin

I'm glad you like it. Smile I hope you can feel the power now. Wink

It takes a while to load the addon streams because it is effectively starting the addons up in the background and finding out what folders and links they provide.
Reply
#24
(2016-07-17, 21:12)primaeval Wrote: I'm glad you like it. Smile I hope you can feel the power now. Wink
I sure am Big GrinBig Grin remembered quick way to expose Live channels of my DVB-T tuner via TVHeadend server running on my rpi2 as an m3u list Wink
Essentially I just make query http://TVHEADENDSERVER:9981/playlist/channels and I receive :-

Code:
#EXTM3U
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/58" tvg-id="fae3682fb61a85618591ef2caafa8dad",13tv
http://tvheadensserver:9981/stream/channelid/795403258?ticket=677750BB5999084D36E5EC96CF3C609FE88F4C85&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/3" tvg-id="f52c1ed1d2ef7012b715df172cc6cc65",24h
http://tvheadensserver:9981/stream/channelid/1360932085?ticket=068948DE22ACC505CC2FB1D98F317B712CC14616&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/42" tvg-id="bb70b3b76fc49b25bc5f1568038268b0",8 Sevilla
http://tvheadensserver:9981/stream/channelid/934506683?ticket=ACA40429D3CC83B86D7CA4E1330C84D8BCC1EBD1&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/29" tvg-id="aef4287cbb4d5cc2c6cb9602a72e9c60",Antena3
http://tvheadensserver:9981/stream/channelid/2083058862?ticket=65EFA6B1487D2EB0DC2420DE4D8CCD0CE4A379BF&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/28" tvg-id="fa7a3ff65b31b29392d80b4adb5e3254",Antena3 HD
http://tvheadensserver:9981/stream/channelid/1983871738?ticket=77D2160BA41666E5C4548CC847275A65A9339F6D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/43" tvg-id="81ba4dca2f9f9f58bf635828d309fcb2",atreseries HD
http://tvheadensserver:9981/stream/channelid/1246608001?ticket=4F7E7F299AC60FCE447E65F27E2AB1BC24F0CD28&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/53" tvg-id="a78de8f98bf4b8ebd3f7c8d625167641",ATV
http://tvheadensserver:9981/stream/channelid/2045283751?ticket=3BB936AADC2763FE5B3923D5A40EE0CAE1224453&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/44" tvg-id="70f5523c010a404807363f64385a6d87",BeMad HD
http://tvheadensserver:9981/stream/channelid/1012069744?ticket=15630FD888D3997ABAEB4C2F1703F2BF8F00FE97&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/19" tvg-id="dc4ce243c65f229dd8e371d224d7a186",Betis TV
http://tvheadensserver:9981/stream/channelid/1138904284?ticket=04B68F22C003BF9100B741DE038C7347A0301E6D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/61" tvg-id="7b24cbb3608e3172b8dc2e3ec773bd6b",Boing
http://tvheadensserver:9981/stream/channelid/868951163?ticket=2ED578E2F7F4CC214313B6329615E8F8C76B578C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/14" tvg-id="f7406253d2329122b5d8c613d1831068",Cadena 100
http://tvheadensserver:9981/stream/channelid/1398948087?ticket=4E3321BE734663EB6BECE43B03507B0A5113A340&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/51" tvg-id="e59ae1d273c0eb755f3908026e4e6c25",Canal Fiesta Radio
http://tvheadensserver:9981/stream/channelid/1390516965?ticket=1C54F5D3E76380B352F77AE145B4DD14FB6B3F31&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/48" tvg-id="41510324261656212357d1cce41f546e",Canal Sur Radio
http://tvheadensserver:9981/stream/channelid/604197185?ticket=A95C5F240E6EAE514E7F5FC07456DFB071B5DEB7&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/46" tvg-id="7d320b479458c9eb74d14bc2620c8155",CanalSur
http://tvheadensserver:9981/stream/channelid/1191916157?ticket=B12479D6126AEBA69EBED49222F5173D9F551F53&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/47" tvg-id="ae1d94f38e3bfa59050683556b4aed3f",CanalSur 2
http://tvheadensserver:9981/stream/channelid/1939086766?ticket=FBB0CFC0DF64C6F5BCEB8951A0C31880A2F8EDBA&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/4" tvg-id="54feae5cf86322bae4c3b9791bf7fee3",Clan
http://tvheadensserver:9981/stream/channelid/1554972244?ticket=EE91D2BE004F2EB4D37292F7E7CF3EE194CD1925&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/59" tvg-id="b7989f28769a14091f8113ddf07d70a9",Cope
http://tvheadensserver:9981/stream/channelid/681547959?ticket=3CE35A09489B3C07152D3F8CB7985EAE5D7CEEA1&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/35" tvg-id="ce46d46da9f305aaf027f9bdb74d825d",Cuatro
http://tvheadensserver:9981/stream/channelid/1842628302?ticket=9F62EECE4221DA504A74EA686AFAE6C0B1A299F5&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/39" tvg-id="a03a7ae03d986a84a45ec1524c826153",Cuatro HD
http://tvheadensserver:9981/stream/channelid/1618623136?ticket=626410B6E05C8F07FE0B2E780C17FCBAFB034DAE&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/10" tvg-id="6096587860cf385148f7336deeef4f54",Discovery MAX
http://tvheadensserver:9981/stream/channelid/2019071584?ticket=DD7D1EDF0BBAC34EF3CA022BC7085B956BBF1B38&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/8" tvg-id="7453c7f16fce94ccd2c715843d5f4270",Disney
http://tvheadensserver:9981/stream/channelid/1908888436?ticket=396E48CDCEBA352EE14DD34BD10F1FF7969A0E55&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/37" tvg-id="1b5fad1c40ad5002295959609a16e051",Divinity
http://tvheadensserver:9981/stream/channelid/481124123?ticket=F2AA36201453166310633FA5BE445444B369D2B4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/25" tvg-id="52f043076cdd910ad74a14a8893e150e",DKISS
http://tvheadensserver:9981/stream/channelid/121892946?ticket=65FD51D53F607F97D6A4BAF79A871A0865D9D67F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/50" tvg-id="b8735b63bf9b16a9751bc4252df66354",ehs
http://tvheadensserver:9981/stream/channelid/1666937784?ticket=BA9299731FBD8E7FA7BCB50F1EDF860F97F7753F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/18" tvg-id="8999af9d2fcf5b75b93f3f67938f2871",El Correo TV
http://tvheadensserver:9981/stream/channelid/498047369?ticket=41CF7EEB1DCD9B6553C8CA690E3C124D62A22260&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/60" tvg-id="9c9b5da9bbc4900d1345e220378d5fa8",Energy
http://tvheadensserver:9981/stream/channelid/694000540?ticket=418345DF266A4D327FAD7375F151C292D1703031&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/16" tvg-id="0d873476719d9171599a26707b1cdf09",esRadio
http://tvheadensserver:9981/stream/channelid/1983153933?ticket=DFAF38AB063E42F1E5290502292DB9F713951EFD&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/56" tvg-id="9361e3b20f84dadf3eacd55a89f826ce",Europa FM
http://tvheadensserver:9981/stream/channelid/853762451?ticket=016EF978BFF25FE5BDA51CAC4CB1D667119AB3FF&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/36" tvg-id="157c0471efb83544be1dca30544a4ea7",FDF
http://tvheadensserver:9981/stream/channelid/1896119317?ticket=043FF35FFFE28123F3919E547EF7494CD1478D04&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/49" tvg-id="bc57ac71da5bc28d4d4fa106d492cff9",Flamenco Radio
http://tvheadensserver:9981/stream/channelid/1907120060?ticket=48F363B443B05F6AF0E130BC5F3F2A41D9FBF470&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/11" tvg-id="b8abe5a2a6a84e8b3a113666c3818d54",GOL
http://tvheadensserver:9981/stream/channelid/585477048?ticket=77E3AA34F37D4D8F76CD290C8600E14F6900890C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/26" tvg-id="6377ad14c501fbbfbd03727ac6dbad69",Kiss FM
http://tvheadensserver:9981/stream/channelid/346912611?ticket=38137CABC260D86344F938741A6C0BE96C6B5744&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/1" tvg-id="d612a90bf35f8d6524048a512c982b4c",La1
http://tvheadensserver:9981/stream/channelid/195629782?ticket=FA81B24834E823F8CE8F0322B85E1FE5282196DB&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/5" tvg-id="f6c7f282e4c0084265ab5f9f93c3d602",La1 HD
http://tvheadensserver:9981/stream/channelid/49465334?ticket=6FF2497B5C17475A7881EB39BF4F39997E1900F6&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/2" tvg-id="a78775e5bd502c14b1bace469d4dab77",La2
http://tvheadensserver:9981/stream/channelid/1702201255?ticket=52D407888C51320CC2F81F05DA8C85FF78034878&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/31" tvg-id="98b87ba2f6ad71d29d2beae4f8c640d5",laSexta
http://tvheadensserver:9981/stream/channelid/578533528?ticket=AD514441FF6CACF4CD83EF57266C03BF7D9E97C4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/30" tvg-id="04ced33ccb3f6ca29d341dab619556d6",laSexta HD
http://tvheadensserver:9981/stream/channelid/1020513796?ticket=EEE44D116FE326A1A24F3E68C4BFEA35A80AEA45&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/54" tvg-id="61a40e06205c3570846bf465d3029377",mega
http://tvheadensserver:9981/stream/channelid/101622881?ticket=F951CDE1AF2A8EFFCE51EB04ACD3890FFF6B9072&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/57" tvg-id="5e0c312b1d6a212a474da6c8c3b68c78",Melodia FM
http://tvheadensserver:9981/stream/channelid/724634718?ticket=DFA22C2736D3E00B6C42E554832ABE59A3142FC3&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/32" tvg-id="ad3ccc8d9fe5b21f2187185286d5ea3d",neox
http://tvheadensserver:9981/stream/channelid/231488685?ticket=6BD72F5D5334F780553407927D63C27781465592&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/33" tvg-id="6d3ff38431d90d2a00abc4c7e3d1e3f4",nova
http://tvheadensserver:9981/stream/channelid/83050349?ticket=BE63D9D6230097FB688C95093FBACB505484744D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/55" tvg-id="070eecafd1549a84eb21db3f3069ef74",Onda Cero
http://tvheadensserver:9981/stream/channelid/803999239?ticket=94A6C1D65793FE833AD3EC6DD4FBE592CEC47994&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/41" tvg-id="03c2413e8aa252f4fe4054b414cb2a87",Ondaluz
http://tvheadensserver:9981/stream/channelid/1044496899?ticket=99BE70658F4459CB1E59F57C73DF096B8A40B796&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/9" tvg-id="58b17eaa41a8019a6fc9d12c746ef18c",Paramount
http://tvheadensserver:9981/stream/channelid/712946008?ticket=E691B2E8AC416B0DC29FBE5C265DE176742238FA&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/23" tvg-id="ccfca3d78856aa1376f4a4d5f6e25bd3",Radio 3 HQ
http://tvheadensserver:9981/stream/channelid/1470364876?ticket=6296805F19FC1F585516043A252A1635B8C04B7C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/7" tvg-id="e924e8ad846f211bfdbf1056211dae9b",Radio 5
http://tvheadensserver:9981/stream/channelid/770188521?ticket=C00162CAF2F1D98DF3BFA59DC411A257F4819D6A&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/52" tvg-id="539712f4f480c11690bdd3b865a060b6",Radio Andalucia Informacion
http://tvheadensserver:9981/stream/channelid/1947375443?ticket=73AE05C23FA0E79A72B34D717D632E444837F6E6&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/22" tvg-id="ba4873bb6bb68a4a31485ebd97944f95",Radio Clasica
http://tvheadensserver:9981/stream/channelid/997411002?ticket=C301980B8A72D7395E3532AE2B9AFD0B58A0EE0B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/24" tvg-id="d2fde8707b259539bba004235edb2e65",Radio Exterior RNE
http://tvheadensserver:9981/stream/channelid/1894317522?ticket=2DA391E24F3A6FF94887716136AB7737B31CBB4C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/12" tvg-id="926f333da93937cae0d20be903184902",Radio Marca
http://tvheadensserver:9981/stream/channelid/1026781074?ticket=8904DCAAA498F8E735719619B3A2E0DBE7ED38DB&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/15" tvg-id="42827c757d707b250ad2855a0033de21",Radio Maria
http://tvheadensserver:9981/stream/channelid/1971094082?ticket=D6AB2D5926959F13C8A9C3507FBBA5D1663119F8&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/6" tvg-id="e58fe47879291bda169b2e46e34b8783",Radio Nacional Andalucia
http://tvheadensserver:9981/stream/channelid/2028244965?ticket=5E981BE52193A1D4B442349AAB00A09D9651ED8B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/45" tvg-id="8a14b1f21008475dd0c815dac457e06e",Realmadrid TV HD
http://tvheadensserver:9981/stream/channelid/1924207754?ticket=22A37F64E2762CD547B1816ECA6AC6AE60CA421F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/17" tvg-id="a37d5ba8afed9409cdb1631c807266a9",Sevilla FC TV
http://tvheadensserver:9981/stream/channelid/677084579?ticket=06B3FE26E65A08B8DEBF2353B071D13C74F17243&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/20" tvg-id="a09a06931bb7843b0d056ec990f16fd9",tdp
http://tvheadensserver:9981/stream/channelid/319199904?ticket=3538FD1DA082D870A4C089511696FCCD327F3F1B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/21" tvg-id="dd00f47054c936d20f6c90f30dc4ff3b",tdp HD
http://tvheadensserver:9981/stream/channelid/1895039197?ticket=9E0BC54722CF81331DF06D4A13EA57B004996DF4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/34" tvg-id="67be0ba20ed574c8e07d9035e4039cba",Telecinco
http://tvheadensserver:9981/stream/channelid/571194983?ticket=024856ABCC2CEFCE84A5C1286504E1FF888C67A4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/38" tvg-id="133f022a5af7b09749d928ad561b821f",Telecinco HD
http://tvheadensserver:9981/stream/channelid/704790291?ticket=F736F71C55F3102985C0804B33D1B37F22C833C0&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/27" tvg-id="53b6611cbea44d164b4fb32dbde78f22",TEN
http://tvheadensserver:9981/stream/channelid/476165715?ticket=47615E3964B6437414E8E326B3EF1F29124F581D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/13" tvg-id="feed41133dc458c7141264a584e0dfcc",Vaughan Radio
http://tvheadensserver:9981/stream/channelid/323087870?ticket=9211296F3E4DD5F269A568587B1D3DC78D052409&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/40" tvg-id="667b5cf1a4300e98037c0f4edebf1847",VER-T
http://tvheadensserver:9981/stream/channelid/1901886310?ticket=5E47CE9014E38216EC7FADBB539B7494CB82048B&profile=pass
So how to fetch/read within TV Guide Fullscreen and then select a stream to add to channel in the guide Huh

And another thought, what about Radio Guide Fullscreen (or is that where Categories come into play?)
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
#25
(2016-07-17, 23:28)MikeKL Wrote:
(2016-07-17, 21:12)primaeval Wrote: I'm glad you like it. Smile I hope you can feel the power now. Wink
I sure am Big GrinBig Grin remembered quick way to expose Live channels of my DVB-T tuner via TVHeadend server running on my rpi2 as an m3u list Wink
Essentially I just make query http://TVHEADENDSERVER:9981/playlist/channels and I receive :-

Code:
#EXTM3U
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/58" tvg-id="fae3682fb61a85618591ef2caafa8dad",13tv
http://tvheadensserver:9981/stream/channelid/795403258?ticket=677750BB5999084D36E5EC96CF3C609FE88F4C85&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/3" tvg-id="f52c1ed1d2ef7012b715df172cc6cc65",24h
http://tvheadensserver:9981/stream/channelid/1360932085?ticket=068948DE22ACC505CC2FB1D98F317B712CC14616&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/42" tvg-id="bb70b3b76fc49b25bc5f1568038268b0",8 Sevilla
http://tvheadensserver:9981/stream/channelid/934506683?ticket=ACA40429D3CC83B86D7CA4E1330C84D8BCC1EBD1&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/29" tvg-id="aef4287cbb4d5cc2c6cb9602a72e9c60",Antena3
http://tvheadensserver:9981/stream/channelid/2083058862?ticket=65EFA6B1487D2EB0DC2420DE4D8CCD0CE4A379BF&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/28" tvg-id="fa7a3ff65b31b29392d80b4adb5e3254",Antena3 HD
http://tvheadensserver:9981/stream/channelid/1983871738?ticket=77D2160BA41666E5C4548CC847275A65A9339F6D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/43" tvg-id="81ba4dca2f9f9f58bf635828d309fcb2",atreseries HD
http://tvheadensserver:9981/stream/channelid/1246608001?ticket=4F7E7F299AC60FCE447E65F27E2AB1BC24F0CD28&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/53" tvg-id="a78de8f98bf4b8ebd3f7c8d625167641",ATV
http://tvheadensserver:9981/stream/channelid/2045283751?ticket=3BB936AADC2763FE5B3923D5A40EE0CAE1224453&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/44" tvg-id="70f5523c010a404807363f64385a6d87",BeMad HD
http://tvheadensserver:9981/stream/channelid/1012069744?ticket=15630FD888D3997ABAEB4C2F1703F2BF8F00FE97&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/19" tvg-id="dc4ce243c65f229dd8e371d224d7a186",Betis TV
http://tvheadensserver:9981/stream/channelid/1138904284?ticket=04B68F22C003BF9100B741DE038C7347A0301E6D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/61" tvg-id="7b24cbb3608e3172b8dc2e3ec773bd6b",Boing
http://tvheadensserver:9981/stream/channelid/868951163?ticket=2ED578E2F7F4CC214313B6329615E8F8C76B578C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/14" tvg-id="f7406253d2329122b5d8c613d1831068",Cadena 100
http://tvheadensserver:9981/stream/channelid/1398948087?ticket=4E3321BE734663EB6BECE43B03507B0A5113A340&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/51" tvg-id="e59ae1d273c0eb755f3908026e4e6c25",Canal Fiesta Radio
http://tvheadensserver:9981/stream/channelid/1390516965?ticket=1C54F5D3E76380B352F77AE145B4DD14FB6B3F31&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/48" tvg-id="41510324261656212357d1cce41f546e",Canal Sur Radio
http://tvheadensserver:9981/stream/channelid/604197185?ticket=A95C5F240E6EAE514E7F5FC07456DFB071B5DEB7&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/46" tvg-id="7d320b479458c9eb74d14bc2620c8155",CanalSur
http://tvheadensserver:9981/stream/channelid/1191916157?ticket=B12479D6126AEBA69EBED49222F5173D9F551F53&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/47" tvg-id="ae1d94f38e3bfa59050683556b4aed3f",CanalSur 2
http://tvheadensserver:9981/stream/channelid/1939086766?ticket=FBB0CFC0DF64C6F5BCEB8951A0C31880A2F8EDBA&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/4" tvg-id="54feae5cf86322bae4c3b9791bf7fee3",Clan
http://tvheadensserver:9981/stream/channelid/1554972244?ticket=EE91D2BE004F2EB4D37292F7E7CF3EE194CD1925&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/59" tvg-id="b7989f28769a14091f8113ddf07d70a9",Cope
http://tvheadensserver:9981/stream/channelid/681547959?ticket=3CE35A09489B3C07152D3F8CB7985EAE5D7CEEA1&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/35" tvg-id="ce46d46da9f305aaf027f9bdb74d825d",Cuatro
http://tvheadensserver:9981/stream/channelid/1842628302?ticket=9F62EECE4221DA504A74EA686AFAE6C0B1A299F5&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/39" tvg-id="a03a7ae03d986a84a45ec1524c826153",Cuatro HD
http://tvheadensserver:9981/stream/channelid/1618623136?ticket=626410B6E05C8F07FE0B2E780C17FCBAFB034DAE&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/10" tvg-id="6096587860cf385148f7336deeef4f54",Discovery MAX
http://tvheadensserver:9981/stream/channelid/2019071584?ticket=DD7D1EDF0BBAC34EF3CA022BC7085B956BBF1B38&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/8" tvg-id="7453c7f16fce94ccd2c715843d5f4270",Disney
http://tvheadensserver:9981/stream/channelid/1908888436?ticket=396E48CDCEBA352EE14DD34BD10F1FF7969A0E55&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/37" tvg-id="1b5fad1c40ad5002295959609a16e051",Divinity
http://tvheadensserver:9981/stream/channelid/481124123?ticket=F2AA36201453166310633FA5BE445444B369D2B4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/25" tvg-id="52f043076cdd910ad74a14a8893e150e",DKISS
http://tvheadensserver:9981/stream/channelid/121892946?ticket=65FD51D53F607F97D6A4BAF79A871A0865D9D67F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/50" tvg-id="b8735b63bf9b16a9751bc4252df66354",ehs
http://tvheadensserver:9981/stream/channelid/1666937784?ticket=BA9299731FBD8E7FA7BCB50F1EDF860F97F7753F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/18" tvg-id="8999af9d2fcf5b75b93f3f67938f2871",El Correo TV
http://tvheadensserver:9981/stream/channelid/498047369?ticket=41CF7EEB1DCD9B6553C8CA690E3C124D62A22260&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/60" tvg-id="9c9b5da9bbc4900d1345e220378d5fa8",Energy
http://tvheadensserver:9981/stream/channelid/694000540?ticket=418345DF266A4D327FAD7375F151C292D1703031&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/16" tvg-id="0d873476719d9171599a26707b1cdf09",esRadio
http://tvheadensserver:9981/stream/channelid/1983153933?ticket=DFAF38AB063E42F1E5290502292DB9F713951EFD&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/56" tvg-id="9361e3b20f84dadf3eacd55a89f826ce",Europa FM
http://tvheadensserver:9981/stream/channelid/853762451?ticket=016EF978BFF25FE5BDA51CAC4CB1D667119AB3FF&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/36" tvg-id="157c0471efb83544be1dca30544a4ea7",FDF
http://tvheadensserver:9981/stream/channelid/1896119317?ticket=043FF35FFFE28123F3919E547EF7494CD1478D04&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/49" tvg-id="bc57ac71da5bc28d4d4fa106d492cff9",Flamenco Radio
http://tvheadensserver:9981/stream/channelid/1907120060?ticket=48F363B443B05F6AF0E130BC5F3F2A41D9FBF470&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/11" tvg-id="b8abe5a2a6a84e8b3a113666c3818d54",GOL
http://tvheadensserver:9981/stream/channelid/585477048?ticket=77E3AA34F37D4D8F76CD290C8600E14F6900890C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/26" tvg-id="6377ad14c501fbbfbd03727ac6dbad69",Kiss FM
http://tvheadensserver:9981/stream/channelid/346912611?ticket=38137CABC260D86344F938741A6C0BE96C6B5744&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/1" tvg-id="d612a90bf35f8d6524048a512c982b4c",La1
http://tvheadensserver:9981/stream/channelid/195629782?ticket=FA81B24834E823F8CE8F0322B85E1FE5282196DB&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/5" tvg-id="f6c7f282e4c0084265ab5f9f93c3d602",La1 HD
http://tvheadensserver:9981/stream/channelid/49465334?ticket=6FF2497B5C17475A7881EB39BF4F39997E1900F6&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/2" tvg-id="a78775e5bd502c14b1bace469d4dab77",La2
http://tvheadensserver:9981/stream/channelid/1702201255?ticket=52D407888C51320CC2F81F05DA8C85FF78034878&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/31" tvg-id="98b87ba2f6ad71d29d2beae4f8c640d5",laSexta
http://tvheadensserver:9981/stream/channelid/578533528?ticket=AD514441FF6CACF4CD83EF57266C03BF7D9E97C4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/30" tvg-id="04ced33ccb3f6ca29d341dab619556d6",laSexta HD
http://tvheadensserver:9981/stream/channelid/1020513796?ticket=EEE44D116FE326A1A24F3E68C4BFEA35A80AEA45&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/54" tvg-id="61a40e06205c3570846bf465d3029377",mega
http://tvheadensserver:9981/stream/channelid/101622881?ticket=F951CDE1AF2A8EFFCE51EB04ACD3890FFF6B9072&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/57" tvg-id="5e0c312b1d6a212a474da6c8c3b68c78",Melodia FM
http://tvheadensserver:9981/stream/channelid/724634718?ticket=DFA22C2736D3E00B6C42E554832ABE59A3142FC3&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/32" tvg-id="ad3ccc8d9fe5b21f2187185286d5ea3d",neox
http://tvheadensserver:9981/stream/channelid/231488685?ticket=6BD72F5D5334F780553407927D63C27781465592&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/33" tvg-id="6d3ff38431d90d2a00abc4c7e3d1e3f4",nova
http://tvheadensserver:9981/stream/channelid/83050349?ticket=BE63D9D6230097FB688C95093FBACB505484744D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/55" tvg-id="070eecafd1549a84eb21db3f3069ef74",Onda Cero
http://tvheadensserver:9981/stream/channelid/803999239?ticket=94A6C1D65793FE833AD3EC6DD4FBE592CEC47994&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/41" tvg-id="03c2413e8aa252f4fe4054b414cb2a87",Ondaluz
http://tvheadensserver:9981/stream/channelid/1044496899?ticket=99BE70658F4459CB1E59F57C73DF096B8A40B796&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/9" tvg-id="58b17eaa41a8019a6fc9d12c746ef18c",Paramount
http://tvheadensserver:9981/stream/channelid/712946008?ticket=E691B2E8AC416B0DC29FBE5C265DE176742238FA&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/23" tvg-id="ccfca3d78856aa1376f4a4d5f6e25bd3",Radio 3 HQ
http://tvheadensserver:9981/stream/channelid/1470364876?ticket=6296805F19FC1F585516043A252A1635B8C04B7C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/7" tvg-id="e924e8ad846f211bfdbf1056211dae9b",Radio 5
http://tvheadensserver:9981/stream/channelid/770188521?ticket=C00162CAF2F1D98DF3BFA59DC411A257F4819D6A&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/52" tvg-id="539712f4f480c11690bdd3b865a060b6",Radio Andalucia Informacion
http://tvheadensserver:9981/stream/channelid/1947375443?ticket=73AE05C23FA0E79A72B34D717D632E444837F6E6&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/22" tvg-id="ba4873bb6bb68a4a31485ebd97944f95",Radio Clasica
http://tvheadensserver:9981/stream/channelid/997411002?ticket=C301980B8A72D7395E3532AE2B9AFD0B58A0EE0B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/24" tvg-id="d2fde8707b259539bba004235edb2e65",Radio Exterior RNE
http://tvheadensserver:9981/stream/channelid/1894317522?ticket=2DA391E24F3A6FF94887716136AB7737B31CBB4C&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/12" tvg-id="926f333da93937cae0d20be903184902",Radio Marca
http://tvheadensserver:9981/stream/channelid/1026781074?ticket=8904DCAAA498F8E735719619B3A2E0DBE7ED38DB&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/15" tvg-id="42827c757d707b250ad2855a0033de21",Radio Maria
http://tvheadensserver:9981/stream/channelid/1971094082?ticket=D6AB2D5926959F13C8A9C3507FBBA5D1663119F8&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/6" tvg-id="e58fe47879291bda169b2e46e34b8783",Radio Nacional Andalucia
http://tvheadensserver:9981/stream/channelid/2028244965?ticket=5E981BE52193A1D4B442349AAB00A09D9651ED8B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/45" tvg-id="8a14b1f21008475dd0c815dac457e06e",Realmadrid TV HD
http://tvheadensserver:9981/stream/channelid/1924207754?ticket=22A37F64E2762CD547B1816ECA6AC6AE60CA421F&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/17" tvg-id="a37d5ba8afed9409cdb1631c807266a9",Sevilla FC TV
http://tvheadensserver:9981/stream/channelid/677084579?ticket=06B3FE26E65A08B8DEBF2353B071D13C74F17243&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/20" tvg-id="a09a06931bb7843b0d056ec990f16fd9",tdp
http://tvheadensserver:9981/stream/channelid/319199904?ticket=3538FD1DA082D870A4C089511696FCCD327F3F1B&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/21" tvg-id="dd00f47054c936d20f6c90f30dc4ff3b",tdp HD
http://tvheadensserver:9981/stream/channelid/1895039197?ticket=9E0BC54722CF81331DF06D4A13EA57B004996DF4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/34" tvg-id="67be0ba20ed574c8e07d9035e4039cba",Telecinco
http://tvheadensserver:9981/stream/channelid/571194983?ticket=024856ABCC2CEFCE84A5C1286504E1FF888C67A4&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/38" tvg-id="133f022a5af7b09749d928ad561b821f",Telecinco HD
http://tvheadensserver:9981/stream/channelid/704790291?ticket=F736F71C55F3102985C0804B33D1B37F22C833C0&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/27" tvg-id="53b6611cbea44d164b4fb32dbde78f22",TEN
http://tvheadensserver:9981/stream/channelid/476165715?ticket=47615E3964B6437414E8E326B3EF1F29124F581D&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/13" tvg-id="feed41133dc458c7141264a584e0dfcc",Vaughan Radio
http://tvheadensserver:9981/stream/channelid/323087870?ticket=9211296F3E4DD5F269A568587B1D3DC78D052409&profile=pass
#EXTINF:-1 logo="http://tvheadensserver:9981/imagecache/40" tvg-id="667b5cf1a4300e98037c0f4edebf1847",VER-T
http://tvheadensserver:9981/stream/channelid/1901886310?ticket=5E47CE9014E38216EC7FADBB539B7494CB82048B&profile=pass
So how to fetch/read within TV Guide Fullscreen and then select a stream to add to channel in the guide Huh

And another thought, what about Radio Guide Fullscreen (or is that where Categories come into play?)

There is at least one Playlist Loader addon out there that should be able to import a playlist. I haven't tried it but you should be able to add the m3u8 in that and then Browse for it.

If not I could probably add the ability to import playlists.

I limited the addon searching to Video but I'll add Music later if you like. It already can pick up the Radio section in iplayerwww because it is a dual addon. I use it for the BBC Radio channels.
Reply
#26
(2016-07-17, 19:21)primaeval Wrote:
(2016-07-17, 19:15)MikeKL Wrote:
(2016-07-17, 18:22)primaeval Wrote: I don't know why it won't work for you.

All I can test on this week is Win7 64. Jarvis and Krypton clean installs almost work as long as I install TV Listings (xmltv) first to get the request module.

I take it you have turned on Unknown Sources in Krypton.

The only other thing I can think of is there is some strange permission problem with your devices. I know Android can have problems with addons accessing the external storage sdcard.
Quick update on repoistory issue after checking on another device

Repository working fine on my imac with Jarvis 16.1, but repository not work correctly with Krypton Nightly Milhouse Builds on my rpi2.
(Currently running #0716, 16-Jul-2016)

Yes checked and have "Unknow Sources" enabled

I do all the development on 16.1 Win7. I do an occasional check on 17.0 but don't keep it right up to date.

Perhaps there are some permission changes in 17.0 or directories moving around.

If you find a fix please let me know and I'll change my repo.

I fixed the repo problem.

The addon.xml changes weren't added to the primaeval-addons.xml file.
Reply
#27
version 0.0.44

Several fixes and clarity changes.

* repo fix
* cyan theme renamed to Default (you may need to update settings)
* audio addons can be browsed now for radio streams
* addons.ini and categories.ini moved to Optional settings tab
* message about clicking and waiting in Browse menu
* removed unncessary shortcuts in context menu
Reply
#28
Updated to 0.0.44 on imac running Jarvis 6.1 (Updated via Repo refresh) and now cant start TV Guide Fullscreen. Following is relevant info in kodi.log when I attempt to run v0.0.44 :-

Code:
18:25:37 T:123145304526848   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.SyntaxError'>
                                            Error Contents: ('invalid syntax', ('/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/gui.py', 1503, 36, "        addons = {v['addonid']:v for v in addons}.values()\n"))
                                            Traceback (most recent call last):
                                              File "/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/addon.py", line 24, in <module>
                                                import gui
                                            SyntaxError: ('invalid syntax', ('/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/gui.py', 1503, 36, "        addons = {v['addonid']:v for v in addons}.values()\n"))
                                            -->End of Python script error report<--

I manually removed and then re-installed repository.primaeval on rpi2 using available zip in 1st post of this thread, but I am still get same error, when I try to enter the repo on rpi2 running recent nightly build of Krypton? Kodi.log
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
#29
First off, thanks for taking the time to update this addon - Love the features you've added so far, lot's of promise!

I have a few suggestions for improvements that I'd like to see, as I use a modded version of twinther's version daily as well:

- An option to not stop the playing video when leaving the addon. I jump around in Kodi a lot, so this is huge.
- I'd love to see a PIP window instead of playing the video behind the EPG. Just creates a cleaner look for me, as it's distracting to read the EPG with a lot of channels and the fullscreen video playing in the background.
- When navigating the EPG, and at the last channel in the guide, pressing down should go back up to the top of the EPG
- Scrolling down/up through the pages of the EPG, the "loading data from external source" briefly flashes on the screen. Is there a way to hide this from appearing? It's bit distracting because it shows up and disappears so quickly.
- When the XML data isn't available for the partiuclar channel in the EPG, I liked how twinther's version said something like "No Program Available" instead of just showing up blank in the EPG.

Couple other features I'd love to see at some point:
- EPG timeline that updates automatically. Refresh at a certain interval so that the current time is always in the first spot, and the blue 'current time' bar never goes off screen.
- Ability to add fallback streams to a channel (If the first stream times out, try a secondary stream)
- A 'Previous' button. Ability to assign a hotkey to swap back and forth between two channels.
Reply
#30
(2016-07-18, 08:04)primaeval Wrote: There is at least one Playlist Loader addon out there that should be able to import a playlist. I haven't tried it but you should be able to add the m3u8 in that and then Browse for it.

If not I could probably add the ability to import playlists.
Made a little progress, forgot that with kodi I can just transfer info into a channels.m3u then load file into Video folder and if this is accessed Kodi is clever enough to recognize playlist and also show all channels as a list that can be moved up/down, selecting/playing any channel directly. Cool

I also remembered that you can change extension from channels.m3u to channels.strm and again Kodi at base level recognizes list of channels within the .strm file when browsing and opening directly without any modification. Cool

So I then quickly tried to use channels.strm option in TV Guide Fullscreen to assign to a channel in guide but currently it just adds whole playlist and then plays first channel contained within playlist. (Currently no option to browse through playlist and select specific channel from it)

Perhaps this could be added within existing Channel, Setup Stream, ".strm file" option within TV Guide addon? Blush
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 201

Logout Mark Read Team Forum Stats Members Help
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)8