[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2013-10-26, 22:41)Lunatixz Wrote: Upcoming push has changes that will affect your current channel setup: Update with caution!

Push will include:

Fix for youtube limits... limits will include (50,100,150,200,250). They will work with a new settings2.xml entry or a global limit in PTVL's settings:
Limits set in the settings2.xml override the global limit. This allows custom limits per channel.

_3" value="100" /> <-------New entry limits media to 50|100|150|200|250. This is a per channel setting.. one channel could be set to 100 videos while the other 250...

Code:
<setting id="Channel_#_type" value="10" />
<setting id="Channel_#_1" value="MotorTrend" />
<setting id="Channel_#_2" value="1" />
<setting id="Channel_#_3" value="100" />
<setting id="Channel_#_changed" value="True" />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="MotorTrend" />

It's important that you never go to far over the available videos. If you have 100 videos don't use 200!
If you have 51 videos, using 100 will be fine. The next 49 videos will be filled in with repeats.
Also remember youtube channels don't automatically rebuild on every start to improve performance, and reduce the risk of hammering youtube's api... so if you want to fill a channel with new videos daily, weekly, etc. Use the example below.

Code:
<setting id="Channel_#_type" value="10" />
<setting id="Channel_#_1" value="MotorTrend" />
<setting id="Channel_#_2" value="1" />
<setting id="Channel_#_3" value="100" />
<setting id="Channel_#_changed" value="True" />
<setting id="Channel_#_rulecount" value="2" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_2_id" value="13" />
<setting id="Channel_#_rule_1_opt_1" value="MotorTrend" />
<setting id="Channel_#_rule_2_opt_1" value="1" />

rule_2_opt_1" value="1" 1 = amount of days to reset, in this case 1


I also added xmltv error checking, which should reduce instances of black screens when xmltv isn't properly configured... If bad or no data is found matching the channel configuration that channel will not build! but the next good configuration will without a black screen error. There is also a new entry that will allow multiple xmltv sources.

_3" value="ustvnow" /> <------- New entry uses the name of the xml file. In this example "ustvnow" refers to ustvnow.xml using the location set in PTVL's settings...
If no custom xml is found it will try the default xmltv.xml... which leaves you two options for standard xmltv files... either rename _3 " value="xmltv" or leave it blank _3 "value=""

Code:
<setting id="Channel_#_type" value="8" />
<setting id="Channel_#_1" value="I27.28460898.microsoft.com" />
<setting id="Channel_#_2" value="plugin://plugin.video.ustvnow/?name=ABC&mode=play" />
<setting id="Channel_#_3" value="ustvnow" />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="ABC USTVNOW" />


Autotuning:

Auto-tuning will control channel ordering based on your selection of options. Once auto-tuning is complete you can add traditional channels using whatever method you used previously.
It will also build clean each time it's activated; and builds using all media mapped to XBMC (so large collections will take sometime to build).

There will be a recovery option for users who want to undo auto-tuning after it runs.

Auto-tuning options will include:
  • LiveTV:
    • USTVnow w/EPG
    • HDhomerun (coming soon)
  • TV Network
  • Movie Studios
  • TV Genres
  • Movie Genres
  • Mixed TV/Movie Genres
  • Music Genres
    Music Videos:
    • Youtube (coming soon)
    • VevoTV
    • Local Directory
  • InternetTV (coming soon)
  • User selected addons/plugins (coming soon)

A Backup is made after agreeing to run auto tune, there will be a restore function implemented soon.
a media limit can be set to cut down on channel building time. The limit (100|250|500|Unlimited) will be per channel, till all bugs are worked out I recommend leaving this at 100.

At the moment, Music channels is giving me problems, maybe it will work for you? who knows...
USTVnow only supports free service, If you are a premium users email USTVNOW ask them to support this addon!
XMLTV files for USTVNOW will have to manually be downloaded till I figure out the best way to handle xmltv in python... All files will be included in a folder labeled (xmltv)

AutoTune maybe buggie??, but PTVL should still work as normal... Feedback is a must, I can't possible test every combination by myself Smile Please include links to your logs...

Also, thank you earlieb for finding a solution to the EPG Sync issue.

Just tried the live TV EPG functions with HDHomeRun...
I have my xmltv.xml file saved is a separate folder and don't use USTVNow. I found that I need to put "xmltv" in <setting id="Channel_#_3" value="" /> and can't just leave it blank like you have noted above. Here is the log file.

The EPG jumping issues seem to be resolved. If I choose a show in the future it doesn't pull the shows EPG data to the current time, perfect! Will let you know if things stay in sync over time.

Maybe this falls into the "you can't have everything" category but I notice that now if I want to change a live TV channel on the EPG I need to be on the currently playing show and I can't just select any show in the row. Not a big deal though.


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
RE: [FORK] "PseudoTV Live" w/ LiveTV, InternetTV and added Strm Support - by Edge10101 - 2013-10-27, 20:03
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] - 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