Hans,
The 1.100 gave me the script error on Ubuntu.
Below is the log.
Thanks,
0:21:36 T:140691174766336 NOTICE: -->Python Interpreter Initialized<--
00:21:37 T:140691174766336 ERROR: Error Type: <type 'exceptions.ImportError'>
00:21:37 T:140691174766336 ERROR: Error Contents: No module named favorites
00:21:37 T:140691174766336 ERROR: Traceback (most recent call last):
File "/home/hhle/.xbmc/addons/SuperTV/default.py", line 19, in <module>
if __name__ == "__main__": from resources.lib.main import *;main(BASE)
File "/home/hhle/.xbmc/addons/SuperTV/resources/lib/main.py", line 26, in <module>
from favorites import *
ImportError: No module named favorites
dtsexpert
Senior Member Posts: 151 Joined: Feb 2012 Reputation: 2 |
2012-03-14 09:24
Post: #101
(This post was last modified: 2012-03-14 09:26 by dtsexpert.)
|
| find quote |
HansMayer
Senior Member Posts: 179 Joined: Feb 2012 Reputation: 10 |
2012-03-14 09:38
Post: #102
(2012-03-14 07:01)winylisa Wrote: I have a request, I think the addon is very nice and has great potential but can you please add the ability to click on things with the mouse. It took me forever to realize I needed to use the enter key and that kinda defeats the htpc feelThat actually used to work, but I've fixed it in v1.100, which I just released. Other changes are a favorite list, a system for backup channels, the option to display the EPG in 24h mode (also rtmpGUI+) and the default timeout for the streams is now set to 30 instead of 120 seconds (also rtmpGUI+). You find v1.100 on the Homepage. (Edit: I repaired the zip file, the above error shouldn't occur anymore)
(This post was last modified: 2012-03-14 10:13 by HansMayer.)
|
| find quote |
bakito
Fan Posts: 415 Joined: Jun 2011 Reputation: 0 Location: france |
2012-03-14 09:56
Post: #103
supertv doesn't work for me,when I launch it there is just 2 point appearing on my program menu ( the two point to get back in file directory), with no background,it appears on my program screen
http://www.mediafire.com/imageview.php?q...l4me4mehjo see the two point next to "navi-x",it's supertv... and it switch my view to list views whatever my views is...
(This post was last modified: 2012-03-14 10:00 by bakito.)
|
| find quote |
HansMayer
Senior Member Posts: 179 Joined: Feb 2012 Reputation: 10 |
2012-03-14 10:14
Post: #104
(2012-03-14 09:56)bakito Wrote: supertv doesn't work for me,when I launch it there is just 2 point appearing on my program menu ( the two point to get back in file directory), with no background,it appears on my program screenIt does only work with the default convergence theme at the moment. rtmpGUI+ works with all themes, though.
(This post was last modified: 2012-03-14 10:14 by HansMayer.)
|
| find quote |
MaxMustermann
Fan Posts: 433 Joined: Sep 2009 Reputation: 29 |
2012-03-14 10:19
Post: #105
(2012-03-14 10:14)HansMayer Wrote: It does only work with the default convergence theme at the moment. rtmpGUI+ works with all themes, though. Could you make a SuperTV setting for the view? This way we could use this addon with other skins. Do you use the name or id of "Media Info 2"? |
| find quote |
mikey1234
Fan
Posts: 456Joined: Nov 2011 Reputation: 18 |
2012-03-14 10:33
Post: #106
Hans gotta take my hat off to you done a good job......using rtmpgui+ instead of super though as + loads epg ok and dont have to wait so long.......
is there anychance you could split the streams into seperate channels i.e documentaries , movies ,?? it takes a long time for the xml to load but if seperated would be better........but......really good....and glad you got it working with filmon as to be honest reason i done LiveTV was for the old man and step mother in lanzarote she only wants it for the soaps on bbc and itv etc..... so if you pulled all the bbc,itv, channels off filmon then that would be brill as filmon is stable....... |
| find quote |
HansMayer
Senior Member Posts: 179 Joined: Feb 2012 Reputation: 10 |
2012-03-14 10:35
Post: #107
(2012-03-14 10:19)MaxMustermann Wrote:It uses a modified version of Media Info 2. The problem is that you can't switch to Media View 2 in the original version at all as you can't set the content of the container to 'movies', which is checked by the theme in order to unlock Media View 2. I've sent in a patch which addresses that, in the meantime I'm trying to come up with another solution for the problem. If you use components which allow the content of the container to be set and thus work with all themes, you end up with rtmpGUI+, but it has other shortcomings (i.e. it can't catch key presses -> no detailed EPG)(2012-03-14 10:14)HansMayer Wrote: It does only work with the default convergence theme at the moment. rtmpGUI+ works with all themes, though.
(This post was last modified: 2012-03-14 10:41 by HansMayer.)
|
| find quote |
MaxMustermann
Fan Posts: 433 Joined: Sep 2009 Reputation: 29 |
2012-03-14 10:54
Post: #108
(2012-03-14 10:35)HansMayer Wrote:(2012-03-14 10:19)MaxMustermann Wrote:It uses a modified version of Media Info 2. The problem is that you can't switch to Media View 2 in the original version at all as you can't set the content of the container to 'movies', which is checked by the theme in order to unlock Media View 2. I've sent in a patch which addresses that, in the meantime I'm trying to come up with another solution for the problem. If you use components which allow the content of the container to be set and thus work with all themes, you end up with rtmpGUI+, but it has other shortcomings (i.e. it can't catch key presses -> no detailed EPG)(2012-03-14 10:14)HansMayer Wrote: It does only work with the default convergence theme at the moment. rtmpGUI+ works with all themes, though. I don't know if it works for program addons too, but this Code: setContent(...)
(This post was last modified: 2012-03-14 10:54 by MaxMustermann.)
|
| find quote |
HansMayer
Senior Member Posts: 179 Joined: Feb 2012 Reputation: 10 |
2012-03-14 10:56
Post: #109
(2012-03-14 10:54)MaxMustermann Wrote:That works for video plugins (rtmpGUI+) where you only have one container, but not for script addons like SuperTV. There might be a way via the built-in functions, all I found until now was Container.Content, but no Container.SetContent.(2012-03-14 10:35)HansMayer Wrote:(2012-03-14 10:19)MaxMustermann Wrote:It uses a modified version of Media Info 2. The problem is that you can't switch to Media View 2 in the original version at all as you can't set the content of the container to 'movies', which is checked by the theme in order to unlock Media View 2. I've sent in a patch which addresses that, in the meantime I'm trying to come up with another solution for the problem. If you use components which allow the content of the container to be set and thus work with all themes, you end up with rtmpGUI+, but it has other shortcomings (i.e. it can't catch key presses -> no detailed EPG)(2012-03-14 10:14)HansMayer Wrote: It does only work with the default convergence theme at the moment. rtmpGUI+ works with all themes, though. (2012-03-14 10:33)mikey1234 Wrote: is there anychance you could split the streams into seperate channels i.e documentaries , movies ,??That would kind of go against the idea of be operable like a DTV receiver, and would increase the required key presses to change from a given channel to another, which is unnecessary and uncomfortable to use. IMHO.
(This post was last modified: 2012-03-14 11:16 by HansMayer.)
|
| find quote |
mikey1234
Fan
Posts: 456Joined: Nov 2011 Reputation: 18 |
2012-03-14 11:02
Post: #110
i repeat
Hans gotta take my hat off to you done a good job......using rtmpgui+ instead of super though as + loads epg ok and dont have to wait so long....... is there anychance you could split the streams into seperate channels i.e documentaries , movies ,?? it takes a long time for the xml to load but if seperated would be better........but......really good....and glad you got it working with filmon as to be honest reason i done LiveTV was for the old man and step mother in lanzarote she only wants it for the soaps on bbc and itv etc..... so if you pulled all the bbc,itv, channels off filmon then that would be brill as filmon is stable....... you ingnoring me hans? |
| find quote |



Search
Help