• 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
@mo123 What plugin is ntv? Can u give me a link to it? As for the addon.ini link its probably missing a playmedia function... try adding "PlayMedia("plugin://link)" let me know if it works
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
if he is talking bout ntv.mx they offer basicly the same channels as filmon pluss u can get a monthly subscription and get alot more channels i think there all u.k channels ill try to locate where i got it from.
here it is http://www.xbmchub.com/forums/mikey1234s...tv-mx.html
(2013-08-18, 22:15)mo123 Wrote: Tried plugin://plugin.video.ntv stream as source in PseudoTV Live again and stream plays for a split second and then PseudoTV Live exits, just like with a dead stream.
Here is my log http://xbmclogs.com/show.php?id=46886 if someone can help.
Just tried filmon plugin links, same issue as above.

Tried keyboard shortcuts 'm' , thanks it works.
I just noticed when you press 'i' the xbmc menu appears for a split second in the background behind PseudoTV live menu.

It would be great if mouse scrolling can be used and channel info updated at the bottom when mouse moves over a show.

Thanks

there is another plugin named Notfilmon i think it might be a easier option then filmon there basicly the same thing but Notfilmon allows adding channels to your fav's. i could not get either to work but i think i was closer with notfilmon. if you get them to work i would love to know how good luck.
i suggest a separate thread be used for discussion of sources for ptv live, as certain sources cross legal lines (copyright and such blah blah.) that way this thread can still exist, and comply fully with the dmca. i only suggest this out of concern for lunatix as he is working very hard on this.
Uh, there's nothing here that violates the DMCA.
some of the streams being linked are copyrighted material, not all, but some.
I do not have control over what users post in this thread as I'm not a moderator. I do not condone the use of illegal material but I encourage users to share their configurations. If they chose to include illegal sources the risk is on them...
I would rather keep things contained in this topic... after all major changes will be made rendering previous configurations useless.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
i know i was just trying to remind people to be cautious. i like them myself.
I cant make it work the nightlie version. It doesnt populate channels, and I dont understand why, because I have tried using a settings2.xml with only one channel that works in the PC(NBA channel), the settings2.xml posted by scilz and also the same settings2.xml that I use in Pseudo TV (there it works fine) and I always have the same message.

I have changed de librtpm.so.0 in XBMCBuntu like its recommended in the first post, any idea what is going on?
Thanks.
(2013-08-19, 19:16)nachoyazid Wrote: I cant make it work the nightlie version. It doesnt populate channels, and I dont understand why, because I have tried using a settings2.xml with only one channel that works in the PC(NBA channel), the settings2.xml posted by scilz and also the same settings2.xml that I use in Pseudo TV (there it works fine) and I always have the same message.

I have changed de librtpm.so.0 in XBMCBuntu like its recommended in the first post, any idea what is going on?
Thanks.

without posting a log how could I possibly help you?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-08-19, 00:16)Lunatixz Wrote: @mo123 What plugin is ntv? Can u give me a link to it? As for the addon.ini link its probably missing a playmedia function... try adding "PlayMedia("plugin://link)" let me know if it works

I also tried with "Playmedia" but the OSD menu says it's playing but nothing plays and it jumps back to the plugin screen, doesn't force exit like with the "plugin://plugin.scriptname/feedlink"

TVGuide also can't play plugin streams unless 'use alternative streaming method' is selected in settings. Then any plugin stream works.
Here is the code changes from TVGuide that makes most plugin streams playable.
https://github.com/twinther/script.tvgui...12f581113d
https://github.com/twinther/script.tvgui...8dbdd500a4
https://github.com/twinther/script.tvgui...a7869e5799

If some of this code can be useful and be incorporated with changes into PseudoTV Live, it will make all 3rd party addon streams working not just the addons I mentioned previously.

Can't wait for future PseudoTV Live version/improvements, since it's one of the best addons available. Smile
(2013-08-19, 20:41)mo123 Wrote:
(2013-08-19, 00:16)Lunatixz Wrote: @mo123 What plugin is ntv? Can u give me a link to it? As for the addon.ini link its probably missing a playmedia function... try adding "PlayMedia("plugin://link)" let me know if it works

I also tried with "Playmedia" but the OSD menu says it's playing but nothing plays and it jumps back to the plugin screen, doesn't force exit like with the "plugin://plugin.scriptname/feedlink"

TVGuide also can't play plugin streams unless 'use alternative streaming method' is selected in settings. Then any plugin stream works.
Here is the code changes from TVGuide that makes most plugin streams playable.
https://github.com/twinther/script.tvgui...12f581113d
https://github.com/twinther/script.tvgui...8dbdd500a4
https://github.com/twinther/script.tvgui...a7869e5799

If some of this code can be useful and be incorporated with changes into PseudoTV Live, it will make all 3rd party addon streams working not just the addons I mentioned previously.

Can't wait for future PseudoTV Live version/improvements, since it's one of the best addons available. Smile

try RunPlugin(plugin://link)

looks like tvguide plugin adds the xbmc function before link, where as mine is included together...

Code:
if self.alternativePlayback:
                    xbmc.executebuiltin('XBMC.RunPlugin(%s)' % url)
                elif self.osdEnabled:
                     xbmc.executebuiltin('PlayMedia(%s,1)' % url)
                 else:
                     xbmc.executebuiltin('PlayMedia(%s)' % url)

if you enable alt. playback try "XBMC.RunPlugin()"
else try "PlayMedia()"

runplugin would look like this RunPlugin(plugin://sometext)
playmedia would look like this PlayMedia("plugin://sometext,somelinks" )
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Out of curiosity out of all the upcoming features... what are you most looking forward too?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
auto bumpers and auto commercials
[ ] Auto Channel population. (Auto Tune)
[ ] Support for External source list population. (Livestream, XBMC favorites, Yahoo Piped, User created...)
[ ] Service to remove dead feeds (or improved error handling) and settings2 optimization.
[ ] LiveTV Color Category EPG
  • 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45