I'll try to explain my problem here, as i really don't what's causing following bug:
Skins:
cirrus extended v2 SVN
Rapier SVN
Fusion Migma
If i start ptv from the addon section everything's ok, but when i start the script by favourites, exiting ptv let loose focus on home menu and can't navigate anymore. Have to close xbmc (ctrl alt delete)
I've tried the same with following skins and everything's working as excepted:
Aeon Nox SVN
reFocus
Simplicity SVN
Running latest nightly on win 7.
Anyone an idea what could be the problem?
Thanx in advance.
[RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script
butchabay
Skilled Skinner Joined: Mar 2010 Reputation: 62 Location: Switzerland |
2011-11-28 00:52
Post: #2041
|
| find quote |
mcorcoran
Member Posts: 53 Joined: Aug 2008 Reputation: 1 |
2011-11-28 02:13
Post: #2042
I don't think the new versions work with SMB shares. Whenever I try to run the stable pre I get the "Unable to populate channels" message. Version 1.2.1 works fine though.)
In the log I see this: Code: 19:03:23 T:2995731312 M:3233906688 DEBUG: GetSetsNav query: SELECT sets.idSet,sets.strSet,COUNT(1) AS c,count(files.playCount) FROM sets JOIN setlinkmovie ON sets.idSet=setlinkmovie.idSet JOIN movie ON setlinkmovie.idMovie=movie.idMovie JOIN files ON files.idFile=movie.idFile where movie.idMovie in (select movieview.idMovie from movieview WHERE (idMovie in (select idMovie from genrelinkmovie join genre on genre.idGenre=genrelinkmovie.idGenre where genre.strGenre LIKE '%Standup%'))) GROUP BY sets.idSet HAVING c>1This file does exist/is scanned into the library/and xbmc can play it just fine. Running that path from my ubuntu box works fine as well. Here's the complete debug log: http://pastebin.com/bL7KWhUV |
| find quote |
RockDawg
Posting Freak Posts: 1,259 Joined: Jun 2005 Reputation: 0 |
2011-11-28 04:05
Post: #2043
Jason102 Wrote:RockDawg: you have the weirdest problems. I...don't know. Know that if you skip around in a channel (going forward or back, pause, ff, rw) then those shifts are ignored when resuming. Good to know, but I'm not doing any of that. What strikes me about these problems is that they're consistently reproducible on all of my machines across multiple OS's and even different versions of XBMC. I don't know what would be so unique about my systems that would give me these bugs and nobody else. Especially when my systems differ from each other. The only other thing I can think of is that I'm using a mysql central db and not the default sqlite. Anyone else using PTV with mysql? |
| find quote |
Deano316
Fan Joined: Jul 2011 Reputation: 8 Location: Brighton, England |
2011-11-28 17:12
Post: #2044
Edit: posted in wrong thread
My mini-tutorial on creating your WWE/UFC setup. Need to add Movie Extras/Bonus Features to your setup? Check out my tutorial using Nox 3.0. Donate today and support Fanart.tv: your source for all the TV, Movie and Music logos in XBMC.
(This post was last modified: 2011-11-28 17:50 by Deano316.)
|
| find quote |
Jason102
Fan Posts: 555 Joined: Nov 2010 Reputation: 28 Location: Fuquay-Varina, NC |
2011-11-28 19:01
Post: #2045
butchabay: You're seeing some odd skin issue...I can't fix this in PTV. You might want to ask this same question in one of the threads specific to one of those skins.
mcorcoran: You say that 1.2.1 works fine...did you also use 1.2.1 in Eden? I fully expect that SMB shares won't work in Eden in anything except Windows. This was a change in Eden that I'm not a big fan of, but one I also haven't figured out a way around. RockDawg: I'm using a central MySQL server, so that's not the problem. Are you doing any channel sharing by chance? If you are, try a single machine without it to see if you still have the problem. |
| find quote |
RockDawg
Posting Freak Posts: 1,259 Joined: Jun 2005 Reputation: 0 |
2011-11-28 19:05
Post: #2046
No, I'm not doing any channel sharing. I disabled that since you said it wouldn't work in Linux due to the Samba issues.
|
| find quote |
butchabay
Skilled Skinner Joined: Mar 2010 Reputation: 62 Location: Switzerland |
2011-11-28 19:45
Post: #2047
@jason102
I think i've found the problem, it's ofcourse skin related, i'll test and report back. Thanx anyway. |
| find quote |
Jason102
Fan Posts: 555 Joined: Nov 2010 Reputation: 28 Location: Fuquay-Varina, NC |
2011-11-28 19:52
Post: #2048
I've tried out the IceLibrary thing, and it appears that some code that I put in to check for errors is the thing causing problems. I don't want to get rid of the code, so I need some way to turn it off when trying to play a stream. Anyway, I'll figure that out.
Can someone else test this to make sure they are seeing IceLibrary work properly? Just edit resources/lib/Overlay.py. Look for: Code: if self.notPlayingCount == 3:Put the pound sign (#) in front of each line: Code: # if self.notPlayingCount == 3:If that fixes the issue, I can look into make some sort of permanent solution. |
| find quote |
NaDs
Senior Member Joined: Aug 2011 Reputation: 0 |
2011-11-28 23:14
Post: #2049
Jason102 Wrote:I've tried out the IceLibrary thing, and it appears that some code that I put in to check for errors is the thing causing problems. I don't want to get rid of the code, so I need some way to turn it off when trying to play a stream. Anyway, I'll figure that out. thanks heaps for looking into this, if i wasn't late for work i would check this.. hopefully someone can look into this and we can get it working?? |
| find quote |
badwornthing
Junior Member Posts: 7 Joined: Oct 2011 Reputation: 0 |
2011-11-29 01:54
Post: #2050
Jason102 Wrote:I've tried out the IceLibrary thing, and it appears that some code that I put in to check for errors is the thing causing problems. I don't want to get rid of the code, so I need some way to turn it off when trying to play a stream. Anyway, I'll figure that out. Hi, I gave that a try but unfortunately it didn't work for me, PsuedoTV still stops when I try to change channel. I am using Transparency SVP, a recent nightly build and Icelibrary with a premium Megaupload account. Hope you can fix this problem, having Icelibrary and PTV working together would truly make an unbeatable TV experience! |
| find quote |

Search
Help