• 1
  • 287
  • 288
  • 289(current)
  • 290
  • 291
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-05-24, 12:19)Lunatixz Wrote:
(2014-05-24, 09:06)wizzbangca Wrote: I have never ever ever ever been able to run psuedotv live. I get a script failure anytime I run it.

The author needs to be testing for that, and for over a year hasn't. Don't know why.

Code:
ImportError: No module named addon.common.addon

WOW! So it's my fault you cant read post 1?

It is YOUR fault this error isn't caught in the script and a message shown giving troubleshooting hints. Basic user friendliness in programming, especially if you're using modules and addons that aren't part of a standard install.

If post 1, 2, or 3 solved the problem, do you think I would have posted for help? Not even your troubleshooting section covers this problem.
(2014-05-24, 16:00)ARYEZ Wrote:
(2014-05-24, 12:19)Lunatixz Wrote:
(2014-05-24, 09:06)wizzbangca Wrote: I have never ever ever ever been able to run psuedotv live. I get a script failure anytime I run it.

The author needs to be testing for that, and for over a year hasn't. Don't know why.

Code:
ImportError: No module named addon.common.addon

WOW! So it's my fault you cant read post 1?


(2014-05-24, 10:01)pharmeceutikle Wrote: https://www.dropbox.com/s/rr6ig1u7dqh2yc4/MyMP3.png

My EPG became unresponsive so I just pressed "I" for info and a playlist came up behind it. I can't close the EPG no matter what! Notice that all the tracks on this channel are the same to my own collection.

Edit: Confirmed 100%! Lol One of my produced tracks is playing haha! How is that for ya? My music is playing on a channel!




(2014-05-24, 08:33)ARYEZ Wrote: Wait...are you saying you actually have Music Genre based channels?!! Not music video channels but actual channels based off of Mp3's? I was under the impression Music Genre channels don't work. At least in my experience Ptvl will auto tune music genre channels but it won't build them.

Maybe my code wasn't so bad? Something in Gotham fixed it?

I don't have music scrape into XBMC so my tests are limited...

Did it work for u?

Nah it still just tunes the channel but doesn't actually build it. For instance it will say it's building a channel of rock songs and that's there's 102 files added but when PTVL launches it won't be there. I have no idea why it works for Pharm and no one else but this the feature I've been wanting forever for PTVL so hopefully we can get to the bottom of this.

I know you've been patiently waiting...

One day I'll get around to adding music to xbmc, so I can test my code.

(2014-05-24, 16:19)wizzbangca Wrote:
(2014-05-24, 12:19)Lunatixz Wrote:
(2014-05-24, 09:06)wizzbangca Wrote: I have never ever ever ever been able to run psuedotv live. I get a script failure anytime I run it.

The author needs to be testing for that, and for over a year hasn't. Don't know why.

Code:
ImportError: No module named addon.common.addon

WOW! So it's my fault you cant read post 1?

It is YOUR fault this error isn't caught in the script and a message shown giving troubleshooting hints. Basic user friendliness in programming, especially if you're using modules and addons that aren't part of a standard install.

If post 1, 2, or 3 solved the problem, do you think I would have posted for help? Not even your troubleshooting section covers this problem.

LOL Post 1, make sure to install missing dependencies...

Its in bright red text next to the download link. You must have been so cought up with your self importance to have noticed.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Been there, done that, as I said. Any other smart ass comments you want to make, or do you actually want to solve the problem?
(2014-05-24, 09:06)wizzbangca Wrote: I have never ever ever ever been able to run psuedotv live. I get a script failure anytime I run it. I have setup tons of xbmc systems, psuedotv has never run. I have tried various linux and windows platorms without success. Psuedotv live has never worked on fresh xbmc install. The author needs to be testing for that, and for over a year hasn't. Don't know why.

I figured I would post my latest gotham install error to see if anyone has any clue what to do. The internet sure as heck doesn't have any solutions. Forum search is useless.[/code][/php]

Code:
23:52:24 T:3488   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 addon.common.addon
                                            Traceback (most recent call last):
                                              File "C:\Users\User\AppData\Roaming\XBMC\addons\script.pseudotv.live-master\default.py", line 24, in <module>
                                                from autoupdate import *
                                              File "C:\Users\User\AppData\Roaming\XBMC\addons\script.pseudotv.live-master\autoupdate.py", line 8, in <module>
                                                from addon.common.addon import Addon
                                            ImportError: No module named addon.common.addon
                                            -->End of Python script error report<--

in the first post of this thread, where you can download this addon, there is a list of dependencies.
this dependencies are addons. you must install all of them before you install the pseudo tv live addon. if you don't install them pseudo tv live will not work.
please read the installation instructions before posting errors. thanks.
(2014-05-24, 18:54)wizzbangca Wrote: Been there, done that, as I said. Any other smart ass comments you want to make, or do you actually want to solve the problem?

Why would he ever want to help you? He makes this program for free, essentially, and you come in acting like a giant douche. I would not help you if I was him.
I guess there's more than 1 douche then.

I figured out the solution. Nope, not on post 1, 2, or 3. I'll continue to be a douche and not give up the solution. I guess everyone has their heads up their rear ends so far, all they can see is "follow post 1", even when the post was followed.

The problem is unique to xbmc 13. XBMC version I'm using is a not so minor detail I didn't mention. Oh well. Not sticking with 13 anyway.
Hello,

I keep getting a script failed message when trying to run this add on. I get it even after deleting the add on and the add on data. I have uploaded my log here: http://xbmclogs.com/show.php?id=209763
(2014-05-24, 23:22)ridflea Wrote: Hello,

I keep getting a script failed message when trying to run this add on. I get it even after deleting the add on and the add on data. I have uploaded my log here: http://xbmclogs.com/show.php?id=209763

You need to install all missing dependency modules found in post 1.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-05-24, 21:02)wizzbangca Wrote: I guess there's more than 1 douche then.

I figured out the solution. Nope, not on post 1, 2, or 3. I'll continue to be a douche and not give up the solution. I guess everyone has their heads up their rear ends so far, all they can see is "follow post 1", even when the post was followed.

The problem is unique to xbmc 13. XBMC version I'm using is a not so minor detail I didn't mention. Oh well. Not sticking with 13 anyway.

So glad it worked for you Cool
Here is the video I did to the mp3 track I produced that was playing in one of these channels. This is for anyone who cares. I haven't produced anything since I started my Medical career.

https://www.youtube.com/watch?v=LDeht78gK7g

Luna, I'd say your music genre code works at about 50-60%. It's hard to say because I must have 100's of Genres tagged and close to 1 million mp3 files (I'm counting sound efx-clips-samples-one shots).
Hey, UPNP Video Mirroring makes PTLV show a black muted screen. If I turn up the volume I can hear the audio, but I can't control nothing else.
OpenELEC 4.2.1 on an old PC
(2014-05-25, 01:49)MrMarijuano Wrote: Hey, UPNP Video Mirroring makes PTLV show a black muted screen. If I turn up the volume I can hear the audio, but I can't control nothing else.

log?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
There are a couple small aesthetic issues I've noticed:

1. The loading/updating channels progress bar reaches 100% and disappears long before all channels are finished. For me it finishes around channel 175 and I have channels in the 400s. Been this way for along time. I think the original PTV does the same. I always wondered if it was a remnant from when there were only 200 allowed channels and exists because it was upgraded to 999, but not sure why mine seems to stop at 175 channels when I have channels through 200 populated. So maybe I'm wrong.

2. The new "coming up next" graphics (which I like by the way) appear on every PTVL start up during channel initialization then disappear.

These are both very minor issues, but I thought I'd let you know about them.
(2014-05-25, 04:23)RockDawg Wrote: There are a couple small aesthetic issues I've noticed:

1. The loading/updating channels progress bar reaches 100% and disappears long before all channels are finished. For me it finishes around channel 175 and I have channels in the 400s. Been this way for along time. I think the original PTV does the same. I always wondered if it was a remnant from when there were only 200 allowed channels and exists because it was upgraded to 999, but not sure why mine seems to stop at 175 channels when I have channels through 200 populated. So maybe I'm wrong.

2. The new "coming up next" graphics (which I like by the way) appear on every PTVL start up during channel initialization then disappear.

These are both very minor issues, but I thought I'd let you know about them.

I try to keep a list of the small stuff to fix thanks for the heads up... but 2. I've never seen this happen on my end... is it one type of channel that this happens on or all types?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
It's not channel related (at least I don't think it is). It happens every time I launch PTVL. It's just the two blue bars (no text or art) and only during the channel initialization\copying channels process (I use shared channels). It then disappears during the loading/updating channels prcocess.
  • 1
  • 287
  • 288
  • 289(current)
  • 290
  • 291
  • 694

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