[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2013-12-29, 21:39)ThorC1138 Wrote: I was trying to get you tube playlists working today but having no success, [BSOD or bad channel setups], and a search through the thread and the updates on the first few posts would suggest that any major issues there were fixed...could someone share a quick excerpt from their settings2 file of one they have working?

YT channels work fine for me, but I'm struggling with the right syntax and where exactly to replace the 1 with a 2 to indicate a playlist, and where to paste the URL, in the line <setting id="Channel_#_1" value= , or the line <setting id="Channel_#_2" value=

Thanks!!!

Here is my exact examples from my settings2.xml and these are used for my Son to create him Youtube TV Channels so he won't miss Disney Junior and Treehouse to much.

Code:
<setting id="Channel_853_type" value="10" />
    <setting id="Channel_853_1" value="PL9bsPVRSg1sl0kSa99jrim69esS0lQrkF" />
    <setting id="Channel_853_2" value="2" />
    <setting id="Channel_853_3" value="50" />
    <setting id="Channel_853_changed" value="False" />
    <setting id="Channel_853_rulecount" value="1" />
    <setting id="Channel_853_rule_1_id" value="1" />
    <setting id="Channel_853_rule_1_opt_1" value="KidsTV123 Youtube" />

1st line we specify it is Youtube with a value of "10"
2nd line we specify a playlist. You get this from the URL of the playlist you are using. The first page has perfect example of what is needed, but if it doesn't make sense, I will clarify even further, just ask.
3rd line we tell the Pluggin that we are specifying a Playlist from Youtube. Value "2" = Playlist from Youtube.

For the most part leave the rest the same, last line is the channel name you want to call it. So "KidsTV123 Youtube" you would specify a name that means something to you.

Here is my next example that I use.

Code:
<setting id="Channel_854_type" value="10" />
    <setting id="Channel_854_1" value="uxbmalaysia" />
    <setting id="Channel_854_2" value="1" />
    <setting id="Channel_854_3" value="50" />
    <setting id="Channel_854_rulecount" value="1" />
    <setting id="Channel_854_rule_1_id" value="1" />
    <setting id="Channel_854_rule_1_opt_1" value="KiddyTV Youtube" />

Again 1st line we are specifying its Youtube with the value "10"
2nd line we are specifying the Username of the Youtube Channel we are pulling from. You get this again from the URL in Youtube. This is the username of the Youtube user that has created their own Youtube channel, not a playlist as the first example uses.
3rd line we are telling PTVL that we are specifying Youtube username with the value of "1" instead of using a Playlist. Refer to page 1 again for how to get that info.
Last line again is a meaningful name for you channel.

You can copy and past these lines into your settings2.xml and the channels will load. Use it as an example and you should be able to go find your own Youtube channels and change those few lines to load what you want from Youtube.

Hope that helps you and anyone else that needs examples to get it to work. It took me a bit of playing around to get it working as expected, but the first page is a wealth of information if you can just digest everything on there. Luna has done a pretty good job of explaining but sometimes direct examples of working syntax are helpful so you can see change working syntax to what you need to see how it works. I know that helps me learn like that. Luna's default channels of settings2.xml are what I used to learn.

(2013-12-29, 03:06)photo848 Wrote:
(2013-12-29, 02:25)bry- Wrote: Curious - is anybody using the master branch with livetv via hdhomerun? I am considering setting this up to see how it works.

I am using the master branch along with livetv via hdhomerun. I tried configuring it as the example provided on page 1 for livetv
<setting id="Channel_1_type" value="8" />
<setting id="Channel_1_1" value="I60159.labs.zap2it.com" />
<setting id="Channel_1_2" value="hdhomerun://xxxxxxxD-1/tuner1?channel=qam256:399000000&program=2" />
<setting id="Channel_#_3" value="xmltv" />

however doing it this way was causing unbearable buffering so I changed it to this approach:
<setting id="Channel_20_type" value="8" />
<setting id="Channel_20_1" value="I2.1.16689.tmsdatadirect.com" />
<setting id="Channel_20_2" value="http://xxx.xxx.x.x:9981/stream/channelid/3?ticket=7962B48B91CE53B2BAEB7C25B8B56E746191B6F0" /> (xxx's being my ip addr)
<setting id="Channel_20_3" value="xmltv" />
and there is no buffering and runs great. I am using a HDHomerun Dual tuner running on an openelec machine. Unfortunately I can't explain why one approach works and the other didn't but the combination of this plugin along with live tv is amazing.

I assume this is a Samba issue more than anything. I'm using Windows and using the netbios name works perfectly for me with no buffering, but for any type of *nix, I would also move to IP vs netbios name as suggested. I'm a few versions behind as it is quite stable for my needs.

Can I ask how you got the URL with that ticket=xxxxxx? If I run into any problems, I might switch to this, but so far so good on Win7.


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-30, 07:14
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