• 1
  • 518
  • 519
  • 520(current)
  • 521
  • 522
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
I have amazon fire tv and cannot change channels or even view a guide, can anyone help?
As I mentioned before I cant create channels using playlist in the chan config within kodi but I found the external Channel config program and that worked great. Such a useful program.
Lunatixz the genius of all good Kodi Smile or anyone who can help.

How about this: I get no channel name in the EPG when I add this line to settings2.xml:

<setting id="Channel_2_rule_1_opt_1" value="House Hunters" />

"Channel_2" is a Ulive plugin super favorite (folder with House Hunter full episodes) off of HGTV. The channel shows up in the epg, and I can play it just fine. There's just no channel name. Syntax wrong?

Here's the complete entry in settings2.xml:

<setting id="Channel_2_type" value="15" />
<setting id="Channel_2_time" value="240" />
<setting id="Channel_2_1" value="plugin://plugin.program.super.favourites/PseudoTV_Live/Channel_2" />
<setting id="Channel_2_3" value="25" />
<setting id="Channel_2_4" value="0" />
<setting id="Channel_2_changed" value="True" />
<setting id="Channel_2_rule_1_opt_1" value="House Hunters" />

TIA!
(2015-01-06, 02:44)rytharr Wrote: As I mentioned before I cant create channels using playlist in the chan config within kodi but I found the external Channel config program and that worked great. Such a useful program.

Hello, this sounds great but where can I get the external channel config program from?
(2015-01-06, 09:37)Inferio Wrote:
(2015-01-06, 02:44)rytharr Wrote: As I mentioned before I cant create channels using playlist in the chan config within kodi but I found the external Channel config program and that worked great. Such a useful program.

Hello, this sounds great but where can I get the external channel config program from?

If you are referring to the external PTVL channel editor you can find it in THIS thread Blush
(2015-01-05, 21:05)Marshall Wrote:
(2015-01-05, 21:00)bishafr Wrote: Does PseudoTV_Live accept M3U8 playlists as channels.
Have couple HTTP streams that i use on VLC. would be great if i can incorporate into the setup.

M3U is like below...

#EXTINF:0,Sky 1
http://xx.xx.xx.xx:8081/udp/239.100.40.1:1234
#EXTINF:0,SKY 2
http://xx.xx.xx.xx:80/udp/239.102.0.193:1234

You could do this

Code:
<setting id="Channel_1_type" value="9" />
    <setting id="Channel_1_1" value="5400" />
    <setting id="Channel_1_2" value="http://xx.xx.xx.xx:80/udp/239.102.0.193:1234" />
    <setting id="Channel_1_3" value="Sky2" />
    <setting id="Channel_1_4" value="Sky News 24/7 stream." />
    <setting id="Channel_1_rulecount" value="1" />
    <setting id="Channel_1_rule_1_id" value="1" />
    <setting id="Channel_1_rule_1_opt_1" value="Sky2" />

It is better to create a .strm file. Just open a new file in a text editor, copy your m3u8 playlist

http://live300.edge.filmon.com/live/3211...ylist.m3u8

and then save it as ITVBe.strm .

That way you know what the content of your stream really is.
Image
(2015-01-05, 21:23)amcfarla Wrote: I noticed with the new PseudoTV live 0.5.7d, my fanart with the EPG guide and info screen (movie logos, poster, and fanart) will be working fine while building the channels with the background refresh set to on, but once the artwork spooling message shows up on the screen the artwork will default to the PseudoTV live logo instead of the artwork for any channel. This is happening on all my KODI machines with PseudoTV Live, as I am currently using the channel sharing option with all the devices with one master. Anyone have any suggestions on fixing this? Thank you.



While the spooling is going on, all images are disabled. Once the spooling ends (on the latest it is taking several minutes for me) images should be displayed again
Lunatixz,

I am having a lot of issues with the artwork. For some reason, PTVL never recognized the existing (local) artwork for movies but it does for tv shows. It was fine in the past, since it was downloading them from the internet on the fly. But on 0.5.7d, it no longer retrieves them from the internet. Artwork spooler runs for several minutes every time there is a channel update, and then the epg gets really slow, getting stuck on each movie item for several seconds temporarily freezing and no artwork shows up for any of the movies.

My media is on an unraid server that is available through smb. All movies have their respective artwork exported to individual movie folders alongside their media files. Same with the tv shows. Each tv show is in its own folder and the folder contains the artwork.

Not sure why ptvl displays the tv show artwork fine, but not the movie artwork.

I am trying to upload a log, but unfortunately since I turned debugging on in ptvl settings, the spooler started taking about half an hour so I am waiting for that to finish. Any ideas?

Thanks
(2015-01-06, 01:47)Inferio Wrote: I have amazon fire tv and cannot change channels or even view a guide, can anyone help?

I'm running on a fire tv. What's the issue? Click the center button on the remote to bring up the epg.
Image
(2015-01-07, 03:35)aptalca Wrote: Lunatixz,

I am having a lot of issues with the artwork. For some reason, PTVL never recognized the existing (local) artwork for movies but it does for tv shows. It was fine in the past, since it was downloading them from the internet on the fly. But on 0.5.6d, it no longer retrieves them from the internet. Artwork spooler runs for several minutes every time there is a channel update, and then the epg gets really slow, getting stuck on each movie item for several seconds temporarily freezing and no artwork shows up for any of the movies.

My media is on an unraid server that is available through smb. All movies have their respective artwork exported to individual movie folders alongside their media files. Same with the tv shows. Each tv show is in its own folder and the folder contains the artwork.

Not sure why ptvl displays the tv show artwork fine, but not the movie artwork.

I am trying to upload a log, but unfortunately since I turned debugging on in ptvl settings, the spooler started taking about half an hour so I am waiting for that to finish. Any ideas?

Thanks

I'm having a similar issue, though my media is shared over NFS using MySQL for the DB. Also when I exit PTVL and try to open it back up I get a notification saying PTVL is already running. When this occurs I have to force close Kodi and restart it. If I disable the dynamic artwork option I can close and open PTVL with no issue. I'll post a log once the spooler finishes.
(2015-01-06, 17:55)aptalca Wrote:
(2015-01-05, 21:23)amcfarla Wrote: I noticed with the new PseudoTV live 0.5.7d, my fanart with the EPG guide and info screen (movie logos, poster, and fanart) will be working fine while building the channels with the background refresh set to on, but once the artwork spooling message shows up on the screen the artwork will default to the PseudoTV live logo instead of the artwork for any channel. This is happening on all my KODI machines with PseudoTV Live, as I am currently using the channel sharing option with all the devices with one master. Anyone have any suggestions on fixing this? Thank you.



While the spooling is going on, all images are disabled. Once the spooling ends (on the latest it is taking several minutes for me) images should be displayed again

No, not from what I am seeing

This is during the channel scan:

Image


After the channel scan and the artwork spooling completes:

Image

The Superman 2 logo is no longer present after it gets done scanning, and shows the default PseudoTV live logo. Started with the latest update.
Still waiting on the spooler to finish, but the logs are showing this:

Code:
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/272472-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/271659-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Download
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt, movie
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt, Fanart.TV
21:43:40 T:12080  NOTICE: script.pseudotv.live-fanarttv: get_image_list_Movie
21:43:40 T:12080  NOTICE: script.pseudotv.live-fanarttv: get_data
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/tt1990314-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork

Should that last front slash be a back slash? Checking the folder those images don't actually exist.
(2015-01-07, 04:47)ninjabucket Wrote: Still waiting on the spooler to finish, but the logs are showing this:

Code:
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:39 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/272472-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/271659-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork - Fallback
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Json Artwork
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Folder
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Artwork Download
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt, movie
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: DownloadArt, Fanart.TV
21:43:40 T:12080  NOTICE: script.pseudotv.live-fanarttv: get_image_list_Movie
21:43:40 T:12080  NOTICE: script.pseudotv.live-fanarttv: get_data
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, setImage = C:\Users\Chip\AppData\Roaming\Kodi\userdata\addon_data\script.pseudotv.live\cache\artwork/tt1990314-landscape.jpg
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork Cache Disabled
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork_NEW
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Chtype <= 7
21:43:40 T:12080   DEBUG: script.pseudotv.live-Artdownloader: FindArtwork, Infolder Artwork

Should that last front slash be a back slash? Checking the folder those images don't actually exist.

I wonder how it looked in the older verison?
I would like to use the auto tuning feature to populate PTVL with streaming channels and then manually remove the ones I do not like or don;t work. But I can't seem to manually delete any channels after auto tune. If I delct a channel in channel configuration, the next screen comes up, but my only option is to back out. I can't select anything.
I am a noob when it comes to KODI and PsuedoTV. For the life of me, I cannot figure out how to make my Super Favorites into Channels on PsuedoTV. I have created numbered channel folders but I must be missing a step. Can anyone help?[/align]
  • 1
  • 518
  • 519
  • 520(current)
  • 521
  • 522
  • 694

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