[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2013-12-13, 23:05)Indy_star Wrote: Can I make some feature requests for problems I've noticed while using it. I know your working on some bugs and some of these sort of fall into Bugs, but want to share my wife's expereience with it and what she complained to me about to make it more friendly.

1. From the EPG, could you allow to jump around by entering a channel number and the EPG will jump to that point. For example, if I have 100 channels, I'm on channel 1, but the channel my wife wants to watch is somewhere between 80-90, from within the EPG, she types in 80, the EPG jumps to that position and allows her to select her channel when she finds which one it is? Our current workaround is go to channel 80 before opening EPG, which works, just not ideal as its an extra step.

2. Better handling of stream errors. I have quite a few channels that are rtmp streams, and on occasions they go down. What happens is PTVL gives me an error that the stream doesn't work and then starts to close the threads and close PTVL. When I open PTVL back up, it is again trying to start the rtmp stream that is down and starts to close again before I'm able to change the channel. Its like an endless loop.

On that note, could someone just tell me where in Settings2.xml is the line that tells what was the last channel watched? Would help me when working around the problem mentioned.

3. Allow changing of channel or even better opening of EPG while a channel is loading. When it takes more the 15 secs for a stream to open it usually means it is down and I would like to just use the EPG to select another channel to watch. This may or may not be possible, but I ran into this problem yesterday. USTVnow had a problem (including through my webbrowser) and it just continuously said working and would never time out. I couldn't get off the channel through PTVL and had to edit the settings2.xml which my wife wouldn't be able to manage.

I simply love this Addon, and will be donating to this project. Once I added my HDHomerun, it took it to the final level for me to cut the cable and my wife is almost in agreement with me if I can keep it as friendly as possible for her to deal with problems when they arise and I'm not around to fix them.

We all want this as wife friendly as possible!! I appreciate the requests, some of which may not be possible because of XBMC limitations...

1. This may be possible without a full rewrite... but no promises.

2. Error handling is always a concern. The code I've implemented is doing an okay job, till I find a better method. If you find a lot of your channels going offline try increasing the channel reset for that channel. Set that specific channel to reset daily. This will trigger a stream check. BTW The setting you are looking for is in setting.xml called "currentchannel".

Force a Channel Reset Code:
Code:
<setting id="Channel_###_rulecount" value="?" />
<setting id="Channel_###_rule_$_id" value="13" />
<setting id="Channel_###_rule_$_opt_1" value="%" />

### = Channel Number
? = amount of rules you have, if you only had the rename rule then you have "2"
$ = rule number, if this is the second rule you have, then it's "2"
& = how many days till a force reset, "1" is good for stream offline checks.

3. Currently isn't possible. Once you select something to play PTVL isn't in control anymore XBMC Player is... PTVL won't respond till the player is finished loading. I maybe can force the EPG/Overlay to load, but I believe XBMC won't give focus to PTVL so your keypresses wouldn't register. Making the display useless...

Hope that helps...
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
RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - by Lunatixz - 2013-12-13, 23:19
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] - 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