• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 14
m-TVGuide
#76
(2021-10-03, 20:04)Dimension Wrote:
(2021-10-03, 19:57)M89SE Wrote: @Dimension Can't be related to m-TVGuide, the add-on is using the built-in Kodi player. Might be some sort of Kodi, inputstream.adaptive or rtmp setting.

Thanks for the feedback for I also have a ticket open on the Xbian forum on this issue as well.
Thanks, changing the full screen animation setting to disabled resolved my issue.
Reply
#77
A public release version of m-TVGuide 9.6.2 is now available in our repository.
https://github.com/Mariusz89B/mods-kodi/...-1.0.1.zip
Reply
#78
v1.0.1 is the same like last x.57?
Reply
#79
and how the option with VOD channels work
means that it reads the "movie" channels from an m3u?
how i can add them as favorite?

and last question where i find edit button here in my posts Smile
Reply
#80
@Kangool It's the repository version, it holds the latest release of m-TVGuide 9.6.2. The v57 was a pre-release Beta version for testing purposes only.

VOD setting will enable channels with a Video on demand title. Only channels with EPG are visible in the m-TVGuide add-on, as it is a electronic program guide application.
Reply
#81
I have been working on my channel setup and noticed that most of channel logs are black that are being pulled in. Because of this it is very hard to see them. Does anyone have a website that they use to pull the images from. For example I have been copying the image links from tvpassport to get the logos. Is there a better one that has images that will show up on the black back ground?
Reply
#82
Second question is there a way to organize my channels alphabetically?
Reply
#83
Ran into another issue in that I am unable to directly download my EPG into m-TVGuide. It is telling me that the EPG cannot be downloaded and to check my internet connection. I know that the file works for I have it store in Dropbox and when I point m-TVGuide to the file it opens it without any problems.

Log file: https://www.dropbox.com/s/80du3nfebiiomi7/kodi.log?dl=0
Reply
#84
(2021-10-07, 21:48)Dimension Wrote: Ran into another issue in that I am unable to directly download my EPG into m-TVGuide. It is telling me that the EPG cannot be downloaded and to check my internet connection. I know that the file works for I have it store in Dropbox and when I point m-TVGuide to the file it opens it without any problems.

Log file: https://www.dropbox.com/s/80du3nfebiiomi7/kodi.log?dl=0

Your url is faulty, it's downloading a js script not the xml file (dropbox is blocking the request with javascript).

xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

You can organize your channels using Context menu -> PVR channel manager, or directly editing the database file source.db in \userdata.
Reply
#85
(2021-10-07, 23:00)M89SE Wrote:
(2021-10-07, 21:48)Dimension Wrote: Ran into another issue in that I am unable to directly download my EPG into m-TVGuide. It is telling me that the EPG cannot be downloaded and to check my internet connection. I know that the file works for I have it store in Dropbox and when I point m-TVGuide to the file it opens it without any problems.

Log file: https://www.dropbox.com/s/80du3nfebiiomi7/kodi.log?dl=0

Your url is faulty, it's downloading a js script not the xml file (dropbox is blocking the request with javascript).

xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

You can organize your channels using Context menu -> PVR channel manager, or directly editing the database file source.db in \userdata.

Any suggestions on how to fix this? Try Google Drive? Not sure how dropbox is blocking the request. This sounds like I might need to open a ticket with Dropbox but I"m not sure what to tell them other than an application is failing to download a file. Is there anything specific in the log that I can send over to them?
Reply
#86
(2021-10-08, 00:33)Dimension Wrote:
(2021-10-07, 23:00)M89SE Wrote:
(2021-10-07, 21:48)Dimension Wrote: Ran into another issue in that I am unable to directly download my EPG into m-TVGuide. It is telling me that the EPG cannot be downloaded and to check my internet connection. I know that the file works for I have it store in Dropbox and when I point m-TVGuide to the file it opens it without any problems.

Log file: https://www.dropbox.com/s/80du3nfebiiomi7/kodi.log?dl=0

Your url is faulty, it's downloading a js script not the xml file (dropbox is blocking the request with javascript).

xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

You can organize your channels using Context menu -> PVR channel manager, or directly editing the database file source.db in \userdata.

Any suggestions on how to fix this? Try Google Drive? Not sure how dropbox is blocking the request. This sounds like I might need to open a ticket with Dropbox but I"m not sure what to tell them other than an application is failing to download a file. Is there anything specific in the log that I can send over to them?
xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

Change the 0 in the link (MergedEPG.xml?dl=0) to a 1 ( MergedEPG.xml?dl=1 ) - the "1" will tell dropbox to initiate a direct download of the file with no prompts (which is what it's currently doing with the "0" and thus you're getting the JS response that M89SE is talking about.
Reply
#87
(2021-10-08, 02:45)mastertheshadow Wrote:
(2021-10-08, 00:33)Dimension Wrote:
(2021-10-07, 23:00)M89SE Wrote: Your url is faulty, it's downloading a js script not the xml file (dropbox is blocking the request with javascript).

xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

You can organize your channels using Context menu -> PVR channel manager, or directly editing the database file source.db in \userdata.

Any suggestions on how to fix this? Try Google Drive? Not sure how dropbox is blocking the request. This sounds like I might need to open a ticket with Dropbox but I"m not sure what to tell them other than an application is failing to download a file. Is there anything specific in the log that I can send over to them?
xml:
Detected not valid EPG XML, url: https://www.dropbox.com/s/ilcyp5r20uk3ox...G.xml?dl=0

Change the 0 in the link (MergedEPG.xml?dl=0) to a 1 ( MergedEPG.xml?dl=1 ) - the "1" will tell dropbox to initiate a direct download of the file with no prompts (which is what it's currently doing with the "0" and thus you're getting the JS response that M89SE is talking about.
Thanks, that did the trick.
Reply
#88
m-TVGuide 9.6.5 is now available in our repository.

Changelog:

- Added urllib3 module.
- Rebuilded EPG menu selection and group categories.
- Improved performance.
- Bug fixes.

Repository:
https://github.com/Mariusz89B/mods-kodi/...-1.0.1.zip
Reply
#89
Hi @M89SE 
could it be that with your last version you changed something how the guide handles to download external epg files?
I use a links shorter in my case kutt.it, but it can't download the epg now. I am coming from 9.6.2

https://kutt.it/epgnow

Seems like it can't handle gz files in shorturls anymore which worked on 9.6.2
Reply
#90
@Werner The add-on can't recognize the filename, because it's missing in the http Content-Disposition headers and the url is also missing the .gz end. Might be the source changed on server side. I will try to fix that in next version.

EDIT:
Should be fixed in this version, added http Content-Type recognition as backup.
https://github.com/Mariusz89B/script.mtvguide/releases/tag/9.6.7_v2
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 14

Logout Mark Read Team Forum Stats Members Help
m-TVGuide0