• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 14
m-TVGuide
#1
m-TVGuide
Image

Info
This is a Kodi add-on with support for an electronic tvguide (EPG) and that allows streaming content from licensed television provider services.

Disclaimer
This add-on is unoffical and is not endorsed or supported by any of the services provided in any way. Any trademarks used belong to their owning companies and organisations.
Connection to the service takes place with the help of an API request that is processed by the server and respond back to the client.

DRM protected streams
Some content is DRM protected and requires the proprietary decryption module Widevine CDM for playback. You will be prompted to install this if you're attempting to play a stream without the binary installed.
Most Android devices have built-in support for Widevine DRM and doesn't require any additional binaries. You can see if your Android device supports Widevine DRM by using the DRM Info app available in Play Store.

List of available television providers
  • C More - C More Entertainment
  • Ipla - Cyfrowy Polsat S.A.
  • PlayerPL - TVN S.A.
  • Polsat GO - Telewizja Polsat Sp. Z.o.o.
  • Polsat GO Box - Cyfrowy Polsat S.A.
  • Telia Play - Telia Company AB
  • Telewizja Polska - Telewizja Polska S.A.
  • WP Pilot - Wirtualna Polska Media S.A.

Features
  • Easy setup
  • Electronic program guide (EPG)
  • Built-in Addon browser. Use any stream from addons for any channel
  • Playlist M3U support
  • Multiple TV services
  • Capable of playing DRM protected streams
  • Scheduling
  • Recording
  • Catchup / Timeshift
  • Fullscreen background video while in epg mode
  • User configurable categories

Changelog
Quote:v9.9.638 (2023-04-04)
- Fixed catchup default setting for playing/downloading content longer than 1 hour.
- Added offset and timezone adjustment for archive.

v9.9.637 (2023-01-05)
- EPG redraw fixes.
- Decreased interval for auto EPG update.
- Other fixes.
- Improved playlist mapping.

v9.9.636 (2022-12-28)
- Updated language files.
- Bug fixes.

v9.9.635 (2022-12-27)
- Timezone setting fixes.

Installation
You can get this addon from Mods-kodi repository.
If you would like to manually install this addon, get the newest version as a zip file from here.

Development
The development repository of this plugin can be found on github.

Wiki
Read our wiki here.

Support
For feature requests and bug reports you can use the issue tracker on the github page. Feature requests can also be discussed here in this thread.
Feel free to fork the development repository and make pull requests.
Donations to the author of the plugin are appreciated and can be done via Paypal.

Screenshots
 
Image

Image

Image
Reply
#2
@mastertheshadow I rewritten the code for channel recognition, should be more stable now. I also recommend that you delete the database before startup as you used those faulty versions.

https://github.com/Mariusz89B/script.mtvguide/releases/
Reply
#3
(2021-09-19, 19:24)M89SE Wrote: @mastertheshadow I rewritten the code for channel recognition, should be more stable now. I also recommend that you delete the database before startup as you used those faulty versions.

https://github.com/Mariusz89B/script.mtv...g/9.6.2_v5

Thanks for your time and explanations.  Now that I generally know what I'm doing, I'll work on getting it setup and fully learning my way around over the next bit as I prep to move to Kodi 19.
Reply
#4
(2021-09-19, 19:24)M89SE Wrote: @mastertheshadow I rewritten the code for channel recognition, should be more stable now. I also recommend that you delete the database before startup as you used those faulty versions.

https://github.com/Mariusz89B/script.mtv...g/9.6.2_v5
Thank you for the update. It does recognize more channels then before, however some are still unrecognized and I am still unable to manually assign channels from my m3u file as I was able to in Kodi 18 version of TVG full screen. Will that be coming in future updates.
Reply
#5
Some improvements in channel recognition:
https://github.com/Mariusz89B/script.mtv...g/9.6.2_v7

@doktourtv This function already exists: Context menu -> Options -> EPG List -> Add channel
https://github.com/Mariusz89B/script.mtv...dd-channel
Reply
#6
(2021-09-21, 00:19)M89SE Wrote: @doktourtv This function already exists: Context menu -> Options -> EPG List -> Add channel
https://github.com/Mariusz89B/script.mtv...dd-channel

Thank you
Reply
#7
Added some python 2.7 fixes, and performance improvments.
https://github.com/Mariusz89B/script.mtv.../9.6.2_v42
Reply
#8
(2021-09-21, 17:57)M89SE Wrote: Added some python 2.7 fixes, and performance improvments.
https://github.com/Mariusz89B/script.mtv.../9.6.2_v42

Latest version gives me an error "Error initializing EPG file: http://XXX Please check if EPG url is valid or if internet connection is available and try again."

I have checked and the internet connection if fine and I can reach the EPG url without problem. Prior versions did not have this issue.
Reply
#9
(2021-09-27, 21:52)doktourtv Wrote:
(2021-09-21, 17:57)M89SE Wrote: Added some python 2.7 fixes, and performance improvments.
https://github.com/Mariusz89B/script.mtv.../9.6.2_v42

Latest version gives me an error "Error initializing EPG file: http://XXX Please check if EPG url is valid or if internet connection is available and try again."

I have checked and the internet connection if fine and I can reach the EPG url without problem. Prior versions did not have this issue.

UPDATE: An uninstall and re-install of 9.6.2 v42 seems to have corrected the issue.
Reply
#10
@doktourtv 9.6.2 is still in development, I assume we will have a release candidate this or next week. Latest Beta update is 9.6.2 v44.
https://github.com/Mariusz89B/script.mtvguide/releases
Reply
#11
Hi Marius, first thanks for the awesome work i really love this guide, i think i tested your guide around 6 months ago, but it wasn't ready for my use at that time Smile and i was more used to TV Guide Fullscreen in Kodi 18.x, but the progress you made is amazing, so well done.

I have just one question, do you plan to make scheduled epg download available, like TV Guide Fullscreen has it, so were you can set that the epg file should get downloaded every 24h, 48h or x days (File download interval).
I use a external server were i build my epg guide.xml and now always when i open m-TVGuide it also downloads the guide.xml from the server and then checks if it is newer, in the last two days i played with m-TVGuide i had a lot traffic. If you don't plan to do it, then i need to find a different solution to normalise the traffic, because on every start downloading 10-20MB is not good.

Thanks
Reply
#12
(2021-10-01, 08:46)Werner Wrote: Hi Marius, first thanks for the awesome work i really love this guide, i think i tested your guide around 6 months ago, but it wasn't ready for my use at that time Smile and i was more used to TV Guide Fullscreen in Kodi 18.x, but the progress you made is amazing, so well done.

I have just one question, do you plan to make scheduled epg download available, like TV Guide Fullscreen has it, so were you can set that the epg file should get downloaded every 24h, 48h or x days (File download interval).
I use a external server were i build my epg guide.xml and now always when i open m-TVGuide it also downloads the guide.xml from the server and then checks if it is newer, in the last two days i played with m-TVGuide i had a lot traffic. If you don't plan to do it, then i need to find a different solution to normalise the traffic, because on every start downloading 10-20MB is not good.

Thanks

Hi, Werner

Disable this setting, should help normalize the traffic and automatically load EPG when generated days ended:
https://github.com/Mariusz89B/script.mtv...difieddate

I'm also working on a different solution for the remote checking to reduce the traffic, and a solution to load EPG in background while playing.

EDIT:
For testing:
https://github.com/Mariusz89B/script.mtv.../9.6.2_v45
Reply
#13
that was quick Smile thanks for the answer, so just that i understand it, when my guide.xml doesn't have new epg, only then it will download new file, hmm ok so on day 3 i can't look for next day to add timers, so i need to wait that a new guide gets downloaded, i will test this out, best for me would be that it just downloads the guide when it is older then 24h. So i would see always at worst the next 2 days. Anyway great work, thanks
Reply
#14
(2021-10-01, 11:32)Werner Wrote: that was quick Smile thanks for the answer, so just that i understand it, when my guide.xml doesn't have new epg, only then it will download new file, hmm ok so on day 3 i can't look for next day to add timers, so i need to wait that a new guide gets downloaded, i will test this out, best for me would be that it just downloads the guide when it is older then 24h. So i would see always at worst the next 2 days. Anyway great work, thanks

I will see what I can do. Smile
Reply
#15
I have run into the same issue as @doktourtv in that I keep getting the error message that "Error initializing EPG file: http://XXX Please check if EPG url is valid or if internet connection is available and try again." I tired installing version 9.6.2 v42 as recommended but this did not resolve my issue. I also tried installing the latest release v46 but I still had the same problem. One thing that I am noticing is that in different comments there is the mention of Python2.7. Do I need to have this version installed on my Windows box for currenly I have the latest version of Python3 installed.
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 14

Logout Mark Read Team Forum Stats Members Help
m-TVGuide0