• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 90
Release IPTV Recorder
Try a NUKE.

I've added some code to use the name if you don't have tvg-name in your m3u like you have.
The new code will find the alternative streams by name instead of just matching the tvg-id value.

Backup or rename the addon data folder first if you don't want to lose any settings.
userdata\addon_data\plugin.video.iptv.recorder

Have you actually got a playable url in your m3u for "TVP 1 HD"?
Reply
Sure. Will try soon.

All the channels have playable links.
Reply
I've removed add-on and its data. Reinstall from the repo. No luck. Channels are coming up with no EPG:

Code:
10:55:51.812 T:123145556267008 WARNING: Previous line repeats 13 times.
10:55:51.812 T:123145556267008 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
10:55:52.718 T:140735615402880 WARNING: Previous line repeats 2 times.
10:55:52.718 T:140735615402880   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
10:55:53.177 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:55:53.210 T:123145556803584  NOTICE: [xbmcswift2] Request for "/groups" matches rule for function "groups"
10:55:53.237 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:55:58.174 T:123145556267008 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
10:55:58.326 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:55:58.359 T:123145556803584  NOTICE: [xbmcswift2] Request for "/group/All+Channels" matches rule for function "group"
10:55:58.360 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:55:58.369 T:123145556803584 WARNING: Previous line repeats 9 times.
10:55:58.369 T:123145556803584   ERROR: /Users/tbrek/Library/Application Support/Kodi/addons/plugin.video.iptv.recorder/main.py:1900: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
                                              if channelname not in favourites:
10:55:58.371 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:56:02.040 T:123145556267008 WARNING: Previous line repeats 14 times.
10:56:02.040 T:123145556267008 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
10:56:02.237 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
10:56:02.272 T:123145556803584  NOTICE: [xbmcswift2] Request for "/channel/MiniMini%2B/Minimini%2B+FHD" matches rule for function "channel"
10:56:02.275 T:123145556803584 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Reply
Paste an example of how you have the channel names in the m3u and xmltv now.
Is it the same as before without the tvg-name?
Reply
Yeah. Same as before. i.e.
Quote:#EXTINF:-1 tvg-id="TVP 2" ,TVP 2 FHD
 
Reply
Paste all the stream variations for MiniMini and the channel section of the xmltv with the MiniMini channels.
All the different HD SD etc versions.

I've tried to recreate your issue with my "5* +1" channel but I can't get it to fail.
Reply
I used the xmltv data from my "xmltv Meld" addon and this is what I got, and it records fine.

Code:
<channel id="MiniMini+ HD">
    <display-name lang="pl">MiniMini+ HD</display-name>
    <url>http://www.onlinetv.inea.pl</url>
  </channel>

<channel id="MiniMini+">
    <display-name lang="pl">MiniMini+</display-name>
    <url>http://www.onlinetv.inea.pl</url>
  </channel>

Code:
#EXTINF:-1 tvg-name="MiniMini+ HD" tvg-id="MiniMini+ HD" tvg-logo="None" group-title="Poland",MiniMini+ HD
http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4

#EXTINF:-1 tvg-name="MiniMini+" tvg-id="MiniMini+" tvg-logo="None" group-title="Poland",MiniMini+
http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4
Reply
Even with this using the same id works.
Code:

#EXTINF:-1 tvg-id="MiniMini+" tvg-logo="None" group-title="Poland",MiniMini+ HD
http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4

#EXTINF:-1 tvg-id="MiniMini+" tvg-logo="None" group-title="Poland",MiniMini+
http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4
Reply
(2018-05-23, 12:52)primaeval Wrote: Paste all the stream variations for MiniMini and the channel section of the xmltv with the MiniMini channels.
All the different HD SD etc versions.

I've tried to recreate your issue with my "5* +1" channel but I can't get it to fail.
m3u:
 
Quote:#EXTINF:-1 tvg-id="MiniMini+" ,Minimini+ FHD
#EXTINF:-1 tvg-id="MiniMini+" ,Minimini+ HD

or
Quote:#EXTINF:-1 tvg-id="Kuchnia+" ,Kuchnia+ FHD
#EXTINF:-1 tvg-id="Kuchnia+" ,Kuchnia+ HD


xmltv:
Code:

[align=start]<channel id="MiniMini+">[/align]
[align=start]<display-name lang="pl">MiniMini+ HD</display-name><icon src="http://i.imgur.com/xyoxpB2.png"/><url>http://www.programtv.interia.pl</url>[/align]
[align=start]</channel>[/align]

Let me switch epg provider.
Reply
I really can't see where the problem is unless it is some strange file encoding issue.
Are the m3u and xmltv files in utf8 or a local Polish code page?
It's easy to see in Notepad++.
Reply
Same with other EPG:

Code:
12:13:29.759 T:140735615402880   ERROR: GetDirectory - Error getting plugin://plugin.video.iptv.recorder/record_once/4306/TVP+1/TVP+1+FHD
12:13:29.759 T:123145420316672 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
12:13:29.759 T:140735615402880   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.iptv.recorder/record_once/4306/TVP+1/TVP+1+FHD) failed
12:13:29.760 T:123145442308096   ERROR: No url for TVP 1 FHD

It does not record any. Not just MiniMini+.

Quote:Are the m3u and xmltv files in utf8 or a local Polish code page?

Both UTF-8.
Reply
You'll have to pm me a link to your data. You should be able to do it now you are over 10 posts.
Change any sensitive links with passwords to the buck bunny url I posted above.
Reply
PM sent.

I think I've manage to fix it. I've added tvg-name for some channels and they do record now. Including MiniMini+. Now will check schedules.

edit:

It looks like schedules are working now too. Thanks for your help!
Reply
I got your pm. Thanks.

I think 0.0.56 will cover your situation.
If there is no tvg-name it will copy the name after the comma to the tvg-name in the database.
The tvg-name is now used to show unique channels in the channel listings rather than tvg-id.

So you need to remove or change the ones for "TVP 1" in your m3u file to make them unique and probably the same as the name after the comma. Or just remove the tvg-name completely.
Reply
Thanks. I'm happy to keep and add tvg-name for the programs.
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 90

Logout Mark Read Team Forum Stats Members Help
IPTV Recorder4