[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-08-29, 17:14)bigpanda Wrote: Hi,
Okay here goes....
Got a unicode error which i had fixed and forgotten about...

heres the log... https://www.dropbox.com/s/h63vvou44yl05b...e.log?dl=0

Here is my fix...

globals.py

def uni(string, encoding = 'utf-8'):
if isinstance(string, basestring):
if not isinstance(string, unicode):
string = unicode(string, encoding, errors='ignore')

The previous semapore error seems to have been caused by the absence of a setting2.xml.( I was assuming it would generate a new one when autotuning ).
Autotuned with superfavorites not selected and all worked fine.

Added this snippet for testing with a forced channel reset

<setting id="Channel_33_type" value="15" />
<setting id="Channel_33_time" value="888" />
<setting id="Channel_33_1" value="plugin://plugin.program.super.favourites/BlazeTamer" />
<setting id="Channel_33_2" value="" />
<setting id="Channel_33_3" value="Create New Super Folder,Explore Kodi favourites,iSearch,Search,LiveStreams,Movies,Episodes,PseudoTV_Live,PseudoTV_More,PseudoTV_Music,PseudoTV_Sport,TVPlayer" />
<setting id="Channel_33_4" value="0" />
<setting id="Channel_33_rulecount" value="1" />
<setting id="Channel_33_rule_1_id" value="1" />
<setting id="Channel_33_rule_1_opt_1" value="BlazeTamer" />
<setting id="Channel_33_changed" value="True" />

I end up with an empty playlist for channel 33. Here is the log....

https://www.dropbox.com/s/r8e5ho0jo0spxku/xbmc.log?dl=0


thnx for any assistance...

Thanks for the correction... I could have swore I included ignore originally... but I guess not

(2014-08-29, 06:38)LakersFan Wrote:
(2014-08-27, 16:03)Lunatixz Wrote: I'm planning on adding Playon Autotuning... I would like to hear suggestions on content and options you would want...

Thanks

Planned so far:

Hulu:
Your subscriptions
Recently added feature films

Netflix:
My List
Top Picks for...

Is HBO Go possible?

Yes, but I don't have access to it through Playon... so I have no way of knowing if it will work...

I'm trying my best to write the playon feature similar to the "Direct Plugin" chtype... so that users can add whatever content from playon they want. BUT! playon doesn't use one format through all it's sources, so hulu,amazon, etc all have there own types of listing styles...

BTW for any users that don't have playon, please use the logo found in post 1 when signing up to help me out using my referral link Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?


Messages In This Thread
RE: [FORK] - by jcaa6479 - 2013-07-16, 23:25
Re: RE: - by bry - 2013-07-19, 08:42
Audio Muting Consistently ? - by gjwAudio - 2013-08-18, 08:25
PTVL Anomalies... - by gjwAudio - 2013-08-25, 01:15
Help Find The BAD Channel... - by gjwAudio - 2013-08-27, 02:12
RE: - by DLWhittet - 2013-10-13, 02:48
Problems with Pseudo TV Live - by media-mogul - 2013-11-07, 22:45
Setup wifi cam stream - by rebelmaveric19 - 2013-12-12, 00:54
Black Screen - by Antisthenes - 2014-03-03, 02:06
RE: [FORK] - by Lunatixz - 2014-03-25, 18:21
Re: RE: - by Lunatixz - 2014-04-26, 17:10
Update breaks autostart? - by grumpygamer - 2014-07-12, 11:48
Re: RE: Update breaks autostart? - by bry - 2014-07-12, 13:44
PseudoTV Live + HDHomerun Tutorial - by bry - 2014-07-25, 23:17
RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - by Lunatixz - 2014-08-29, 23:00
RE: [FORK] - by tromy - 2014-09-22, 19:14
Custom Live Channel - by GavinCampbell - 2014-11-01, 18:20
Options menu? - by Pendragon445 - 2014-11-02, 20:23
Prevent Stop Button - by GavinCampbell - 2014-11-13, 22:45
RE: [FORK] - by herpkektop - 2015-02-11, 11:22
RE: [FORK] - by herpkektop - 2015-02-11, 17:55
PseudoTv issue - by adamp237 - 2015-03-02, 03:41
No Guide - Android Arm - by MoRbIdBoY - 2015-03-14, 20:26
Chanel Issues - by BlueKalel - 2015-05-03, 07:23
RE: donation - by gkithes - 2015-06-11, 02:27
RE: donation - by bornagainpenguin - 2015-06-11, 03:55
Channel Sharing Feature Freezing - by RORO-RR - 2015-07-11, 18:48
Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45