Page 3 of 67 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 664
  1. #21

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    10,910
    Rep Power
    393
    Quote Originally Posted by dara View Post
    Works, but the categories (genres) for IPTV aren't bringing up the right channels... should be an easy fix as they are just one down. I'd like an ALL genre as well.
    Replicated the bug again with a real rocket account. Seems to be an issue when the Adults are blocked, so genres after that one are wrong. When the adults are made visible, the proper channels appear. I use the "Information" genre to test which should bring up the news channels.

    Thanks for the ALL genre though...works. I'm not sure if the MAC requirement will be enforced for non-STB or Stalker applications, as I can readily use my code within the m3u link, even with a MAC enabled in the checker, and I can also use xtreams-codes as well without nulling the MAC. Once NFPS is fully converted, it won't be an issue, but I do like the ability to enter a custom server, even though I have no need to use it.

  2. #22
    Patato TV
    Join Date
    Feb 2016
    Location
    who cares ?!
    Posts
    274
    Rep Power
    32
    Quote Originally Posted by dara View Post
    Replicated the bug again with a real rocket account. Seems to be an issue when the Adults are blocked, so genres after that one are wrong. When the adults are made visible, the proper channels appear. I use the "Information" genre to test which should bring up the news channels.

    Thanks for the ALL genre though...works. I'm not sure if the MAC requirement will be enforced for non-STB or Stalker applications, as I can readily use my code within the m3u link, even with a MAC enabled in the checker, and I can also use xtreams-codes as well without nulling the MAC. Once NFPS is fully converted, it won't be an issue, but I do like the ability to enter a custom server, even though I have no need to use it.


    wow! you must have eagle eyes

    Thank you mate
    I don't know why I missed that part

    I simulated the process according to your description
    and I think I got the culprit, then I found the solution

    in the "show_tv()" function @ "addon.py"
    I changed this following code:
    Code:
    cmd = [None, {'mode':'channel', 'cat':genres[genre][1]}]
    with these ones:
    Code:
    cat = [id for name,id in genres if name == opt[genre]][0]
    cmd = [None, {'mode':'channel', 'cat':cat}]
    and I think now I get the proper result:

    INFORMATION channels:



    the new codes will be added in my next release

  3. #23
    Patato TV
    Join Date
    Feb 2016
    Location
    who cares ?!
    Posts
    274
    Rep Power
    32

    Lightbulb

    a new release *more*


    --------------------------------
    v1.0.2 (2017/03/27)
    --------------------------------

    Code:
    - fix the TV genre filter
    thanks to dara fornoticing the bug

    download link is on the first page

  4. #24
    Desert Storm Bkman2020's Avatar
    Join Date
    Dec 2014
    Location
    Android World
    Posts
    2,942
    Rep Power
    115
    Great work my friend.
    Lets Go !

  5. #25
    Mercenary floder2's Avatar
    Join Date
    Dec 2014
    Location
    yea
    Posts
    2,704
    Rep Power
    143
    couch potato ..thanks so much working good....now...yet vod shows movie list but will not pay video...............Also ...the view options are always on Thumbnail.....I prefer List...........I can change it but it always changes back to thumbnail once I go into a submenu......

  6. #26
    Member
    Join Date
    Jan 2015
    Location
    Metropolis
    Posts
    185
    Rep Power
    17
    Thanks couch potato. Works great for me

  7. #27
    Patato TV
    Join Date
    Feb 2016
    Location
    who cares ?!
    Posts
    274
    Rep Power
    32
    Quote Originally Posted by Bkman2020 View Post
    Great work my friend.
    Quote Originally Posted by floder2 View Post
    couch potato ..thanks so much working good....now...
    Quote Originally Posted by remmirt View Post
    Thanks couch potato. Works great for me

    enjoy mates and thanks
    glad if the addon works for you

    please report any issues / bugs if you can find one


    Quote Originally Posted by floder2 View Post
    yet vod shows movie list but will not pay video...............
    here is a thread talking about the vod issue... you could participate there, so the server guy will hear us and fix the issue asap

    http://iptvtalk.net/showthread.php?2...nd-not-working


    Quote Originally Posted by floder2 View Post
    Also ...the view options are always on Thumbnail.....I prefer List...........I can change it but it always changes back to thumbnail once I go into a submenu......
    yes! I set the thumbnail for the IPTV and the fanart/thumbnail one the VOD as their default view mode

    I can remove the code for you mate in my next release
    but of course I will not do it again.. all the questions about view mode will be ignored

  8. #28
    Patato TV
    Join Date
    Feb 2016
    Location
    who cares ?!
    Posts
    274
    Rep Power
    32
    a new release


    --------------------------------
    v1.0.3 (2017/03/28)
    --------------------------------


    Code:
    1. removing the default view mode codes
    
    2. improving all the cache system
    especially for the vod caches
    
    3. improving the parental control for all adult contents

    NOTES:

    If you disable the adult content filter and you enable the password protection

    All the red-light channels will be password protected
    All the contents can be accessed only thru' their matched folder ('FOR ADULT')
    Even the 'ALL' folder will also hide them too

    The adult contents in the PVR Simple Client will be protected too

    All the protected items will be marked with yellow color

    And you will be asked for the password




    The protection will run silently...
    It won't tell you if your password is incorrect
    But it will still play a (random) video instead




    Download link is on the first page

  9. #29
    Patato TV
    Join Date
    Feb 2016
    Location
    who cares ?!
    Posts
    274
    Rep Power
    32
    YEEEHAAAAA !!!

    VOD now works too






    new release with vod fix

    -------------
    v1.0.4
    -------------
    download link will be on the first page


    EDIT:

    I found a small bug in the v1.0.4
    and I've already fix it in the next release

    -------------
    v1.0.4-r2 (2017/03/28)
    -------------
    Last edited by couch potato; 03-28-2017 at 05:40 AM.

  10. #30
    Member
    Join Date
    Sep 2015
    Location
    yes i do
    Posts
    77
    Rep Power
    0
    how to install this version pls ?

 

 
Page 3 of 67 FirstFirst 123451353 ... LastLast

Tags for this Thread

Posting Permissions

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