[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2013-12-13, 23:19)Lunatixz Wrote: 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.

This would be great, this was they only request I thought you would really be able to add with minimal complexity, but again, I don't understand the code so it may be a bigger deal then it sounds. Your work is inspiring me to learn Python.

(2013-12-13, 23:19)Lunatixz Wrote: 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.


Great explanation, I can definatly implent this. Does every channel need a custom rule or can I use the same rule for multiple channels? Also does this work with strm files? I found strm to be the most reliable so all my rtmp I use are in strm files and I use channel type 7 to call the strm file. The reason I ask is even if I do a force channel reset through the settings, the strm files seemed to still be added to the EPG and I only find out they don't work when I try and watch it and the link doesn't work. Would this also work with the plugin:// in strm files as I'm moving as much as I can to use the native pluggins instead of the raw rtmp stream which tends to be a bit more dynamic then I expected.

(2013-12-13, 23:19)Lunatixz Wrote: 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...
I figured this much, but would it be possible to make the XBMC Player return control to PTVL once it has given the error and allow the user to change the channel? Right now as I mentioned PTVL closes when it encounters this error and it would make it alot easier to simply change the channel to a working channel instead of crashing completely and putting me in the PTVL loop of death.

(2013-12-13, 23:19)Lunatixz Wrote: Hope that helps...

Thanks Luna, as I also mentioned, I'm going to donate to this project as soon as I cut the Cable. Your donation will be my entire month of Cable bill, and I encourage everyone else that is doing the same thing to also donate 1 month of Cable when you do finally cut the cord. I'm excited to see where this project will be in 3 months, even 1 year from now as long as we can keep you motivated to keep up your hard work!


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 Indy_star - 2013-12-14, 00:09
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