• 1
  • 261
  • 262
  • 263(current)
  • 264
  • 265
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Can you dropbox and send me link...

But what kinda sickbeard integration? because I already added in collection check and icon awhile back...

Thanks

(2014-05-08, 18:35)Lunatixz Wrote: It's been almost a year since I published this project, as a thank you for community support i'm offering a Donor Access give away contest...

Follow me on twitter @PseudoTV_Live, Tweet me with your XBMC forum name and one of the three contest types for your chance to win!!

Contest types:

1 - Feedback Contest - Tell me what you like best about PseudoTV Live, and why. (Four random users selected).

2 - Artwork Contest - Looking to revamp my icon and fanart. Create a pair (Icon and Fanart). (Best one wins!).

3 - PTVL Skinning Contest - Create an original* skin or convert a preexisting "PseudoTV" skin for use with PseudoTV Live. (All valid entries win!).
*Original = Not a modification of preexisting skins, but original concept and textures. I retain finale say on what is considered a valid skin.

All entries must be made on twitter, one entry per user. Drawing is on July 14th! for the 1YR Anniversary...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-05-09, 18:58)Lunatixz Wrote: Can you dropbox and send me link...

But what kinda sickbeard integration? because I already added in collection check and icon awhile back...

Thanks

sending you files now via pm.
(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).
I get this error when using the GiantBomb plugin as a type 15.
http://xbmclogs.com/show.php?id=197191

A quick google search gives me this info in regards to the python error.
http://stackoverflow.com/questions/10406...-2-ordinal

I realize the linked user's problem has nothing to do with this, but I figured the solution may be related, I dunno. This may just be the case of a plugin that's incompatible with channel type 15, but I figured it's worth a shot if it's just an encoding bug that could open up a few more plugin options.

Let me know if you need a more complete log.

UPDATE:
In ChannelList.py, changing line 3872 from:
Code:
Detail = str((filetype) + ',' + str(title) + ',' + str(genre) + ',' + str(runtime) + ',' + str(description) + ',' + str(file)).replace(',,',',')

to:
Code:
Detail = str((filetype) + ',' + str(title.encode('ascii', 'ignore')) + ',' + str(genre) + ',' + str(runtime) + ',' + str(description) + ',' + str(file)).replace(',,',',')

fixed the problem.
(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.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Still looking for a solution to this issue... My EPG is showing USTVnow shows and times correctly, but the streams are three hours ahead. I have an xmltv file, I just don't know what to do with it lol any suggestiosn??
Image
Never mind. Just got an email back from USTVnow support, apparently the streams come out of PA so they are on EST no matter what I do. I just need to figure out how to adjust the EPG to show the showtimes three hours earlier…
Image
(2014-05-10, 06:21)ADHDMedia Wrote: Never mind. Just got an email back from USTVnow support, apparently the streams come out of PA so they are on EST no matter what I do. I just need to figure out how to adjust the EPG to show the showtimes three hours earlier…

Only way I found to fix it was to change system time to Eastern and that fixed it for me.
Image
Hmm… that's no good. Then XBMC will say the wrong time. Hmm…
Image
(2014-05-10, 06:31)ADHDMedia Wrote: Hmm… that's no good. Then XBMC will say the wrong time. Hmm…

Yep shows the wrong time but I've gotten used to it lol. Have enough other things telling me the real time
Image
Haha

We'll see…
Image
What would happen if I put my system time zone as Eastern but then rolled back the time three hours?
Image
Ok well that was weird… I did what I just said above and when I started it up, XBMC had the correct time, and my PTVL EPG had adjusted to Eastern time! I switched to a USTVnow channel and after only a few seconds, the channels started dropping from EPG! All the USTVnow channels are now gone from my EPG.
Image
i have a solution for you set the time on the pc to eastern time then go to the dollar store and buy a clock.
Ya, pretty funny man. That's some super constructive, friendly advice!

This is my main media center in my house, I'd really prefer not to have the damn time off by three hours. Not because I can't figure out another way to tell the fucking time, just because I'd prefer for my shit to work properly. Thanks anyways tho bro.
Image
  • 1
  • 261
  • 262
  • 263(current)
  • 264
  • 265
  • 694

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