MERGING MediaPortal Url Source Splitter & IPTV Filter (3 Viewers)

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    With SQL Statement i would "uncheck" all scrambled channels
    You can use an SQL WHERE clause, for example: UPDATE TuningDetail SET FreeToAir = 1 WHERE channelType = 7;
    (Note: I think channelType 7 is IPTV. You could add provider conditions as well, etc.)

    Ah, ok, ist not a provider, it is a receiver, so no chance...
    Ahh, forgot that... but surely the stream is just repackaged from a real broadcaster, without many modifications?
    You could test this by changing the channel name in the receiver and see if it changes the name that TV Server receives. If it doesn't, you'll know the original broadcaster is at fault.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    1. Is it possible to get the scrambled flag ignored for some marked channels in data stream with your plugin?
    Sounds like a hack. ;)
    Not possible in current state, but I think that it can be programmed.

    2. While scanning i get strange channel names like that "30. ?Disney? ?Cin?emagic ?HD?"
    The entry in the mru for that channel is
    #EXTINF:0, 30. †Disney‡ †Cin‡emagic †HD‡
    http://192.168.2.33:8001/1:0:19:6F:D:85:C00000:0:0:0:
    It is also some work to edit to get clear channel names... What is wrong in my playlist?
    The channel name is read from the stream, not the playlist. So there's probably nothing wrong with your playlist... but your provider seems to have a lot of problems. ;)
    @mm1352000 , are you sure with that name? When I look into scanning code, it seems that channel name is replaced with description from scan playlist file, see https://github.com/MediaPortal/Medi...gine3/TVLibrary/SetupTv/Sections/CardDvbIP.cs, lines 234 - 246. I think that problem is in incorrent encoding of scan playlist file.
     

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    Now i was able to check my medi pc;-)
    Version of plugin
    upload_2015-1-17_21-39-20.png

    \his is how it looks like
    upload_2015-1-17_21-41-11.png

    I tried deinstallation and reinstall .- same
     

    Attachments

    • upload_2015-1-17_21-38-59.png
      upload_2015-1-17_21-38-59.png
      1.5 KB

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    mm1352000 , are you sure with that name? When I look into scanning code, it seems that channel name is replaced with description from scan playlist file, see https://github.com/MediaPortal/Medi...gine3/TVLibrary/SetupTv/Sections/CardDvbIP.cs, lines 234 - 246. I think that problem is in incorrent encoding of scan playlist file.
    Ahh you're right, sorry about that.
    The name from the playlist is used if the TS only contains one service/program (most common for IPTV).
    The name from the stream is used if the TS contains more than one service/program (AFAIK not common for IPTV, but we do support multi-program TS).

    Thanks for correcting me. :)
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Now i was able to check my medi pc;-)
    Version of plugin
    View attachment 160405
    \his is how it looks like
    View attachment 160406
    I tried deinstallation and reinstall .- same
    I don't have any idea why you don't have database tab. But can you attach your installed version of tv server plugin? It should be located in 'c:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\Plugins\' for x64 (64bit) systems or in 'c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\' for x86 (32bit) systems. The name of plugin DLL is MediaPortalIptvFilterAndUrlSourceSplitter.dll.
     

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    In the case the channel names com from playlist - what culd be wrong with my playlist that i get such wrong channel names?
     

    Attachments

    • MediaPortalIptvFilterAndUrlSourceSplitter.zip
      38.1 KB
    • playlist.zip
      1.4 KB

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    In the case the channel names com from playlist - what culd be wrong with my playlist that i get such wrong channel names?
    I changed your playlist to more compatible format. It seems that TV server plugin is not updated under some circumstances.

    EDIT: You can solve the plugin problem with few steps. Uninstall plugin, stop tv service, manually remove MediaPortalIptvFilterAndUrlSourceSplitter.dll file from tv service folder, install plugin and start tv service.
     

    Attachments

    • HDTV_Sky HD.zip
      1.1 KB
    Last edited:

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    Thank you! At first i did not see a difference in the m3u, but with Ansi it works...
    The plugin i will try to install this way...
     

    mike1

    MP Donator
  • Premium Supporter
  • September 7, 2012
    88
    8
    59
    Home Country
    Germany Germany
    Installation of plugin worked :)
     

    Users who are viewing this thread

    Top Bottom