Kodi Community Forum
[RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+----- Forum: PseudoTV / PseudoTV Live (https://forum.kodi.tv/forumdisplay.php?fid=231)
+----- Thread: [RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script (/showthread.php?tid=90738)



RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - FoxBJK - 2012-11-29

Is the developer still following this thread? It'd be nice to know if anything's in the works re: Frodo compatibility. Anyone forking this?


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Sranshaft - 2012-11-29

(2012-11-28, 14:15)grope Wrote: Thanks

Do you know where I can get any older versions? I seem to be getting a script error on the pi with that latest development version

Older won't work as well. PseudoTV needs to be updated for Frodo compatibility which, I believe, is what RaspXBMC is on now.




RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - binarybomber - 2012-11-30

anybody have luck with PseudoTV on AppleTV2? I've tried installing it, seems to work fine, until I bring up the EPG. Then it pretty much locks it up, and I have to reboot it. Any tips, advice, help, dreams, life goals?


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Cisien - 2012-12-03

You might consider moving this over as a PVR plugin for the new PVR system in XBMC 12.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - pisoj1 - 2012-12-03

Does anyone have problems with it not starting for a while? Like I hit enter on the app and nothing happens then a few minutes later it boots up? Like I can go into other menus and things and it just happens?


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - SOME1 - 2012-12-03

in frodo this addon has some problems.
one of them is that it's not starting.
many users found this solution as temporary solution.

we should encourage this addon author to continue support this addon and make thenecessary adjustments for frodo.
please give him positive feedback by click "rate user" on top left page, and if possible consider donate him.

thanks.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - jurm - 2012-12-03

(2012-11-24, 04:14)butterkitty Wrote:
(2012-11-24, 01:23)Amelandbor Wrote:
(2012-11-23, 23:15)butterkitty Wrote: There isn't a version that works with Frodo, hence it won't work with a recently updated Rpi or xbmc. You also can't find it in the repo because of this. If you install it manually the script will just fail on run.

I'm still hoping to get an update to Pseudo TV soon

It is still working on Frodo if you comment out a part of default.py
Replace the code from line 37 to 53 with this:
Code:
# if xbmc.executehttpapi("GetGuiSetting(1, services.webserver)")[4:] == "False":
    #     try:
    #         forcedserver = __settings__.getSetting("ForcedWebServer") == "True"
    #     except:
    #         forcedserver = False

    #     if forcedserver == False:
    #         dlg = xbmcgui.Dialog()
    #         retval = dlg.yesno('PseudoTV', 'PseudoTV will run more efficiently with the web', 'server enabled.  Would you like to turn it on?')
    #         __settings__.setSetting("ForcedWebServer", "True")

    #         if retval:
    #             xbmc.executehttpapi("SetGUISetting(3, services.webserverport, 8152)")
    #             xbmc.executehttpapi("SetGUISetting(1, services.webserver, true)")
    #             dlg.ok('PseudoTV', 'XBMC needs to shutdown in order to apply the', 'changes.')
    #             xbmc.executebuiltin("RestartApp()")
    #             shouldrestart = True

Tried this and didn't work for me. Thanks though =^.^=



Likewise, didn't work for me either


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Amelandbor - 2012-12-04

(2012-11-24, 15:42)butterkitty Wrote:
(2012-11-24, 11:11)Amelandbor Wrote:
(2012-11-24, 04:14)butterkitty Wrote: Tried this and didn't work for me. Thanks though =^.^=

Hmm, maybe I changed more things. I zipped the whole addon I use on windows Frodo beta.

https://dl.dropbox.com/u/7021545/Jasonra-XBMC-PseudoTV-b6bd060.rar

There are a lot of things not working like it should, but it's starting for me.


It's working for me now. THANK YOU!




RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - somekindahate - 2012-12-04

(2012-12-03, 16:37)jurm Wrote:
(2012-11-24, 04:14)butterkitty Wrote:
(2012-11-24, 01:23)Amelandbor Wrote: It is still working on Frodo if you comment out a part of default.py
Replace the code from line 37 to 53 with this:
Code:
# if xbmc.executehttpapi("GetGuiSetting(1, services.webserver)")[4:] == "False":
    #     try:
    #         forcedserver = __settings__.getSetting("ForcedWebServer") == "True"
    #     except:
    #         forcedserver = False

    #     if forcedserver == False:
    #         dlg = xbmcgui.Dialog()
    #         retval = dlg.yesno('PseudoTV', 'PseudoTV will run more efficiently with the web', 'server enabled.  Would you like to turn it on?')
    #         __settings__.setSetting("ForcedWebServer", "True")

    #         if retval:
    #             xbmc.executehttpapi("SetGUISetting(3, services.webserverport, 8152)")
    #             xbmc.executehttpapi("SetGUISetting(1, services.webserver, true)")
    #             dlg.ok('PseudoTV', 'XBMC needs to shutdown in order to apply the', 'changes.')
    #             xbmc.executebuiltin("RestartApp()")
    #             shouldrestart = True

Tried this and didn't work for me. Thanks though =^.^=



Likewise, didn't work for me either

This method worked for me on Ubuntu 11.10 with Frodo Beta 2.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - SOME1 - 2012-12-04

(2012-12-04, 03:13)somekindahate Wrote:
(2012-12-03, 16:37)jurm Wrote:
(2012-11-24, 04:14)butterkitty Wrote: Tried this and didn't work for me. Thanks though =^.^=



Likewise, didn't work for me either

This method worked for me on Ubuntu 11.10 with Frodo Beta 2.

for me it's worked on ubuntu 12.10 running frodo beta1.
maybe it's not working for windows users?


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Rastan - 2012-12-04

(2012-12-04, 12:24)SOME1 Wrote:
(2012-12-04, 03:13)somekindahate Wrote:
(2012-12-03, 16:37)jurm Wrote: Likewise, didn't work for me either

This method worked for me on Ubuntu 11.10 with Frodo Beta 2.

for me it's worked on ubuntu 12.10 running frodo beta1.
maybe it's not working for windows users?


I just tried Frodo Beta 2 on Windows and it does not work for me. Also tried the dropbox files, still no joy.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Amelandbor - 2012-12-04

I tried it on windows so it's working there, but as I said before maybe I changed something else also so anyone can also use the rar I posted.

Can you post a log, then I'll take another look.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Rastan - 2012-12-04

(2012-12-04, 12:30)Amelandbor Wrote: I tried it on windows so it's working there, but as I said before maybe I changed something else also so anyone can also use the rar I posted.

Can you post a log, then I'll take another look.

Heres a LOG

Thankyou Smile



RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Amelandbor - 2012-12-04

Try deleting the whole script.pseudotv folder from C:\Users\Strongarm\AppData\Roaming\XBMC\addons\ and after that unrar the file from my dropbox in the same folder.


RE: [RELEASE] PseudoTV (Video) Addon - Virtual EPG and TV Channel Surfing Script for XBMC - Rastan - 2012-12-04

(2012-12-04, 13:15)Amelandbor Wrote: Try deleting the whole script.pseudotv folder from C:\Users\Strongarm\AppData\Roaming\XBMC\addons\ and after that unrar the file from my dropbox in the same folder.

Thanks for the tip! I followed your instruction PTV gets further now, it does not report an error and tries to start. But it does not play anything.

Here is a new LOG ..Maybe you can see the problem