• 1
  • 523
  • 524
  • 525(current)
  • 526
  • 527
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2015-01-14, 02:47)Kalebbroo Wrote:
(2015-01-14, 01:28)Zoot17 Wrote: Not sure what I need to do. I am trying to run Pseudo Live on Helix on my ATV2. I have auto tuned the channels but everytime I try load pseudo it begins to stream and as its about to start it goes black and sends me back to the ATV main menu. Is there something I've missed?

Have you checked to make sure all dependencies have been installed? There is a list on page one.

If you have everything installed correctly try to autotune a new settings2 file with only a couple of working channels. Many things can break PTVL we just need to narrow down what it is.

Also do not try to switch channels while background loading is going on I have found that FTV doesn't like that and Crashes Kodi.

I'm new to this. Where do I check what dependencies are installed and if any are missing how do I then install them?
Can anyone with .57D get directories to work as channelsHuh
I'm hoping someone can help me out. I've been using the original PseudoTV for years and am now trying out the Live version. I cannot get interleaving to work. Just for testing I've created one network channel with one commercial channel and cannot get the network channel to interleave. I've never had problems with this in the original PseudoTV. I've been looking at the forums and other people have the same problem. Is there a work around for this? I've created the channel through PseudoTV Manager as well as trying to create it in the channel configuration. Nothing seems to work.
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0


watch gallery

Is there a trick to installing this? I placed the extracted "media" and "720P" folders into the "custom" skin folder, chose "Custom" skin in PTVL settings, but when I run PTVL, the script fails and it never starts. I get a lot of "XML File for Window is missing" errors in the log.
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0


watch gallery

What a beaut! Definitely going to pull the new version tonight after work.

One question though, could I easily swap out the fan art image for clearart without too much trouble by editing the epg xml?
(2015-01-14, 19:46)ThorC1138 Wrote:
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0

What a beaut! Definitely going to pull the new version tonight after work.

One question though, could I easily swap out the fan art image for clearart without too much trouble by editing the epg xml?

Just change this under "script.pseudotv.live.EPG" xml
Code:
<control type="button" id="507">
            <description>Dynamic art</description>
            <label>fanart</label>
            <visible>false</visible>
        </control>
to this
Code:
<control type="button" id="507">
            <description>Dynamic art</description>
            <label>clearart</label>
            <visible>false</visible>
        </control>

(2015-01-14, 18:29)tommymsw Wrote:
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0

Is there a trick to installing this? I placed the extracted "media" and "720P" folders into the "custom" skin folder, chose "Custom" skin in PTVL settings, but when I run PTVL, the script fails and it never starts. I get a lot of "XML File for Window is missing" errors in the log.
There is no trick. I just tested it running kodi helix and PLTV v5.7 in a windows machine and it works fine.
I' running openelec on a Cubox. PTVL works fine on it and all the other skins work, but when I out this one into "Custom" and select it, PTVL just crashes. With this error:

ERROR: EXCEPTION: XML File for Window is missing
11:24:59 T:1366291520 ERROR: Previous line repeats 1 times.
11:24:59 T:1366291520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: XML File for Window is missing
Traceback (most recent call last):
File "/storage/.kodi/addons/script.pseudotv.live/default.py", line 178, in <module>
PseudoTV()
File "/storage/.kodi/addons/script.pseudotv.live/default.py", line 53, in PseudoTV
MyOverlayWindow = Overlay.TVOverlay("script.pseudotv.TVOverlay.xml", __cwd__, Skin_Select)
RuntimeError: XML File for Window is missing
-->End of Python script error report<--
11:25:00 T:1717466176 ERROR: CecLogMessage - Write: sent command error !
(2015-01-14, 16:04)FALAFELOLOGIST Wrote: Can anyone with .57D get directories to work as channelsHuh

They work fine. If you try to use the same settings2.xml you used with PTV (without L) you need to slightly edit the paths by adding a backslash at the end of them.

(2015-01-14, 00:18)Kalebbroo Wrote:
(2015-01-13, 21:38)vrm42 Wrote: Hi! Just upgraded from Frodo to Helix, PTVL works fine with my old settings2.xml almost flawlessly. Options 'Play shows in order' and 'Even show distribution' don't work. I put that file away, created a new configuration within the GUI, I set only one channel with those aforementioned options, still no luck. Can someone point me to the right direction?

Thanks to the developers for this outstandig plugin, I use Kodi only because of PTV(L-now).

What is your video source? Just local files from your library? I have some channels setup with "play shows in order" and it's working great.

I've tried both local and remote (SMB share) files. If I create a new channel with only one TVShow, plugin sorts the episodes in order. But if I create a channel with TVGenre I get random episodes.
I reverted back to a previous system image from backup, PTV on Frodo works just fine. I will play with Helix and PTVL on a test machine, maybe this issue will be fixed.
(2015-01-14, 18:29)tommymsw Wrote:
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0


watch gallery

Is there a trick to installing this? I placed the extracted "media" and "720P" folders into the "custom" skin folder, chose "Custom" skin in PTVL settings, but when I run PTVL, the script fails and it never starts. I get a lot of "XML File for Window is missing" errors in the log.

I think the issue is you're missing the skin.xml file

Look in the other skin folders and you'll see that they all have one

You can probably copy it from another one into Titian 1's folder and as long as the resolution is set correctly it should work
Hey luna, haven't heard from you in a couple of days hope all is well and as always keep up the good work Big Grin
Ah, my problem may have been that I put the skin in the PseudoTV.live-master folder. Smile Didn't even notice there were two ptvl folders. Although, it does not look the same on mine. I am missing the black background, it's all see-through.
Hey luna, haven't heard from you in a couple of days hope all is well and as always keep up the good work Big Grin

(2015-01-15, 00:18)tommymsw Wrote: Ah, my problem may have been that I put the skin in the PseudoTV.live-master folder. Smile Didn't even notice there were two ptvl folders. Although, it does not look the same on mine. I am missing the black background, it's all see-through.

Did you ran the video patcher under visual
(2015-01-14, 21:10)vrm42 Wrote:
(2015-01-14, 16:04)FALAFELOLOGIST Wrote: Can anyone with .57D get directories to work as channelsHuh

They work fine. If you try to use the same settings2.xml you used with PTV (without L) you need to slightly edit the paths by adding a backslash at the end of them.

(2015-01-14, 00:18)Kalebbroo Wrote:
(2015-01-13, 21:38)vrm42 Wrote: Hi! Just upgraded from Frodo to Helix, PTVL works fine with my old settings2.xml almost flawlessly. Options 'Play shows in order' and 'Even show distribution' don't work. I put that file away, created a new configuration within the GUI, I set only one channel with those aforementioned options, still no luck. Can someone point me to the right direction?

Thanks to the developers for this outstandig plugin, I use Kodi only because of PTV(L-now).

What is your video source? Just local files from your library? I have some channels setup with "play shows in order" and it's working great.

I've tried both local and remote (SMB share) files. If I create a new channel with only one TVShow, plugin sorts the episodes in order. But if I create a channel with TVGenre I get random episodes.
I reverted back to a previous system image from backup, PTV on Frodo works just fine. I will play with Helix and PTVL on a test machine, maybe this issue will be fixed.


Holy shit thank you!!! I just added back slashes and it fixed everything. Appreciate it man.
(2015-01-13, 14:01)tromy Wrote: Custom skin "Titian 1" updated.Skin works great in Helix(including side bar,coming up next,new tv overlay and new epg genres colors).

The link if someone wants to use it: https://www.dropbox.com/sh/wfmzoa38sbimq...3jOVa?dl=0


watch gallery

Dude, I've been spending months building a perfect PTVL experience and am about to move out of my parents house into a new place by the beach with my best friends and the only thing that's missing is a sexy skin. This is amazing. I can't wait to finally release this awesome TV experience into the wild. Thank you so much man, this skin is awesome.
I upgraded to the latest version and now autotune can't find my HDHomerun dual strm files. I'm just getting "No Channels Configured". Any idea why? I didn't make any changes.

edit: Actually it's just stuck on "processing rule 2"
Image
  • 1
  • 523
  • 524
  • 525(current)
  • 526
  • 527
  • 694

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