XBMC Community Forum
[RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script (/showthread.php?tid=90738)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420


- mwkurt - 2012-01-24 22:34

Hello,

I think I have found a problem with the "Best effort scheduling" It looks like when scheduling "Days of the Week", the days Tuesday and Saturday both have the same abbreviation of "UTS". Can anyone else confirm this? I am using PTV Version 2.

Thanks,
Mark


- thumbinollie - 2012-01-25 01:21

mwkurt Wrote:Hello,

I think I have found a problem with the "Best effort scheduling" It looks like when scheduling "Days of the Week", the days Tuesday and Saturday both have the same abbreviation of "UTS". Can anyone else confirm this? I am using PTV Version 2.

Thanks,
Mark

If I understand the abbreviations correctly, they are as follows.

UMTWHFS

U=Sunday
M=Monday
T=Tuesday
W=Wednesday
H=Thursday
F=Friday
S=Saturday

I'm still having trouble actually getting scheduling to work though, but hope this helps.


- mwkurt - 2012-01-25 04:33

thumbinollie Wrote:If I understand the abbreviations correctly, they are as follows.

UMTWHFS

U=Sunday
M=Monday
T=Tuesday
W=Wednesday
H=Thursday
F=Friday
S=Saturday

I'm still having trouble actually getting scheduling to work though, but hope this helps.

Thanks for that info!

Mark


- rd1979 - 2012-01-25 07:51

The font doesn't match the screenshot when using reFocus in the Eden betas. In fact, the font looks different for beta 2. Is this a known issue?


- randomdestructn - 2012-01-26 00:44

Hey, I was searching the thread and came across this way back:

ghaberek Wrote:When I'm browsing the EPG and I get to the bottom and hit down again, XBMC locks up for a while but the video still plays in the background. I see these lines in the log file:

Code:
11:05:35 T:3520 M:2021871616 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
11:05:35 T:3520 M:2021916672 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame

Here is my latest log file: xbmc-20110612.log

I'm running into an issue that sounds similar to this now, using current git repo.

XBMC is locking randomly when I change channels in pseudoTV. Every time it does, I get that same FlipPage error a bunch of times and the interface freezes. I can hear the audio continuing, however. I have to xkill/killall to stop it.

Anyone know what could be causing this? Should I be opening a thread somewhere else?

Here's a sample log file showing the crash: http://pithed.org/download/xbmc.log


- Lunatixz - 2012-01-26 01:16

randomdestructn Wrote:Hey, I was searching the thread and came across this way back:

I'm running into an issue that sounds similar to this now, using current git repo.

XBMC is locking randomly when I change channels in pseudoTV. Every time it does, I get that same FlipPage error a bunch of times and the interface freezes. I can hear the audio continuing, however. I have to xkill/killall to stop it.

Anyone know what could be causing this? Should I be opening a thread somewhere else?

Here's a sample log file showing the crash: http://pithed.org/download/xbmc.log


I've been having this problem randomly for three months... and still can't narrow down why!

is your media on a network share?

I found having xbmc change refresh rate based on content sometimes helps; but i'm starting to believe the problem is with how the content was encoded.

I would keep track of when it locks up... what show and episode... if you see a pattern chances are the content is encoded badly lets say old divx or something...

also turn off DXVA2 if enabled...

BTW the error message is very vague, which is why its hard to narrow down the problem!


- randomdestructn - 2012-01-26 02:17

Thanks! I'll check DXVA and try to remember which shows.

I can reproduce the crash easily by changing channels quickly with my config. If I open pseudotv and just hit up,down,up,down,up,down it'll crash after 6 or 10 changes.

Anything else I could be doing here to narrow down whats happening? Maybe I should run with a debugger?

Lunatixz Wrote:is your media on a network share?

No, its hosted locally.

edit:
Here are 3 more log files of lock ups. I raised the logging level so we get debug messages now. Also, I'm not seeing the FlipPage error every time, so it must be something else..

http://pithed.org/download/xbmc.debug.pseudotv.crashlog.1
http://pithed.org/download/xbmc.debug.pseudotv.crashlog.2
http://pithed.org/download/xbmc.debug.pseudotv.crashlog.3

also while testing I got a real crash, with log here:
http://pithed.org/download/xbmc_crashlog-20120125_192656.log

edit again:
Lock up is a bad description of what I've been seeing. It seems that something is just blocking the video. I just had a crash where a thin band at the bottom wasn't covered, so it's still decoding the video. However something is covering it. Also the script is complaining it can't get a semaphore for TVOverlay.... so maybe something is causing a full-screen black overlay?


- betobma3 - 2012-01-26 14:56

i have an issue with some mp4 files, the file not play smoothie, and the audio fails, anyone else?


Atv2 remote - jcaa6479 - 2012-01-26 16:54

Anyone know if its possible to map an exit key to the atv2 remote or it is a trick on the remote to do it, im stuck in the channel configurator and cant get out other way then reboot the atv, any tip appreciatedSmile

Thanks for this great piece of a addon Jason, its in use in every box we have hereSmile


- GJones - 2012-01-26 20:15

I made a few bumpers to interleave between normal content. For some of my channels, the episodes do not open very noticeably and it gives a cleaner look. These are 4-15 second generic PseudoTV bumpers using the logo.

If anyone has any use for them, I would be glad to make them available. All 1280x720 mkv 24fps h.264.