Page 2 of 33 FirstFirst 123412 ... LastLast
Results 11 to 20 of 328
  1. #11
    Member
    Join Date
    Dec 2014
    Posts
    105
    Rep Power
    16
    Quote Originally Posted by psycon View Post
    mikey read the first post again, or any of the other posts, you will see this has been answered..
    Wow missed it thanks

  2. #12
    Probation
    Join Date
    Jan 2016
    Location
    yes i do
    Posts
    6
    Rep Power
    0
    Hi there, thanks for all the hard work in providing this for the community.

    I noticed a slight error in the code for the inbuilt client version of the service.**********.updater addon.

    After installation, I was getting a DLL error telling me that Kodi couldn't load PVR Stalker NFPS, but since I am on the inbuilt Stalker Client I thought that it was a bit odd that it was referencing the NFPS addon. So I took a look at the code in service.py for the service.**********.updater addon and changed line 36 from

    Code:
    json = '{"jsonrpc":"2.0","method":"Addons.SetAddonEnabled","params":{"addonid":"pvr.stalker.nfps","enabled":true},"id":1}
    to,

    Code:
    json = '{"jsonrpc":"2.0","method":"Addons.SetAddonEnabled","params":{"addonid":"pvr.stalker","enabled":true},"id":1}

    This seemed to do the trick and I got no more error.

    I have uploaded my modified service.py file here
    Code:
    http://tinyurl.com/jcn39pq
    for anyone that wants it...

    Thanks
    Last edited by dara; 02-09-2016 at 07:59 PM.

  3. #13

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    10,910
    Rep Power
    393
    Ha! I thought it was strange as well as I had disabled the 'client NFPS' and it started up when restarting Kodi. Good catch!

  4. #14
    enlightened one psycon's Avatar
    Join Date
    Feb 2015
    Location
    In the hills
    Posts
    11
    Rep Power
    0
    oops..most useful feedback ever award goes to this guy..!!! thanks bro ill fix that now

  5. #15
    Probation
    Join Date
    Oct 2015
    Location
    yes
    Posts
    8
    Rep Power
    0
    Will this work on a avov/android version as well?

  6. #16
    enlightened one psycon's Avatar
    Join Date
    Feb 2015
    Location
    In the hills
    Posts
    11
    Rep Power
    0
    should work on anything.. were working on improving this method actually, might become permenant after we integrate zip ability to cut down download times 10 fold. too early to say

  7. #17
    Transparent Wall Technician crazed 9.6's Avatar
    Join Date
    Nov 2014
    Posts
    15,650
    Rep Power
    447
    Quote Originally Posted by lulzzombie View Post
    Will this work on a avov/android version as well?
    yes, but follow pyscons thread posted in the Avov forum area.
    That walkthru was written with the Avov functions in mind

    http://iptvtalk.net/showthread.php?1...line-with-Kodi

    or does this work okay pyscon?
    "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

  8. #18

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    10,910
    Rep Power
    393
    The avov tutorial (well all tutorials) don't have the install of the service add-on included as a step, but I guess psycon and ken will just build that into the update.

  9. #19
    enlightened one psycon's Avatar
    Join Date
    Feb 2015
    Location
    In the hills
    Posts
    11
    Rep Power
    0
    it works fine.. device platform shoudlnt matter the code is universal. i dont have all those boxes to test though..

    not going to update the turorial yet,, papaiao links are supposed to be turned on soon so ppl should follow that for now.. it still gives server EPG.

    the dev who made me the epg updater is back to the drawing board to make some improvements i suggested... and well release a single version good for both stalker clients... i would also like to have it configure kodis built in stalker client for you in a much easier way.... well see.

  10. #20
    Probation
    Join Date
    Jan 2016
    Location
    yes i do
    Posts
    6
    Rep Power
    0
    Quote Originally Posted by psycon View Post
    oops..most useful feedback ever award goes to this guy..!!! thanks bro ill fix that now
    Just trying to do my bit for the community

    Glad it helped!

 

 
Page 2 of 33 FirstFirst 123412 ... LastLast

Posting Permissions

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