• 1
  • 507
  • 508
  • 509(current)
  • 510
  • 511
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
@Lunatixz - I recently bought a PlayOn lifetime license(on sale), and I was wondering how the hulu episode lengths were calculated when using the PlayOn channel builder. Does it take into account the commercials? Does anyone know if there is a standard commercial amount for 1/2 & 1 hour shows? I didn't watch much of a single channel, but I could see it getting out of sync. Also, when selecting channels it always started from the beginning, is there any way around this(I enabled resume in playon)?
(2014-12-15, 16:31)spyder Wrote:
(2014-12-15, 05:36)Kalebbroo Wrote: Does anyone know if there is a way to bypass clicking "ok" when a channel fails to play? I just seems like the setup will work better on my fire tv if it would get past that without me trying to find the remote lol.
I get this too, and it takes you out of the 'pseudo' experience(imagine that popping up on a cable company dvr). I'm guessing this would have to be handled in modifying a code in kodi(Lunatixz?) Even if it were just the dialog without having to click 'ok'. I don't need to acknowledge it elsewhere, if what I clicked failed to play, I would know because I wouldn't be watching it.Rofl

This isn't a PTVL problem, Just about every plugin developer has tried to find a why around it... there is none... Needs to be fixed in XBMC's code. Team Kodi refuses to add support to block or handle this prompt, because they feel it promotes piracy. So you are stuck using sources that won't fail, I've tried my best to add support to avoid the prompt. Take a look at the playback timer under misc. settings.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
started about 10 minutes ago, I keep getting a "your version is out of date" message, and it keeps doing it after restarting XBMC.

Anyone else getting this? If not, I can post a log.
(2014-12-14, 22:43)Fallito Wrote:
(2014-12-13, 05:11)Justin9 Wrote: I have been trying for weeks to get a youtube user playlist channel working... the playlist has music videos, I can not get it to work... i have the most up to date youtube addon, and stable pstv master...

here's my channel settings:

<setting id="Channel_89_type" value="10" />
<setting id="Channel_89_1" value="PLqfcIbmVz74waZ-O0AK13xrpYB6CpgLvB" />
<setting id="Channel_89_2" value="2" />
<setting id="Channel_89_3" value="500" />
<setting id="Channel_89_4" value="0" />
<setting id="Channel_89_changed" value="False" />
<setting id="Channel_89_rulecount" value="1" />
<setting id="Channel_89_rule_1_id" value="1" />
<setting id="Channel_89_rule_1_opt_1" value="User Playlist" />

Can anyone else make this work? If I goto the videos add-on and goto the youtube video addon these playlists work... but they will not work in PSTVHuh help....


Change False to True in this line

<setting id="Channel_89_changed" value="False" />

This will force to regenerate the channel from the Playlist

BTW the value in

<setting id="Channel_89_rule_1_opt_1" value="User Playlist" />

can be the playlist name that you decide...


Fallito

Thanks, I will try that this evening...
(2014-12-08, 20:45)fr3qu3ncy Wrote: I seem to have problems with rtmp streams using liveTV (channel type 8) channels. These types of streams aren't listed in the epg. HSN is an example of this type of stream. Didn't wanna post details as am not sure on rules on it. Please advise. Log will be posted if needed.

Edit: Seems that changing those streams from rtmp to rtsp seems to make those channels work.

Edit: RTMP streams don't seem to work with channel type 9 streams either. Help Luna! Wink

(2014-12-15, 19:01)GavinCampbell Wrote: @Lunatixz

I noticed issues when trying to add rtmp streams that also include the playpath, swfURL, pageUrl and other options in the url. I think its a with the RTMPDump to test the URL that causes it not to get added.

Nothing in the log that I could find useful, but I did mess with the rtmpdump routine to get around it as an ugly hack.

Let me know if you want a URL to test with.

I also had this problem with RTMP streams. I posted the other day but it was probably buried and overlooked. Hoping for a fix or suggestion.
Here's something I've discovered that might be an easy fix.

I keep my videos on a server upstairs and share it to my TV using WebDAV. Videos play fine in standard XBMC, but fail to play in PTVL. Here's the error from the XBMC log:

Code:
16:59:18 T:140720098739968  NOTICE: buildFileList Cache
16:59:19 T:140722402633728  NOTICE: DVDPlayer: Opening: dav://10.128.0.7:80/public/Video/TV Shows/Mystery Science Theater 3000/MST3K Season 5/MST3K - 0516 - 20020214 - Alien From LA.avi
16:59:19 T:140722402633728 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:59:19 T:140720157488896  NOTICE: Thread DVDPlayer start, auto delete: false
16:59:19 T:140720157488896  NOTICE: Creating InputStream
16:59:19 T:140720157488896   ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
16:59:19 T:140720157488896  NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
16:59:19 T:140720157488896   ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
16:59:19 T:140720157488896   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
16:59:19 T:140720157488896   ERROR: Open - failed to open source <dav://10.128.0.7:80/public/Video/TV Shows/Mystery Science Theater 3000/MST3K Season 5/MST3K - 0516 - 20020214 - Alien From LA.avi>
16:59:19 T:140720157488896   ERROR: CDVDPlayer::OpenInputStream - error opening [dav://10.128.0.7:80/public/Video/TV Shows/Mystery Science Theater 3000/MST3K Season 5/MST3K - 0516 - 20020214 - Alien From LA.avi]
16:59:19 T:140720157488896  NOTICE: CDVDPlayer::OnExit()
16:59:19 T:140720157488896  NOTICE: CDVDPlayer::OnExit() deleting input stream
16:59:19 T:140722402633728   ERROR: Playlist Player: skipping unplayable item: 0, path [dav://10.128.0.7:80/public/Video/TV Shows/Mystery Science Theater 3000/MST3K Season 5/MST3K - 0516 - 20020214 - Alien From LA.avi]

At a guess, looking at the apache access logs, is that XBMC is doing URL encoding, and PSTL isn't.

Here's a working request from regular XBMC:

Code:
10.128.3.0 - - [16/Dec/2014:08:43:18 -0800] "HEAD /public/Video/TV%20Shows/Mystery%20Science%20Theater%203000/MST3K%20Season%205/MST3K%20-%200512%20-%2000000000%20-%20Mitchell.avi HTTP/1.1" 200 -

And the nonfunctional one from PSTL:

Code:
10.128.3.0 - - [16/Dec/2014:08:59:19 -0800] "GET /public/Video/TV Shows/Mystery Science Theater 3000/MST3K Season 5/MST3K - 0516 - 20020214 - Alien From LA.avi HTTP/1.1" 404 1016

Yeah, I know one is a HEAD and the other one is a GET, but that's the idea. I haven't seen anyone else talking about this, so I don't know if it's already reported or not.

Thanks a bunch!
(2014-12-13, 06:03)slapthecat Wrote: I've noticed a channel logo bug with the latest release - haven't seen anything here yet.
If I type in channel from the keypad (or my remote), the channel changes but the logo stays the same. If I do channel up/down, the logo changes with the channel - likewise if I select from the OSD TV Guide. But if I manually enter a channel number to change to, the logo stays.
Anyone else?

Fix included in the next update.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Alright having a bone head type moment and require assistance . While making my skin I came across a problem. I have added the static now playing image for the currently playing title in the EPG. I also added a poster Icon with video description that is supposed to change to whatever is highlighted while scrolling the guide channels. This is the pArt that stopped working and I am basically asking what is the control type I need to make it dynamic rather then just the player.art(poster)? I'm pretty new to most everything and just fixing this one little probably simpl detail will basically fix my problem lol sorry for the noob like question. Thanks for the help.
(2014-12-15, 20:56)Lunatixz Wrote:
(2014-12-15, 16:31)spyder Wrote:
(2014-12-15, 05:36)Kalebbroo Wrote: Does anyone know if there is a way to bypass clicking "ok" when a channel fails to play? I just seems like the setup will work better on my fire tv if it would get past that without me trying to find the remote lol.
I get this too, and it takes you out of the 'pseudo' experience(imagine that popping up on a cable company dvr). I'm guessing this would have to be handled in modifying a code in kodi(Lunatixz?) Even if it were just the dialog without having to click 'ok'. I don't need to acknowledge it elsewhere, if what I clicked failed to play, I would know because I wouldn't be watching it.Rofl

This isn't a PTVL problem, Just about every plugin developer has tried to find a why around it... there is none... Needs to be fixed in XBMC's code. Team Kodi refuses to add support to block or handle this prompt, because they feel it promotes piracy. So you are stuck using sources that won't fail, I've tried my best to add support to avoid the prompt. Take a look at the playback timer under misc. settings.

WOW If I am reading between the lines with the new kodi I guess Gotham will be the last one that we need to stick to for all the FUTURE of XBMC ? Unless a splinter group decides to keep improving Gotham !
One HTPC Windows 7 pro 64x running WMC with 2 HDhomeRun on Comcast 6 tuners with MCEbuddy
WD MyCloud 24TB over Netgear network | 6500 movies and 40,000+ TV Show episodes
@bry-

Thank you for all of the help! I have finished creating all of my .strm files and everything is working great. Now I can focus on making it look pretty and create some logos. I need to tweak some channels and replace some SD ones with their HD counterparts. I also have the HDHomerun channels working on my Fire TV.

Image
Image
(2014-12-17, 05:23)Kalebbroo Wrote: @bry-

Thank you for all of the help! I have finished creating all of my .strm files and everything is working great.
Welcome.
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
My XMLTV epg data randomly stopped working in PTVL. I uploaded a log. Anyone have any ideas?
(2014-12-17, 17:02)Zacharybinx34 Wrote: My XMLTV epg data randomly stopped working in PTVL. I uploaded a log. Anyone have any ideas?

yeah - you hub crap installed.

you have some FFMPEG issues.

and below

Quote: Line 4502: 12:00:01 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 550
Line 4569: 12:00:02 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 555
Line 4590: 12:00:03 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 556
Line 4635: 12:00:03 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 560
Line 4728: 12:00:05 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 569
Line 4774: 12:00:07 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 583
Line 4802: 12:00:07 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 586
Line 4829: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 592
Line 4861: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 612
Line 4875: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 613
Line 4888: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 614
Line 4901: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 615
Line 4914: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 616
Line 4927: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 617
Line 4940: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 618
Line 4963: 12:00:11 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 621
Line 4992: 12:00:11 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 628
Line 5128: 12:00:13 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 654
Line 5163: 12:00:13 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 657
Line 5218: 12:00:14 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 670
Line 5254: 12:00:16 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 673
Line 5276: 12:00:16 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 675
Line 5568: 12:00:19 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 715
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
(2014-12-17, 18:06)bry- Wrote:
(2014-12-17, 17:02)Zacharybinx34 Wrote: My XMLTV epg data randomly stopped working in PTVL. I uploaded a log. Anyone have any ideas?

yeah - you hub crap installed.

you have some FFMPEG issues.

and below

Quote: Line 4502: 12:00:01 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 550
Line 4569: 12:00:02 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 555
Line 4590: 12:00:03 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 556
Line 4635: 12:00:03 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 560
Line 4728: 12:00:05 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 569
Line 4774: 12:00:07 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 583
Line 4802: 12:00:07 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 586
Line 4829: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 592
Line 4861: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 612
Line 4875: 12:00:09 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 613
Line 4888: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 614
Line 4901: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 615
Line 4914: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 616
Line 4927: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 617
Line 4940: 12:00:10 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to locate the playlist for channel 618
Line 4963: 12:00:11 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 621
Line 4992: 12:00:11 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 628
Line 5128: 12:00:13 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 654
Line 5163: 12:00:13 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 657
Line 5218: 12:00:14 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 670
Line 5254: 12:00:16 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 673
Line 5276: 12:00:16 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 675
Line 5568: 12:00:19 T:4376 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 715

What is "hub crap"? I have no idea what that means...

How do I fix my "FFMPEG issues."?
Quick question, is it possible to show artwork just for YouTube channels? For example, I see when you want to show different info/artwork for movies vs. episodes you can use the following:

<visible>VideoPlayer.Content(Movies)</visible>
or
<visible>VideoPlayer.Content(Episodes)</visible>

Is there something similar for YouTube channels? I checked the wiki and only saw these parameters: files, movies, episodes, musicvideos, livetv.

Is there another way to make this work? Perhaps something like <visible> if the content is a youtube stream?
  • 1
  • 507
  • 508
  • 509(current)
  • 510
  • 511
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45