• 1
  • 263
  • 264
  • 265(current)
  • 266
  • 267
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-05-10, 17:57)Lunatixz Wrote:
(2014-05-10, 17:40)Theldais Wrote:
(2014-05-10, 17:29)Lunatixz Wrote: Ouya is a unofficial build of XBMC, it appears they might be using a different version of python. Have you tried using a different build?

I have loaded the release version of Gotham on there and am running that so that shouldn't be the issue.

XBMC released an official Ouya build?

According to http://wiki.xbmc.org/index.php?title=HOW...MC_on_OUYA the latest release of XBMC on Android is fully Ouya supported at least.
(2014-05-10, 18:02)Theldais Wrote:
(2014-05-10, 17:57)Lunatixz Wrote:
(2014-05-10, 17:40)Theldais Wrote: I have loaded the release version of Gotham on there and am running that so that shouldn't be the issue.

XBMC released an official Ouya build?

According to http://wiki.xbmc.org/index.php?title=HOW...MC_on_OUYA the latest release of XBMC on Android is fully Ouya supported at least.

PIL should be a part of pythons libraries... not sure why it's not importing.

I think I found the problem, fix will be included in next update?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-05-09, 22:36)Lunatixz Wrote:
(2014-05-09, 21:55)spoyser Wrote:
(2014-05-08, 16:52)Lunatixz Wrote: ::Update::

Some upcoming features in the works...

Context menu forwarding (which will require either you manual edit plugins or you beg addon developers to implement the code Smile ).

I'm working on two types:

Type 1: Plugin Directories...

From within a video plugin you can bring up a context menu and add that plugin directory as a PseudoTV Live Channel.

Type 2: Super Favorites...

Using the Super Favorites plugin you can create custom PseudoTV Live channels, each folder would represent a channel. The contents of each channel will be made up of random links you placed inside it.

With regards the context menu forwarding, rather that getting all the addon devs to change their addons, it would be a lot easier to use the approach I do in Super Favourites and just override/hijack the XBMC context menu itself and add the functionality yourself by querying the currently selected list item (see capture.py in my addon).

Yeah I had a lengthy discussion with XBMC mods about this exact thing... I hope to add this plugin into the official repo when it's finished... So any mods like that wouldn't be allowed, along with my EPG Videowindow hack.

If all else fails I'll take a look at your hijacking method... thanks for the info.

Which mods aren't allowed? The context menu stuff really just installs a keymap file which then call calls a custom script when the menu button/key is clicked.

This script then brings up a menu with my options in it (and also allow the user to then choose the standard menu), the standard menu can also be restored via the addon settings.

What is your VideoWwindow hack?

I've also made the change you required in Super Favourites (see other thread), can you let me know if they do what you need?
(2014-05-10, 18:13)spoyser Wrote:
(2014-05-09, 22:36)Lunatixz Wrote:
(2014-05-09, 21:55)spoyser Wrote: With regards the context menu forwarding, rather that getting all the addon devs to change their addons, it would be a lot easier to use the approach I do in Super Favourites and just override/hijack the XBMC context menu itself and add the functionality yourself by querying the currently selected list item (see capture.py in my addon).

Yeah I had a lengthy discussion with XBMC mods about this exact thing... I hope to add this plugin into the official repo when it's finished... So any mods like that wouldn't be allowed, along with my EPG Videowindow hack.

If all else fails I'll take a look at your hijacking method... thanks for the info.

Which mods aren't allowed? The context menu stuff really just installs a keymap file which then call calls a custom script when the menu button/key is clicked.

This script then brings up a menu with my options in it (and also allow the user to then choose the standard menu), the standard menu can also be restored via the addon settings.

What is your VideoWwindow hack?

I've also made the change you required in Super Favourites (see other thread), can you let me know if they do what you need?

Thanks for the changes I'll check them out...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-05-10, 18:10)Lunatixz Wrote:
(2014-05-10, 18:02)Theldais Wrote:
(2014-05-10, 17:57)Lunatixz Wrote: XBMC released an official Ouya build?

According to http://wiki.xbmc.org/index.php?title=HOW...MC_on_OUYA the latest release of XBMC on Android is fully Ouya supported at least.

PIL should be a part of pythons libraries... not sure why it's not importing.

I think I found the problem, fix will be included in next update?

When is the next update?
I use pstvl on ouya everyday never had any problems been using it on ouya for months. every once in awhile some one has a problem with ouya and comes here for help and they all had the same issue. i don't know if you guys are having a different issue but this is what i told the other guys. use the ouya web browser and navigate to post 1 of this thread and download pstvl. but before you do that delete all pstvl folders on the ouya. DO NOT TRY TO USE SMB TO TRANSFER PSTVL.
(2014-05-10, 20:12)scilz Wrote: I use pstvl on ouya everyday never had any problems been using it on ouya for months. every once in awhile some one has a problem with ouya and comes here for help and they all had the same issue. i don't know if you guys are having a different issue but this is what i told the other guys. use the ouya web browser and navigate to post 1 of this thread and download pstvl. but before you do that delete all pstvl folders on the ouya. DO NOT TRY TO USE SMB TO TRANSFER PSTVL.

Are you using Gotham or XBMC for Ouya?
i have used several different versions of frodo and gotham.
my pstvl version on my ouya is 3.7 though i have not tried the newest pstvl on my ouya yet. but every other pstvl version i have tried worked.
(2014-05-10, 20:39)scilz Wrote: i have used several different versions of frodo and gotham.
my pstvl version on my ouya is 3.7 though i have not tried the newest pstvl on my ouya yet. but every other pstvl version i have tried worked.

Ok good to know. I will try downloading it via the ouya browser. Do i have to install all these dependencies first?

Dependencies:
script.module.requests
script.module.beautifulsoup
script.module.feedparser
script.module.simple.downloader
script.common.plugin.cache
script.module.simplejson
(2014-05-10, 20:47)ridflea Wrote:
(2014-05-10, 20:39)scilz Wrote: i have used several different versions of frodo and gotham.
my pstvl version on my ouya is 3.7 though i have not tried the newest pstvl on my ouya yet. but every other pstvl version i have tried worked.

Ok good to know. I will try downloading it via the ouya browser. Do i have to install all these dependencies first?

Dependencies:
script.module.requests
script.module.beautifulsoup
script.module.feedparser
script.module.simple.downloader
script.common.plugin.cache
script.module.simplejson

Yes
(2014-05-10, 21:01)xecutionx Wrote:
(2014-05-10, 20:47)ridflea Wrote:
(2014-05-10, 20:39)scilz Wrote: i have used several different versions of frodo and gotham.
my pstvl version on my ouya is 3.7 though i have not tried the newest pstvl on my ouya yet. but every other pstvl version i have tried worked.

Ok good to know. I will try downloading it via the ouya browser. Do i have to install all these dependencies first?

Dependencies:
script.module.requests
script.module.beautifulsoup
script.module.feedparser
script.module.simple.downloader
script.common.plugin.cache
script.module.simplejson

Yes

Sorry, one more question. Do i install them through the xbmc add on menu? or do I unzip them straight into the add-ons folder?
i don't think it matters.
(2014-05-10, 21:57)scilz Wrote: i don't think it matters.

Well i tried this and I still get the script error. I also tried it on my tablet and phone and it has the same error. So I must be doing something wrong, but I do not know what now.

I have this working fine on my PC.
(2014-05-10, 17:50)Lunatixz Wrote:
(2014-05-10, 17:37)Jorpoli Wrote: Hi, I love this addon. Since yesterday I no Youtube subscriptions work, I'm using this:

<setting id="Channel_1_type" value="10" />
<setting id="Channel_1_1" value="my user" />
<setting id="Channel_1_2" value="3" />
<setting id="Channel_1_3" value="" />
<setting id="Channel_1_4" value="1" />
<setting id="Channel_1_changed" value="True" />
<setting id="Channel_1_rulecount" value="1" />
<setting id="Channel_1_rule_1_id" value="1" />
<setting id="Channel_1_rule_1_opt_1" value="Youtube" />

Read Post 2, missing media limits

Ok, I did this:

<setting id="Channel_1_type" value="10" />
<setting id="Channel_1_1" value="my user" />
<setting id="Channel_1_2" value="3" />
<setting id="Channel_1_3" value="100" />
<setting id="Channel_1_4" value="1" />
<setting id="Channel_1_changed" value="True" />
<setting id="Channel_1_rulecount" value="2" />
<setting id="Channel_1_rule_1_id" value="1" />
<setting id="Channel_1_rule_1_opt_1" value="Youtube" />
<setting id="Channel_1_rule_2_id" value="13" />
<setting id="Channel_1_rule_2_opt_1" value="1" />
<setting id="Channel_1_SetResetTime" value="1399840106" />

I set limit, but it doesn't work.
Okay, I signed up and paid for a three day trial of USTVnow. I'd like to see how the HD looks. I'm scanning the channels in now. Ill let you guys know what it looks like! Lol
Image
  • 1
  • 263
  • 264
  • 265(current)
  • 266
  • 267
  • 694

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