• 1
  • 370
  • 371
  • 372(current)
  • 373
  • 374
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-07-18, 21:52)Elixxen Wrote: I just did a fresh install of XBMC. Followed all steps in the first three posts but PsedueTV won't start no matter what I do. I've already downloaded all dependencies etc. I've done this like 10 times before and never had problems which is why this is driving me crazy. Just half an hour ago I was playing with PseudoTV and now I can't even get it started. All I'm getting is "script failed! : pseduetv.py" or something like that.

Here's my log: http://xbmclogs.com/show.php?id=249235

Please help!

I just tried to do a fresh install of XBMC and PTVL on one of my machines and I am having the exact same issue. I keep getting "script failed" every time I run PTVL. I have triple checked that I have all dependencies installed. Here is my log:

http://xbmclogs.com/show.php?id=264736

The part mine has in common with Elixxen's is:

Code:
19:38:09 T:9692   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named CommonFunctions
                                            Traceback (most recent call last):
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development/pseudotv.py", line 25, in <module>
                                                from resources.lib.ga import *
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\ga.py", line 9, in <module>
                                                import EPGWindow
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\EPGWindow.py", line 32, in <module>
                                                from PVRdownload import *
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\PVRdownload.py", line 6, in <module>
                                                downloader = downloader.SimpleDownloader()
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.module.simple.downloader\lib\SimpleDownloader.py", line 38, in __init__
                                                import CommonFunctions
                                            ImportError: No module named CommonFunctions
                                            -->End of Python script error report<--

Any ideas?
The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.
Wetek Play + LibreELEC
(2014-08-09, 18:52)Lunatixz Wrote:
(2014-08-09, 09:08)doubleYouX3 Wrote:
(2014-08-08, 16:50)ryanmcclure Wrote: Are you working on something similar to this?

http://forum.xbmc.org/showthread.php?tid=136244

If so, that'll be awesome! ...My only request would be having a Linux port? Smile

Yes, something similar to this, but with more features. I've decided to try and use the gtk# toolkit using mono, which should run on windows/linux/mac, and provide the sqlite support needed for library integration/editing stuff.

Of course, I haven't even started coding yet, but I will start next weekish and I will post here when I have a working demo, or if I abandon the cause.
Safety not guaranteed. I have only done this once before.

It also needs to support mysql...

If you mean for shared libraries, then I agree. I'll be setting up a pi this week so it will be high on my priorities.
(2014-08-10, 03:36)ryanmcclure Wrote: The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.
(2014-08-10, 03:53)RockDawg Wrote:
(2014-08-10, 03:36)ryanmcclure Wrote: The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?
Wetek Play + LibreELEC
(2014-08-10, 04:29)ryanmcclure Wrote:
(2014-08-10, 03:53)RockDawg Wrote:
(2014-08-10, 03:36)ryanmcclure Wrote: The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It's all good.

Quote:It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?

I searched Google and that's the same info I found and it doesn't mean much to me. Being that Elixxen and myself both encountered this problem after a fresh install of XBMC, it kind of makes me think that it's a problem with an updated version of one of the dependencies. But I don't really know.
Does anyone use the "disable watched flagging" feature? I'm not having much luck with it working. I have disabled it and it is disabled in my settings.xml as well.

---

Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!
Wetek Play + LibreELEC
(2014-08-10, 05:48)ryanmcclure Wrote: Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!

I use Directory for Music Videos because I cannot get it to work from Library:

Code:
<setting id="Channel_7_type" value="7" />
    <setting id="Channel_7_1" value="smb://NAS/Storage4/MEDIA/MUSIC VIDEOS/" />
    <setting id="Channel_7_2" value="" />
    <setting id="Channel_7_3" value="" />
    <setting id="Channel_7_4" value="" />
    <setting id="Channel_7_rulecount" value="2" />
    <setting id="Channel_7_rule_1_id" value="1" />
    <setting id="Channel_7_rule_1_opt_1" value="TV - MTV" />
    <setting id="Channel_7_rule_2_id" value="6" />
    <setting id="Channel_7_rule_2_opt_1" value="100" />
    <setting id="Channel_7_rule_2_opt_2" value="8" />
    <setting id="Channel_7_rule_2_opt_3" value="18" />
    <setting id="Channel_7_rule_2_opt_4" value="223" />
    <setting id="Channel_7_rule_2_opt_5" value="1" />
    <setting id="Channel_7_rule_2_opt_6" value="1" />
    <setting id="Channel_7_rule_3_id" value="10" />

There is a rule to change the channel name and another to interleave another channel. Works fine but obviously without any metadata.
When I donated I received the donor incentives, One was the logos that have rectangular design with a Apple app type theme. Does anyone know how to make this of have a template that i can follow to create some for my custom channels that are not included in the donor logos?
(2014-08-10, 05:48)ryanmcclure Wrote: Does anyone use the "disable watched flagging" feature? I'm not having much luck with it working. I have disabled it and it is disabled in my settings.xml as well.

---

Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!

Directory channels work fine... check that you have permission to access that folder.

Disable watch should work... but may require tweaking on my end.

(2014-08-10, 04:44)RockDawg Wrote:
(2014-08-10, 04:29)ryanmcclure Wrote:
(2014-08-10, 03:53)RockDawg Wrote: There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It's all good.

Quote:It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?

I searched Google and that's the same info I found and it doesn't mean much to me. Being that Elixxen and myself both encountered this problem after a fresh install of XBMC, it kind of makes me think that it's a problem with an updated version of one of the dependencies. But I don't really know.

A PTVL dependency is missing it's required dependency... make sure you are correctly installing the modules through xbmc and not by unzipping.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
for those of you that have a HDhomerun Prime tuner by SiliconDust I have just figured out a way to use a single URL for the unpn streams. This way you do not have specify a tuner per device going forward.

You can edit the path listed in your current strm files to the following format.

http://IP.ADDRESS.OF.HDHOMERUN:5004/auto/vChannel#
http://192.168.10.100:5004/auto/v50 - will play channel 50

you can test this by going to the address within your web browser, saving it in a strm file that you can create with notepad++.
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.
I'm seeing some strange behavior with the Spooling service for dynamic artwork (Understand it's being worked on but thought i'd report it).

As some others have stated the artwork appears to be downloaded rather than grabbed locally. I cleared the cache and allowed the spooling service to run and most of my artwork is in German where I haven't a German piece of artwork on any content. All media is stored with both pre\post Frodo named artwork locally for all media.

I'm using the latest git version of PTVL (from 3 days ago) on Aeon Nox 4 (latest git) on Windows machines using Gotham and the Spooling service appears to be causing lockups when it completes. No logs as yet as this takes a long time to occur and I only just discovered the cause.

On 3 different machines I was having an issue where when watching a video (in or out of PTVL) the video would lock up on screen but audio would continue. A force restart was needed. This seemed to occur at least 1 to 2 times a day and it was only when I noticed the "Spooling Started" message appear then a few minutes later the "Spooling Completed" message appeared then the video would freeze. I increased the spooling time out to 72 hours and haven't had a lockup since. Initially I was thinking it was an issue within PTVL locking up but then it started to happen when just watching something outside of PTVL.
I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?
Wetek Play + LibreELEC
(2014-08-12, 11:20)ryanmcclure Wrote: I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?

PNg file right?
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-08-12, 11:20)ryanmcclure Wrote: I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?

You need to clear artwork cache under misc settings.

Development branch was updated and includes My musicTV... Pending testing I'll make some tweaks and add artwork.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
  • 1
  • 370
  • 371
  • 372(current)
  • 373
  • 374
  • 694

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