rtmpGUI filter by language possible?

Home Forums Third Party Enhancements VLC Shares rtmpGUI filter by language possible?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23883
    lokiMidgard
    Participant

    Is there a line I can add to RtmpGui.php to filter out all unwanted languages? I just learned how to do it for my python/XBMC plugin but I do not know how to for php. Thank you Ximarx for any advice you can give.

    #29800
    zany130
    Participant

    Add a line at 293 of library/X/VlcShares/Plugins/RtmpGui.php

    if ( ((string) $match->language) != 'English' ) continue;
    #29801
    lokiMidgard
    Participant

    Awesome! Thank you! I know rtmpGUI does not have many streams due to all the streaming sites shutting down recently but, it is a great program when streams become available

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘VLC Shares’ is closed to new topics and replies.

Login

Lost Password