Results 1 to 6 of 6

Thread: Epg for VLC ??

  1. #1
    Probation
    Join Date
    Apr 2015
    Posts
    13
    Rep Power
    0

    Epg for VLC ??

    Is there an EPG that will work w/VLC?

  2. #2
    Member
    Join Date
    Nov 2016
    Location
    YES
    Posts
    27
    Rep Power
    0
    good question i'm also interested

  3. #3
    Transparent Wall Technician crazed 9.6's Avatar
    Join Date
    Nov 2014
    Posts
    15,650
    Rep Power
    447
    there would need to be an option on the VLC Player to add a server URL (the epg URL).
    For instance, the PVR IPTV Simple Client addon, run thru Kodi, they can do that in their configuration menus.
    I do not think the VLC Player is setup that way, I have never really visited all it's functions and options, but looking for how to add an EPG server URL would be first task.
    If that can be done then you would also need to modify the m3u Playlist because some channel names are not the actual short name channel name and they need to be in order for the EPG to recognise the name correctly and grab the data for that channel, and each channel needs to be addressed in this manner.
    Juan_vale has a Sticky thread in the Kodi PVR Simple Client sub-forum explaining most of that.

    But first task would be how to add that EPG server URL thru the VLC options and or functions (which I do not think you can thru VLC Player)


    My opinion of the VLC Media Player is very high, but as far as a first choose for viewing iptv channels, the VLC Player comes about maybe third in my favorites.
    The VLC Player is great for editing Playlists and editing even while you are watching channels at the same time..... and is number one in that spot as far as Players go... But the Xtream or PVR Client methods are better for actual TV viewing experience (with EPGs if taken correct setup procedures).

    Think of the VLC as a great player with editing abilities, but if no editing is needed or wanted then try the Xtreams or the PVR IPTV Simple Client

    For the Stalker users, look at Potato TV (with EPG)
    Great new versions are posted here on site, thnx couch potato

    But never get rid of this VLC Player or option.
    It is the best going for quick viewing and editing your Playlists
    Last edited by crazed 9.6; 03-29-2017 at 07:34 AM.
    "The illusion of freedom will continue for as long as it's profitable to continue the illusion. At the point where the illusion becomes too expensive to maintain, they will take down the scenery, move the tables and chairs out of the way, then they will pull back the curtains and you will see the brick wall at the back of the theater."
    - Frank Zappa

  4. #4
    TV Addicted
    Join Date
    Apr 2016
    Location
    Clarke Geo Belt
    Posts
    160
    Rep Power
    16
    Only way I can think of.
    Use an external EPG program in Kodi, then use a playercorefactory to detect IPTV Stream and launch VLC.

    EPG Program:
    Code:
    http://forum.kodi.tv/showthread.php?tid=282157
    Playercorefactory:
    Code:
    http://kodi.wiki/view/external_players
    add code to detect .ts or mpeg streams:
    <rule filetypes=".ts" player="VLC" />
    <rule filetypes=".mpeg" player="VLC" />

    I do this on my Sony Television, not using VLC but the internal DVDPlayer. (I use MXPro or Sony internal for 4K files)

    cwh

  5. #5
    Transparent Wall Technician crazed 9.6's Avatar
    Join Date
    Nov 2014
    Posts
    15,650
    Rep Power
    447
    very nice cwh
    "The illusion of freedom will continue for as long as it's profitable to continue the illusion. At the point where the illusion becomes too expensive to maintain, they will take down the scenery, move the tables and chairs out of the way, then they will pull back the curtains and you will see the brick wall at the back of the theater."
    - Frank Zappa

  6. #6
    Super Moderator at Work Marley's Avatar
    Join Date
    Oct 2014
    Posts
    4,294,967,295
    Rep Power
    85899456
    there are many plugin for epg but some work other dont they change so fast so hard to say what works that day

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •