PDA

View Full Version : [MOD] EPG with Genre Color (10.3.4)



couch potato
05-14-2016, 05:13 AM
NO LONGER OPERATIONAL FOR SUPPORTED SERVERS. TRY A DIFFERENT ADD-ON, SUCH AS XTREAM-CODES, OR POTATO TV, OR AN ADD-ON THAT CAN PLAY M3U LISTS. - dara

Thanks to psycon & the epg-ninja team

I managed to add a new feature: the EPG web-server to generate xmtv EPG with genre color and metadata

BEFORE: (incomplete data in mono-color)
http://s32.postimg.org/fqkrrkrlh/Screen_Shot_2016_05_14_at_12_22_15_AM.png
AFTER: (psycon's style in multi-genre colors with metada)
http://s32.postimg.org/t645tkl2t/Screen_Shot_2016_05_14_at_12_24_28_AM.png


COMMAND LINE:


check if the web-server is online

http://localhost:8899/online
72 hours EPG

http://localhost:8899/epg?xml=1
72 hours EPG offset 1 hour

http://localhost:8899/epg?xml=2
24 hours EPG (good for any systems low spec/ram)

http://localhost:8899/epg?xml=3



HOWTO: integrate the service with the PVR-Clients


A. MANUAL WAY


open & edit the "settings.xml" file


1. PVR IPTV Simple Client (req. any version of Kodi)

file: "Kodi/userdata/addon_data/pvr.iptvsimple/settings.xml"



<setting id="epgCache" value="true" />
<setting id="epgPath" value="" />
<setting id="epgPathType" value="1" />
<setting id="epgTSOverride" value="true" />
<setting id="epgTimeShift" value="your_local_GMT_offset" />
<setting id="epgUrl" value="http://localhost:8899/epg?xml=2" />



2. Stalker Client (built-in) (req. Kodi Isengard v15.x ++)

file: "/Kodi/userdata/addon_data/pvr.stalker/settings.xml"



<setting id="guide_preference_[x]" value="3"/>
<setting id="time_zone_[x]" value="your_local_GMT"/>
<setting id="xmltv_scope_[x]" value="0"/>
<setting id="xmltv_url_[x]" value="http://localhost:8899/epg?xml=2"/>

Notes:
[x] = the active portal tab # where you put your active mac/login/password settings
(e.g. guide_preference_1)



3. Stalker Client NFPS (req. Kodi Jarvis v16.x ++)

file: "Kodi/userdata/addon_data/pvr.stalker.nfps/settings.xml"



<setting id="time_zone" value="your_local_GMT" />
<setting id="guide_preference" value="3" />
<setting id="xmltv_path" value="" />
<setting id="xmltv_scope" value="0" />
<setting id="xmltv_url" value="http://localhost:8899/epg?xml=2" />




B. AUTOMATIC WAY

You don't want to type all those codes above,
my addon can do it automatically for you :D

Note: ATM it only supports the Stalker Client (built-in)
So, you have to disable all pvr-client plugins, except for the Stalker Client (built-in)


1. run the add-on settings & open the "FEATURES" tab
http://s32.postimg.org/9t5889511/Screen_Shot_2016_05_14_at_11_31_28_AM.png

2. enable the "[Acc.Sync] PVR Stalker Client (built-in)" option

3. enter your local timezone (default: blank = O/S timezone)

4. choose your preferred EPG xmltv source:



PROVIDER ONLY : 96 hours EPG (incomplete in mono-color)

NINJA - 1 : 72 hours EPG (with genre color + metadata)
NINJA - 2 : 72 hours EPG (with genre color + metadata) offset 1 hour
NINJA - 3 : 24 hours EPG

5. run the add-on & watch any channel you want



C. BORING PARTS

Both manual & automatic ways requires these following boring parts for the next steps

Note: Yes! I'm dumb and I don't know how to make these steps running automatically
Please let me know if you know how

1. disable the live-tv option
2. clear all channels cache
3. clear all epg caches
4. quit & restart Kodi
5. re-enable the live-tv option


THAT'S IT!


CHANGELOG:

http://pastebin.com/raw/AFyNsbgf


DOWNLOAD:

http://www.mediafire.com/download/a3vrfmjmc90o8gc/plugin.video.stalker-10.3.4-r6_(EPG-Server).zip


NOTE! Yes! it's an EPG service for the pvr-client or any iptv-players (it works on any gadgets too)
if you insist to have the epg for the EPG for the addon, you'd better wait for my dev-release (NO ETA)
or use the iVue2 TV / Renegades Guide as an alternative


UPDATE




10.3.4-r6 (2016/08/17)
- fix VoD's issue: "list indices must be integers"
- fix some minor bugs


10.3.4-r5 (2016/07/18)
- fix VoD
- fix channel language filter



v10.3.4-r4
- add custom MAC prefix ("00:1A:78" -or- "00:1A:79")



v10.3.4-r3

- add the error-notification if there's no new EPG update available from the source (**********)



v10.3.4-r2

- add MAC prefix 00:1A:79 for rocket-22 account (dara's reference)

DarkSide
05-14-2016, 05:51 AM
very nice!! thanks

olsts
05-14-2016, 07:11 PM
do we need to keep the stalker epg updater running??

couch potato
05-14-2016, 10:52 PM
@DarkSide
enjoy mate :)
plz let me know if you find any bug

@olsts
both my addon & psycon's auto updater pull the epg xmltv from the same source
but...
as I told in my descripton,
ATM the automatic acc.sync script in my addon only support the pvr client (built in)
since I still don't have access to the pvr nfps source yet

so, if you're only using the pvr client (built in), I think the auto updater is not needed anymore


NOTE:
DO NOT try to run both my addon and pvr nfps client on your system !!!
they both use different hash codes for the device datas

jony604
05-24-2016, 08:34 PM
I got the update 10.3.4.r2 got the futures but no M3u server so i can not turn it on on my pc no guide no TV on main page channels work on iptv stalker plus
On my Android i got m3u server but not futures will try to update soon.got TV on main page channels load Got the guide not color on the 10.2.4.r2 working
channels working but the backend line up don't work channels start at 1 or what ever you set it in iptv stalker not sat line up

man i love this hobby and some smart people in this site sorry no names
don"t want it to go to your head, thank you so much though

and please let me know if you can fix any of the above

couch potato
05-25-2016, 12:22 AM
Why did you need a m3u server?
you should use the pvr stalker built-in instead
it has a built-in generator to create its m3u8 playlist

UPDATE

lol there must be some misinterpretation between us

I've just realize the meaning of the words you said:


I got the update 10.3.4.r2 got the futures but no M3u server so i can not turn it on on my pc

You can't find the "M3U Server" tab, can you?

if so, you can eiher use the left-right arrow-keys of your kb or use the scrolling button of your mouse to find the tab you're looking for
the "M3U Server" tab is the last tab on the right

http://s33.postimg.org/hh278hcbj/Screen_Shot_2016_05_25_at_12_51_26_PM.png

cwh060
05-25-2016, 01:02 AM
Wow couch, not much sleep!

I moved everything over to another machine but I'm getting a blank guide? It shows "Golden Premier 1. "starting to load then an error message "Stalker Unable to Load Guide" My Epg11.db is only 84kb, so pretty sure it's blank. I deleted both this and TV29.db and tried again. No luck.

Kodi Log file errors
http://screencast.com/t/wcZIBcDpxqvE

The Stalker Client works and loads channels and they are playable, the IPTV Stalker also works.

Any clue to look next?

cwh

couch potato
05-25-2016, 01:55 AM
I've just tested my addon under windows & *nix o/s
and I didn't find anything wrong with the epg

http://s33.postimg.org/59zlrg6n3/tokai.jpg


by referring to your log, the error was: timeout was reached

maybe your host is behind a firewall
and it blocked the addon while the addon is trying to download the epg file

so, you could run this url directly with your browser to check if the epg-server works properly or not

http://localhost:8899/epg?xml=1

cwh060
05-25-2016, 02:10 AM
Got it, thanks for the clue. The M3U server was not turned on in the ITPV Stalker.

couch potato
05-25-2016, 02:24 AM
hahaha... yep! it's a basic error

that's why I also included this url with the addon

http://localhost:8899/online

psycon
05-25-2016, 03:00 AM
couch, pvr.stalker.nfps source is closed, if you need to know something i can ask ken. add me on the other chat already bro. we keep that chatter off the forums

couch potato
05-25-2016, 03:22 AM
@psycon

thanks mate for the info

yep! I've also already sent a pm to ken and he explained it very nice to me
I understand the reason why the project is being closed and I won't push him to break his agreement

what I only want to know is the hashcode method he's using as the curl's header & arg at the handshaking process
(the 2nd & 3rd steps after creating the token)
nothing's more

my dream is we can sync all the same informations for all available iptv stalker plugins (video addon & pvr client)
so we can eliminate all issues due to user authentication error

so in the future, even my grandma will be able to watch the streaming by herself without any headaches :D


btw, no question about the "thing" today ? :D

jony604
05-25-2016, 09:17 PM
This site can’t be reached

localhost refused to connect.
Search Google for localhost 8899 epg

you are good !!!!! i will try to figure this out i am persistent i will get there . windows defender did that ha ha
or if you have a solution please. like turn windows defender off . i probably not the only one just the persistent one

opps that was not suppose to be here sorry got redirected

stang373
05-30-2016, 02:06 AM
the guide wont load on the new stalker, just the channels load. and the the 10.3 stalker the guide is missing a bunch of info.

couch potato
05-30-2016, 03:06 AM
NAH! YOU'RE WRONG! :p

the guide is still working with all iptv clients (incl. the kodi's built-in pvr simple & stalker)

http://s33.postimg.org/qqmc02gbz/Screen_Shot_2016_05_30_at_9_54_05_AM.png
http://s33.postimg.org/euvyue6y7/Screen_Shot_2016_05_30_at_10_02_26_AM.png

well! I'm getting bored of this non sense... It's no fun anymore :(

stang373
05-30-2016, 03:15 AM
i tried all the pvrs and reset and delete cache. how come the other guide comes up. cause i really want the new colored guide and updated. is there anything u can think of im doing wrong or anything cause my pvr guide works with 10.3 but no color and info unaviable on some channels. im using the built in stalker pvr client

couch potato
05-30-2016, 03:31 AM
FIRST STEP
you must know if the epg-server is ON or OFF
run this url with your browser:

http://localhost:8899/online

then you must follow all the leads I wrote

DISCLAIMER:
This is an UNOFFICIAL FREE project (I don't care if you want to use it or not)
SO PLEASE! Don't ever expect me to give you a full support

coz I'm not so evil, ofc I will give you a hint ;)

http://bfy.tw/60oF

timbawolf2k
06-11-2016, 05:25 AM
I too am only getting the channels no guide and the 8899 server is certified on.

MrX4000
06-11-2016, 10:11 AM
I find that ever couple days I need to go in and delete EPG files from the profile directory. Then reboot the machine and it will pull the full guide again. Give that a try

timbawolf2k
06-11-2016, 02:29 PM
Where does that directory live MrX4000 if your on Windows?

dara
06-11-2016, 04:02 PM
Where does that directory live MrX4000 if your on Windows?

From the kodi wiki

Start - type %APPDATA%\kodi\userdata - press <Enter>

MrX4000
06-17-2016, 06:25 PM
Is this method still working?

dara
06-17-2016, 06:39 PM
Is this method still working?

Can you expand on your question?

timbawolf2k
06-17-2016, 07:56 PM
The guide still doesn't load, I get the message "Unable to load guide"

MrX4000
06-19-2016, 12:17 AM
Can you expand on your question?

Same as timbawolf2k


The guide still doesn't load, I get the message "Unable to load guide"

Same here .. Unable to load guide ... looks like it updates ... then nothing

dara
06-19-2016, 12:26 AM
The guide may be down at the moment.

MrX4000
06-19-2016, 01:38 AM
The guide may be down at the moment.

Been like that all week unfortunately

couch potato
06-19-2016, 05:10 AM
yep! NO NEED TO FREAK OUT :p

dara is right

there's still no EPG update available from the source

the last one was 3 days ago

http://s33.postimg.org/cfrctwnfz/ninja.jpg


I made a new update update for my build (v10.3.4-r3)

which has an error-notification when the same error happens

http://s33.postimg.org/uwlrkq3e7/epg_error.jpg


NOTE:
the error-detection script will work perfectly ONLY IF an EPG cache file doesn't exist in the PVR userdata directory
hence either you can delete the cache file manually -OR- you can disable the EPG cache option in the PVR settings

http://s33.postimg.org/61ik93mpb/Screen_Shot_2016_06_19_at_12_08_10_PM.png


DOWNLOAD:

http://www.mediafire.com/download/3gnrtp9sqg8437u/plugin.video.stalker-10.3.4-r3_(EPG-Server).zip

MrX4000
06-19-2016, 10:39 AM
Perfect ... Thanks Couch Potato
This keeps getting better all the time

chebull
06-26-2016, 06:07 PM
Does this version (v10.3.4-r3) work with iptv stalker plus 10.2.4? Thanks

dara
06-26-2016, 10:34 PM
Does this version (v10.3.4-r3) work with iptv stalker plus 10.2.4? Thanks



10.2.4 is my 'stable' version of IPTV Stalker Plus. 10.3.4-r3 is the latest modification posted by couch potato. Both work.

chebull
06-27-2016, 03:49 PM
Thank you very much for your promt answer. I'm testing iptv stalker plus 10.2.4 (rocket22) in 2 PCs and a tablet fairly good. When I try to test 10.3.4-r3 only I get is access denied. Go back to 10.2.4 and every thing is ok again. What do you think is my problem? Do I have to reset my Mac in order for this version to work? Thanks again.

couch potato
06-27-2016, 04:14 PM
rocket22?

v10.3.4-r3 still uses 00:1A:79 as MAC prefix

chebull
06-27-2016, 08:25 PM
I don't know what you mean for "rocket22?", but it is the server that I choose in iptv stalker plus 10.2.4. What is the prefix in iptv stalker plus 10.2.4 ? If it is 00:1A:78, how I can change 00:1A:79 to 00:1A:78 in order to get access to the server? If there
is any question regarding what I am trying to explain, please ask whatever you need to know. Thanks.

couch potato
06-28-2016, 03:51 AM
>>> I don't know what you mean for "rocket22?", but it is the server that I choose in iptv stalker plus 10.2.4.


I was just quoting what you said: :D

I'm testing iptv stalker plus 10.2.4 (rocket22) in 2 PCs and a tablet fairly good




>>> What is the prefix in iptv stalker plus 10.2.4 ? If it is 00:1A:78,

both my v10.3.4-r3 and dara's v10.2.4-r2 use the special prefix ("00:1A:79" instead of "00:1A:78") for the Rocket-22 's MAC
the previous dara's v10.2.4 use the ordinary prefix "00:1A:78" for all papiao stalker portals (incl. the Rocket-22)

here is a backstory behind why the "00:1A:79" was being uised
http://iptvtalk.net/showthread.php?18157-ROcket-server-22




>>> how I can change 00:1A:79 to 00:1A:78 in order to get access to the server?

if your current settings works for your IPTV, DO NOT CHANGE anything !

you could use my new update (v10.3.4-r4) instead
now it has a new option to input a custom MAC prefix ("00:1A:78" -or- "00:1A:79")

http://s33.postimg.org/cq66tiizz/mac_prefix.jpg


DOWNLOAD:

http://www.mediafire.com/download/c0e4xw08he9hmdt/plugin.video.stalker-10.3.4-r4_(EPG-Server).zip

Prophercy
07-16-2016, 11:42 AM
Hi,

I may not have understood correctly from your instructions, but can you please explain why I need to run IPTV Stalker Plus and the PVR Stalker Client both at the same time?? I thought it was only possible to have one application linked to your subscription at any one time??

I seem to be able to get the Stalker NFPS client working fine with my subscription but the regular PVR Stalker client that comes with Kodi keeps coming up with authentication issues.

*Ok I've now sorted the stalker client authentication issues by using the full link for the portal "http://portal3.iptvprivateserver.tv/stalker_portal/c/"

However I am still having guide issues. It stopped working after a few days and I tried clearing my TV and EPG Databases and restarted the TV service but I still get no updated guide. Can someone please explain how the Stalker Plus add on by Couch Potato is supposed to run and if that is meant to be run at the same time as the Stalker Client PVR addon ?? If so, then I must be doing something wrong because I am not even getting any updates on when the guide was last updated. It'd make sense if someone had the time to incorporate the last updated message and also the extra features tab into the stalker client PVR addon as running two seems a bit crazy.

P.s I am using or trying to use the latest RC4 release of the IP Stalker Plus addon as posted by Couch Potato.

Thanks,

Prophercy

dara
08-17-2016, 01:04 PM
Bump. Sticking the thread until CP releases new features.

Apathy
08-21-2016, 07:48 PM
anyway you can add custom token to this version

Cub69
08-30-2016, 09:35 PM
Hi, I can't see any difference between provider data and ninja-1 data? I'm missing almost all of the brit channel data and the rest is not categorized as expected. I know it is reading it from the epg server correctly because I tried setting it to an hour offset just to be sure, cleared data and it was an hour offset. Categorized is nice but rally just a complete guide is better ☺

sfipricej
09-02-2016, 02:07 AM
Hey CP... I'm getting a "No epg update available today. The last one was valid until august 30th 2016" error...
Can you please advise if there is a fix for this yet?

I'm also getting an error when trying to access the VOD area within your addon CP...

Stopped
23:49:17 T:18446744073124952368 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('genres',)
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.stalker/addon.py", line 775, in <module>
vodLevel();
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.stalker/addon.py", line 347, in vodLevel
genre = i["genres"].split(",")[0]
KeyError: ('genres',)
-->End of Python script error report<--
23:49:17 T:18446744073507146032 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.stalker/?cat_id=10&genre_name=VoD&mode=vod&portal=%7b%22name%22%3a%20%22iptv66%22%2c%20%22par ental%22%3a%20%22false%22%2c%20%22url%22%3a%20%22h ttp%3a%2f%2fmw1.iptv66.tv%22%2c%20%22ppassword%22% 3a%20%220000%22%2c%20%22vodpages%22%3a%20%2210%22% 2c%20%22mac%22%3a%20%2200%3a1A%3a78%3a36%3a98%3a64 %22%2c%20%22active%22%3a%20true%2c%20%22serial%22% 3a%20%7b%22send_serial%22%3a%20true%2c%20%22custom %22%3a%20true%2c%20%22sn%22%3a%20%22(account data)%22%2c%20%22signature%22%3a%20%22(account data)%22%2c%20%22device_id2%22%3a%20%22(account data)%22%2c%20%22device_id%22%3a%20%22(account data)%22%7d%2c%20%22password%22%3a%20%22(donor Number)%22%2c%20%22login%22%3a%20%22(donor Number)%22%7d
23:49:17 T:18446744073507146032 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.stalker/?cat_id=10&genre_name=VoD&mode=vod&portal=%7b%22name%22%3a%20%22iptv66%22%2c%20%22par ental%22%3a%20%22false%22%2c%20%22url%22%3a%20%22h ttp%3a%2f%2fmw1.iptv66.tv%22%2c
(lots of datastrings involving the donation number, device IDS,etc at this point, just deleting the info out of log posted for security of the donation number)
failed
23:49:59 T:18446744073124952368 WARNING: CPythonInvoker(49): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
23:50:01 T:18446744073124952368 NOTICE: iSTREAM: Subscription Auto Update Service - Starting\Waking...
23:50:01 T:18446744073124952368 NOTICE: iSTREAM: Subscription Auto Update Service - Auto Update Disabled, Sleep for 30 mins
23:50:15 T:18446744073156102448 WARNING: SMBFile::OpenForWrite() called with overwriting enabled! -

Cub69
09-05-2016, 01:32 AM
Nobody else getting the same thing? I know I get no guide data either just like sfipricej... it is a PIA and I have to disable the plugin as it pops up every 5 minutes or so. I appreciate knowing it, but that often??

Anyways, anyone getting guide data updates for rocket? or any of them?

sfipricej
09-05-2016, 02:57 AM
Nobody else getting the same thing? I know I get no guide data either just like sfipricej... it is a PIA and I have to disable the plugin as it pops up every 5 minutes or so. I appreciate knowing it, but that often??

Anyways, anyone getting guide data updates for rocket? or any of them?

I am running SPMC with the built in stalker client with direct full EPG remote URL (not the short nfps.********** but the long one that comes up if you get redirected to after putting it into a browser) as the short one does not load for me. The EPG XML downloads to the pvr.stalker directory but it only shows 8 channels.. For me at least..

I'm running straight kodi with firetvguru build with the IPTV Stalker plus 10.2.4 for all my VOD needs as it has all the other third party addons I'll ever need.. No problems at all..

Running the same donation info in both builds is fine due to closing one out completely before going to the other, on the same firestick.

Bigearl1230
09-05-2016, 08:16 PM
Mr. Couch Potato
I have a years subscription that I've had done last October. I recently updated my Kodi. I've been trying for over two weeks to download the IPTV Stalker plus from the EPG ninja repo. The other day it downloaded for over an hour then said installation failed. I've tried on various boxes. Please help!!!

dara
09-05-2016, 09:27 PM
Mr. Couch Potato
I have a years subscription that I've had done last October. I recently updated my Kodi. I've been trying for over two weeks to download the IPTV Stalker plus from the EPG ninja repo. The other day it downloaded for over an hour then said installation failed. I've tried on various boxes. Please help!!!

If you want to get the mod version, look at the first post in this thread, which has the links to his version. It is not on any approved/friendly repo.

If you want the 10.2.4 version, go here:
http://iptvtalk.net/showthread.php?15368-IPTV-Stalker-quot-Plus-quot-10-2-4-Install-and-How-to-tutorial&p=120726&viewfull=1#post120726

PangOS
09-24-2016, 08:19 PM
Trying to figure out what is wrong with my setup. The EPG doesn't load auto when using the PVR IPTV simple client.

I have to download the epg via browser then point the client to the file, clear the database and re-enable the Live TV function.

Otherwise EPG is blank. I'm using the same url to download the epg as well. "http://localhost:8899/epg?xml=1.

Any ideas on this?

Edit*****************

Had a hard time with it. The PVR Stalker Client didn't load the epg either, at first using the provider option.

After I obliterated everything in the cache folder,Stalker Client now works with the XML TV option pointed to the IPTV Stalker Video Addon EPG Server url.

PangOS
10-14-2016, 07:28 PM
I have quite a few issues trying to use stalker service with the addon and the pvr client. Have some questions I was really hoping to get help with.
I'm using the modded addon hoping ~couchpotato can chime in as well.

When the send device info is selected, does the Add-on generate the Serial, Dev and Sig ids and use them, unseen by me? I noticed that the fields are filled in auto in the pvr stalker client.

When the (newer feature ACC. PCR sync is enabled, which portal does it use for the info? As well as when does the add-on actually perform the setup of the pvr stalker client? Currently after I setup the options in the add-on I keep checking (opening the add-on, restarting kodi) to see if it has been setup yet and it just seems to do so whenever it does.

I can't use the Stalker Client anymore. previously I was constantly getting failed to get stream url. Prior to that it used to happen randomly then started occurring every time. I reset and re-entered all info. Now all the client ever does is Authentication failed.

Trying to figure it all out, using two different isps, one donation works with one ISP but not another and vice versa. (Authorization failed. Try a reset) Reset doesn't help, mac change doesn't help.

I hope I can get help with this I can get to view through the add-n like only 10% of the time I try.

Edit:

I have another question about the channel list when it's loaded via the PVR IPTV Simple Client, there are extra ones at the top and the whole list numbering goes off. Anything I can do with this?

franknitti
12-11-2016, 07:20 PM
Looking to get the EPG going. I'm running IPTV stalker plus 10.3.4-r6. I've been unable to tie it to the epg. I've never been able to get the built-in to work. Not sure if I need to have the IPTV simple client enabled and or the stalker client enabled. I've tried both, I get a message saying no pvr loaded, or stalked authentication failed. My stalker plus works great, just no epg. Please help!

ilan
12-12-2016, 03:47 PM
Make certain you have both IPTV Stalker Plus and PVR Stalker client disabled when you are configuring PVR Stalker client. Once PVR Stalker client is configured according to the guidelines below (minus those EPG guide settings), do an IPTV Reset at your Donation Checker. Wait 15 minutes and then enable PVR Stalker client. Leave IPTV Stalker Plus disabled, though. You can't have both enabled at the same time.

For the EPG use...

Only XMLTV or Prefer XMLTV
Remote Location


http://yahyabell.com/

(Those are LL's beLL not one ones.)

http://iptvtalk.net/showthread.php?16461-PVR-Stalker-(Kodi-Built-in)-Set-up-tutorial

franknitti
12-12-2016, 04:11 PM
Thanks ilan, I'll give it a try

Bkman2020
02-10-2017, 09:42 PM
This thread should be deleted if its no longer supported

dara
02-10-2017, 10:31 PM
Still works.

Bkman2020
02-11-2017, 12:46 AM
epg or stalker accout sync does not work.

dara
02-11-2017, 12:51 AM
epg or stalker accout sync does not work.

To be honest, I've never seen those functions work. Still not a reason to nuke the thread, just in case Couch Potato wants to fix it.

Bkman2020
02-11-2017, 12:58 AM
i tested all functions just epg,and stalker sync features do not work.

phantail
02-16-2017, 08:45 PM
I'm using SAMSUNG GALAXLY 18 inch tablet. I HAD stalker plus by couch potato on it and also on 3 windows computers was using ninja along with stalker plus used to get guide. still worked , guide wasn't fully intact like earlier. here is the problem. google playstore decided to update my kodi 16 on tablet automatically and poof goes to 17 , iptv stalker plus vanishes ive tried finding itptv stalker plus repos in old post clairvoyance, epg ninja addresses cant find it any where ive tried using a stalker client that came with 17 in pvr clients with out any luck any ide how I can get a pvr function or tv function repo that works again , I do have a valid rocket iptv with mac but can find anyway to make it work after the 17 up grade.

ryanverdu
03-07-2017, 02:08 AM
Never mind I found it! Lol