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)



- jtucker1972 - 2011-02-19

Jason, getting the following script error.

Code:
23:06:04 T:7172 M:636502016  NOTICE: -->Python Interpreter Initialized<--
23:06:08 T:7172 M:627499008   ERROR: Error Type: exceptions.ImportError
23:06:08 T:7172 M:627499008   ERROR: Error Contents: No module named VideoParser
23:06:08 T:7172 M:627499008   ERROR: Traceback (most recent call last):
                                              File "C:\Users\James\AppData\Roaming\XBMC\addons\script.PseudoTV\default.py", line 35, in ?
                                                import resources.lib.Overlay as Overlay
                                              File "C:\Users\James\AppData\Roaming\XBMC\addons\script.PseudoTV\resources\lib\Overlay.py", line 32, in ?
                                                from VideoParser import VideoParser
                                            ImportError: No module named VideoParser
23:06:11 T:4836 M:627036160  NOTICE: -->Python Interpreter Initialized<--
23:06:11 T:4836 M:626499584   ERROR: Error Type: exceptions.ImportError
23:06:11 T:4836 M:626499584   ERROR: Error Contents: No module named VideoParser
23:06:11 T:4836 M:626462720   ERROR: Traceback (most recent call last):
                                              File "C:\Users\James\AppData\Roaming\XBMC\addons\script.PseudoTV\default.py", line 35, in ?
                                                import resources.lib.Overlay as Overlay
                                              File "C:\Users\James\AppData\Roaming\XBMC\addons\script.PseudoTV\resources\lib\Overlay.py", line 32, in ?
                                                from VideoParser import VideoParser
                                            ImportError: No module named VideoParser
23:06:26 T:1248 M:622911488 WARNING: Failed to find previously selected audio sink



- steppedup - 2011-02-19

Another pseudotv background for your home menu...

Image


- Sranshaft - 2011-02-19

Finally finished up the Confluence skin. Not 100% committed on the EPG. If anyone happens to have any suggestions let me know.

Image
Image

Download from here.

Edit: Updated the timebar. Still not entirely happy with it but it fits better.


- Jason102 - 2011-02-20

@jtucker1972: looks like you're missing the VideoParser.py file. Can you please look in resources/lib and make sure it's there?

@Srandshaft: I like it. It'll be a couple of days before I can actually release the new version, but I'll include it when I do.


- jtucker1972 - 2011-02-20

@jason, I am not seeing it in the stable-pre build. I checked git to make sure I downloaded the correct version, but I am not seeing it there.


- mand45 - 2011-02-20

jtucker1972 Wrote:@jason, I am not seeing it in the stable-pre build. I checked git to make sure I downloaded the correct version, but I am not seeing it there.

Same Error mesage.

Hi Jason. Fantastic addon.

I installed the estable pre version. I get this error message:
[HTML]ImportError: No module named VideoParser[/HTML]I am not seeing this module into the stable-pre build


- Jason102 - 2011-02-20

I must have screwed up the push to repo. I won't be able to update it until tomorrow. I'll post when I fix it.


- Jason102 - 2011-02-20

Added the missing file to the stable-pre branch so that thing should actually start.


- derekos - 2011-02-20

FYI: I had to move the XXXparser.py files out of the parsers directory and adjust lines 22,23,24 to read import XXXparser.py (remove "parsers.").

Working well so far. Testing.


"/home/xbmc/.xbmc/addons/script.PseudoTV/resources/lib/VideoParser.py", line 22, in ?
import parsers.MP4Parser as MP4Parser
ImportError: No module named parsers.MP4Parser


- Jason102 - 2011-02-20

I suck...just added another forgotten file to fix that issue.


- zepfan - 2011-02-20

Jason102 Wrote:I suck...

Hardly, you're here everyday working on the script! Thanks for all your work!


- derekos - 2011-02-21

@jason - no way, you are doing great work! This plugin, for me, substantially evolves XBMC for the better. I'm happy to help with testing.


- zepfan - 2011-02-21

I hope Sranshaft doesn't kill me, but I modded his confluence skin to one that works for Cirrus Extended (or just Cirrus if you rename)
Here are some pics of it in action.
EPG
Image


Info
Image


Download.

It's really a terrible job, and if anyone thinks different colors would suit it better let me know.


- branlr - 2011-02-21

zepfan Wrote:I hope Sranshaft doesn't kill me, but I modded his confluence skin to one that works for Cirrus Extended (or just Cirrus if you rename)
Here are some pics of it in action.
EPG
Image


Info
Image


Download.

It's really a terrible job, and if anyone thinks different colors would suit it better let me know.

No way, this is great. Maybe it could be somehow a little sleeker, but this sure as hell works for now. You are REALLY cool haha


- derekos - 2011-02-21

@Saran @jason - Request. Can we have an option or default to trap the PREV MENU in addition to the ESC key for closing the EPG?

Thanks!