Kodi Community Forum

Full Version: [OLD/CLOSED] PseudoTV Live - Set-Top box solution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694
Yeah I store my media like that too.
I'm trying to setup a wifi cam stream like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="rtsp://192.168.1.52:554/mpeg4" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

If I put the network address in VLC it works fine but for the life of me cannot get it to work in PTV Live. Did I configure this correctly? Also tried an http stream also and verified it through VLC and no go.

P.S - Thank you lunatiz!! Testing out the capabilities of this plugin and if I can get it working like its meant to, I will diffidently be donating. I dream of plugins like this and just need to learn how to use it to its full potential.
Hey Luna, this XML file causes PTV Live to crash due to some other formatting.
I wasn't able to get it to run even by choosing ANSI. The problem lies with channel ID
Code:
www.timefor.tv/tv/221

When I assign a channel this ID, the EPG will be empty for this channel and crash afterwards.
A solution here would be interesting, as probably many other non-english speaking users will want to use PTV.

If you could take a look into the XML file I sent you earlier, maybe you can isolate the problem.
Good luck
Luna - I have searched the thread for "skin widgets" and was only able to find one response where you suggested disabling the script. My question is does using PTVL queue watched or partially watched shows in the sking widgets add-on by Martijn? Can anybody test and confirm? thanks
(2013-12-12, 01:53)MovieJunky Wrote: [ -> ]Hey Luna, this XML file causes PTV Live to crash due to some other formatting.
I wasn't able to get it to run even by choosing ANSI. The problem lies with channel ID
Code:
www.timefor.tv/tv/221

When I assign a channel this ID, the EPG will be empty for this channel and crash afterwards.
A solution here would be interesting, as probably many other non-english speaking users will want to use PTV.

If you could take a look into the XML file I sent you earlier, maybe you can isolate the problem.
Good luck

Use latest master, setup two channels in ptvl using your epg.xml

send me the setting2.xml, crash log from the two channels....

(2013-12-12, 00:54)rebelmaveric19 Wrote: [ -> ]I'm trying to setup a wifi cam stream like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="rtsp://192.168.1.52:554/mpeg4" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

If I put the network address in VLC it works fine but for the life of me cannot get it to work in PTV Live. Did I configure this correctly? Also tried an http stream also and verified it through VLC and no go.

P.S - Thank you lunatiz!! Testing out the capabilities of this plugin and if I can get it working like its meant to, I will diffidently be donating. I dream of plugins like this and just need to learn how to use it to its full potential.

place that link into a txt file, name it baby.strm. Go into xbmc and load baby.strm does it play?
(2013-12-12, 02:49)Lunatixz Wrote: [ -> ]
(2013-12-12, 01:53)MovieJunky Wrote: [ -> ]Hey Luna, this XML file causes PTV Live to crash due to some other formatting.
I wasn't able to get it to run even by choosing ANSI. The problem lies with channel ID
Code:
www.timefor.tv/tv/221

When I assign a channel this ID, the EPG will be empty for this channel and crash afterwards.
A solution here would be interesting, as probably many other non-english speaking users will want to use PTV.

If you could take a look into the XML file I sent you earlier, maybe you can isolate the problem.
Good luck

Use latest master, setup two channels in ptvl using your epg.xml

send me the setting2.xml, crash log from the two channels....

(2013-12-12, 00:54)rebelmaveric19 Wrote: [ -> ]I'm trying to setup a wifi cam stream like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="rtsp://192.168.1.52:554/mpeg4" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

If I put the network address in VLC it works fine but for the life of me cannot get it to work in PTV Live. Did I configure this correctly? Also tried an http stream also and verified it through VLC and no go.

P.S - Thank you lunatiz!! Testing out the capabilities of this plugin and if I can get it working like its meant to, I will diffidently be donating. I dream of plugins like this and just need to learn how to use it to its full potential.

place that link into a txt file, name it baby.strm. Go into xbmc and load baby.strm does it play?

Well I tried making strm files with the rtsp one and xbmc didnt like that but i tried the http one and it brought up the stream so i added that like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="http://USERNAME:[email protected]:26072/cgi/mjpg/mjpg.cgi" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

Annnnndddddd it still didnt work. Things like this drive me nuttttsss. Tried to respond right when you quoted me but the "baby" pushed a button on the av receiver and took me forever to find out what she pushed to make the sound quit working. (shouldn't have built my entertainment center with everything at the bottom)
(2013-12-11, 16:18)Lunatixz Wrote: [ -> ]How do you guys store your media... do you use a standard format like:

Code:
/TVshows/Hell on Wheels/Season1
                       /Season2
                       /Season3/Mediafile.ext

I ask because I would like to add an option to download missing local art when its queued for display in the EPG or Overlay... Problem is making sure I save the file to the correct location...

The majority of my media is stored like this, although I do have separate folders for Kids TV and Adult TV. The only difference would be shows that have only one season or not organized yet are just in the show folder.
Using latest master as of today (2:14 pm GMT) with fresh installation and channel reset.
My settings2.xml
Code:
<settings>
    <setting id="Channel_73_type" value="8" />
    <setting id="Channel_73_1" value="www.timefor.tv/tv/161" />
    <setting id="Channel_73_2" value="pvr://channels/tv/All TV channels/0.pvr" />
    <setting id="Channel_73_3" value="epg" />
    <setting id="Channel_73_rulecount" value="1" />
    <setting id="Channel_73_changed" value="False" />
    <setting id="Channel_73_time" value="376" />
    <setting id="Channel_73_rule_1_id" value="1" />
    <setting id="Channel_73_rule_1_opt_1" value="RTL" />
    <setting id="Channel_74_type" value="8" />
    <setting id="Channel_74_1" value="www.timefor.tv/tv/221" />
    <setting id="Channel_74_2" value="pvr://channels/tv/All TV channels/1.pvr" />
    <setting id="Channel_74_3" value="epg" />
    <setting id="Channel_74_rulecount" value="1" />
    <setting id="Channel_74_changed" value="False" />
    <setting id="Channel_74_time" value="376" />
    <setting id="Channel_74_rule_1_id" value="1" />
    <setting id="Channel_74_rule_1_opt_1" value="RTL II" />
</settings>

My XBMC Crash Log:
https://www.dropbox.com/s/8u6kc3m897unn14/xbmc.log
@MovieJunky
Not sure if this helps but I noticed in your settings2 file that channel 73 did not have a type value = and channel 74 does
<deleted original post>
Edit: Oh my lord earlieb, it was wrong! You are totally right and this fixed my problem I think. It works for now!
Many thanks! Goes to show that four eyes see more than two.

Edit2: I might have to edit yet again, as the file originally causing the problem was correct after all and I have to copy/paste to see if that works.

Edit3: Yes, here is the original settings2.xml, which causes the EPG to freeze once I scroll to a certain channel.

Code:
<settings>
    <setting id="LastExitTime" value="1386635035" />
    <setting id="Channel_51_type" value="8" />
    <setting id="Channel_51_time" value="376" />
    <setting id="Channel_51_1" value="I27.28460898.microsoft.com" />
    <setting id="Channel_51_2" value="plugin://plugin.video.ustvnow/?name=ABC&mode=play" />
    <setting id="Channel_51_3" value="ustvnow" />
    <setting id="Channel_51_rulecount" value="1" />
    <setting id="Channel_51_rule_1_id" value="1" />
    <setting id="Channel_51_rule_1_opt_1" value="ABC USTVNOW" />
    <setting id="Channel_51_changed" value="False" />
    <setting id="Channel_52_type" value="8" />
    <setting id="Channel_52_time" value="376" />
    <setting id="Channel_52_1" value="I21.28459588.microsoft.com" />
    <setting id="Channel_52_2" value="plugin://plugin.video.ustvnow/?name=CBS&mode=play" />
    <setting id="Channel_52_3" value="ustvnow" />
    <setting id="Channel_52_rulecount" value="1" />
    <setting id="Channel_52_rule_1_id" value="1" />
    <setting id="Channel_52_rule_1_opt_1" value="CBS USTVNOW" />
    <setting id="Channel_52_changed" value="False" />
    <setting id="Channel_53_type" value="8" />
    <setting id="Channel_53_time" value="376" />
    <setting id="Channel_53_1" value="I15.28461494.microsoft.com" />
    <setting id="Channel_53_2" value="plugin://plugin.video.ustvnow/?name=CW&mode=play" />
    <setting id="Channel_53_3" value="ustvnow" />
    <setting id="Channel_53_rulecount" value="1" />
    <setting id="Channel_53_rule_1_id" value="1" />
    <setting id="Channel_53_rule_1_opt_1" value="CW USTVNOW" />
    <setting id="Channel_53_changed" value="False" />
    <setting id="Channel_54_type" value="8" />
    <setting id="Channel_54_time" value="376" />
    <setting id="Channel_54_1" value="I43.28457987.microsoft.com" />
    <setting id="Channel_54_2" value="plugin://plugin.video.ustvnow/?name=FOX&mode=play" />
    <setting id="Channel_54_3" value="ustvnow" />
    <setting id="Channel_54_rulecount" value="1" />
    <setting id="Channel_54_rule_1_id" value="1" />
    <setting id="Channel_54_rule_1_opt_1" value="FOX USTVNOW" />
    <setting id="Channel_54_changed" value="False" />
    <setting id="Channel_55_type" value="8" />
    <setting id="Channel_55_time" value="376" />
    <setting id="Channel_55_1" value="I8.28460167.microsoft.com" />
    <setting id="Channel_55_2" value="plugin://plugin.video.ustvnow/?name=NBC&mode=play" />
    <setting id="Channel_55_3" value="ustvnow" />
    <setting id="Channel_55_rulecount" value="1" />
    <setting id="Channel_55_rule_1_id" value="1" />
    <setting id="Channel_55_rule_1_opt_1" value="NBC USTVNOW" />
    <setting id="Channel_55_changed" value="False" />
    <setting id="Channel_56_type" value="8" />
    <setting id="Channel_56_time" value="376" />
    <setting id="Channel_56_1" value="I33.28455626.microsoft.com" />
    <setting id="Channel_56_2" value="plugin://plugin.video.ustvnow/?name=PBS&mode=play" />
    <setting id="Channel_56_3" value="ustvnow" />
    <setting id="Channel_56_rulecount" value="1" />
    <setting id="Channel_56_rule_1_id" value="1" />
    <setting id="Channel_56_rule_1_opt_1" value="PBS USTVNOW" />
    <setting id="Channel_56_changed" value="False" />
    <setting id="Channel_58_type" value="8" />
    <setting id="Channel_58_1" value="www.timefor.tv/tv/10592" />
    <setting id="Channel_58_2" value="pvr://channels/tv/All TV channels/29.pvr" />
    <setting id="Channel_58_3" value="epg" />
    <setting id="Channel_58_rulecount" value="1" />
    <setting id="Channel_58_changed" value="False" />
    <setting id="Channel_58_time" value="376" />
    <setting id="Channel_58_rule_1_id" value="1" />
    <setting id="Channel_58_rule_1_opt_1" value="N24" />
    <setting id="Channel_59_type" value="8" />
    <setting id="Channel_59_1" value="www.timefor.tv/tv/10004" />
    <setting id="Channel_59_2" value="pvr://channels/tv/All TV channels/42.pvr" />
    <setting id="Channel_59_3" value="epg" />
    <setting id="Channel_59_rulecount" value="1" />
    <setting id="Channel_59_changed" value="False" />
    <setting id="Channel_59_time" value="376" />
    <setting id="Channel_59_rule_1_id" value="1" />
    <setting id="Channel_59_rule_1_opt_1" value="Eurosport" />
    <setting id="Channel_60_type" value="8" />
    <setting id="Channel_60_1" value="www.timefor.tv/tv/10275" />
    <setting id="Channel_60_2" value="pvr://channels/tv/All TV channels/6.pvr" />
    <setting id="Channel_60_3" value="epg" />
    <setting id="Channel_60_rulecount" value="1" />
    <setting id="Channel_60_changed" value="False" />
    <setting id="Channel_60_time" value="376" />
    <setting id="Channel_60_rule_1_id" value="1" />
    <setting id="Channel_60_rule_1_opt_1" value="PHOENIX" />
    <setting id="Channel_71_type" value="8" />
    <setting id="Channel_71_1" value="www.timefor.tv/tv/162" />
    <setting id="Channel_71_2" value="pvr://channels/tv/All TV channels/7.pvr" />
    <setting id="Channel_71_3" value="epg" />
    <setting id="Channel_71_rulecount" value="1" />
    <setting id="Channel_71_changed" value="False" />
    <setting id="Channel_71_time" value="376" />
    <setting id="Channel_71_rule_1_id" value="1" />
    <setting id="Channel_71_rule_1_opt_1" value="ARD" />
    <setting id="Channel_72_type" value="8" />
    <setting id="Channel_72_1" value="www.timefor.tv/tv/163" />
    <setting id="Channel_72_2" value="pvr://channels/tv/All TV channels/9.pvr" />
    <setting id="Channel_72_3" value="epg" />
    <setting id="Channel_72_rulecount" value="1" />
    <setting id="Channel_72_changed" value="False" />
    <setting id="Channel_72_time" value="376" />
    <setting id="Channel_72_rule_1_id" value="1" />
    <setting id="Channel_72_rule_1_opt_1" value="ZDF" />
    <setting id="Channel_73_type" value="8" />
    <setting id="Channel_73_1" value="www.timefor.tv/tv/161" />
    <setting id="Channel_73_2" value="pvr://channels/tv/All TV channels/0.pvr" />
    <setting id="Channel_73_3" value="epg" />
    <setting id="Channel_73_rulecount" value="1" />
    <setting id="Channel_73_changed" value="False" />
    <setting id="Channel_73_time" value="376" />
    <setting id="Channel_73_rule_1_id" value="1" />
    <setting id="Channel_73_rule_1_opt_1" value="RTL" />
    <setting id="Channel_74_type" value="8" />
    <setting id="Channel_74_1" value="www.timefor.tv/tv/221" />
    <setting id="Channel_74_2" value="pvr://channels/tv/All TV channels/1.pvr" />
    <setting id="Channel_74_3" value="epg" />
    <setting id="Channel_74_rulecount" value="1" />
    <setting id="Channel_74_changed" value="False" />
    <setting id="Channel_74_time" value="376" />
    <setting id="Channel_74_rule_1_id" value="1" />
    <setting id="Channel_74_rule_1_opt_1" value="RTL II" />
    <setting id="Channel_75_type" value="8" />
    <setting id="Channel_75_1" value="www.timefor.tv/tv/10510" />
    <setting id="Channel_75_2" value="pvr://channels/tv/All TV channels/31.pvr" />
    <setting id="Channel_75_3" value="epg" />
    <setting id="Channel_75_rulecount" value="1" />
    <setting id="Channel_75_changed" value="False" />
    <setting id="Channel_75_time" value="376" />
    <setting id="Channel_75_rule_1_id" value="1" />
    <setting id="Channel_75_rule_1_opt_1" value="Sat. 1" />
    <setting id="Channel_76_type" value="8" />
    <setting id="Channel_76_1" value="www.timefor.tv/tv/10511" />
    <setting id="Channel_76_2" value="pvr://channels/tv/All TV channels/30.pvr" />
    <setting id="Channel_76_3" value="epg" />
    <setting id="Channel_76_rulecount" value="1" />
    <setting id="Channel_76_changed" value="False" />
    <setting id="Channel_76_time" value="376" />
    <setting id="Channel_76_rule_1_id" value="1" />
    <setting id="Channel_76_rule_1_opt_1" value="Pro7" />
    <setting id="Channel_77_type" value="8" />
    <setting id="Channel_77_1" value="www.timefor.tv/tv/13695" />
    <setting id="Channel_77_2" value="pvr://channels/tv/All TV channels/40.pvr" />
    <setting id="Channel_77_3" value="epg" />
    <setting id="Channel_77_rulecount" value="1" />
    <setting id="Channel_77_changed" value="False" />
    <setting id="Channel_77_time" value="376" />
    <setting id="Channel_77_rule_1_id" value="1" />
    <setting id="Channel_77_rule_1_opt_1" value="Pro7 Maxx" />
    <setting id="LastResetTime" value="1386634970" />
</settings>

See any errors here earlieb?

THis is the error log:
https://www.dropbox.com/s/8u6kc3m897unn14/xbmc.log
It seems like it crashes when scrolling the EPG to Channel 71.
Have there been any news on how to offset time of USTVNOW or how are you in the States (West Coast i. e.) dealing with the time discrepancy between Pacific Time and Eastern Time (Source of the USTVNOW stream I guess)
Image
(2013-12-12, 16:50)MovieJunky Wrote: [ -> ]It seems like it crashes when scrolling the EPG to Channel 71.

MovieJunky, from first glance settings2 looks ok did you clear out your cache once you went back to the original settings2 file if you did check the playlist for channel 71 and see if there is data in it

Looking at your other posts, I see what you mean by the channel id i think you're right. I'm not sure how your xmltv file looks as it may not be able to pick up on this when it searches. See what Luna says about this. This one has got me.

earlieb
Channel 71 is LiveTV, so not a playlist. After deleting the channel from my settings2.xml and deleting the cache folder, the EPG now seems to refuse to show
programming for the first channel and crashes. Need to reinstall PTV to get it to work again, so something must be going horribly wrong. Big Grin

I would post my EPG XML publicly, but I have to pay money for it, (I know, sucks) so they forbide me to publish it.
Here a logfile of only LiveTV channels and crashing upon showing the EPG.
Always the first channel that appears empty.

https://www.dropbox.com/s/clb03evli0327f5/xbmc2.log
Please don't use master, till I bump to v.0.2.1

(2013-12-12, 04:29)rebelmaveric19 Wrote: [ -> ]
(2013-12-12, 02:49)Lunatixz Wrote: [ -> ]
(2013-12-12, 00:54)rebelmaveric19 Wrote: [ -> ]I'm trying to setup a wifi cam stream like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="rtsp://192.168.1.52:554/mpeg4" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

If I put the network address in VLC it works fine but for the life of me cannot get it to work in PTV Live. Did I configure this correctly? Also tried an http stream also and verified it through VLC and no go.

P.S - Thank you lunatiz!! Testing out the capabilities of this plugin and if I can get it working like its meant to, I will diffidently be donating. I dream of plugins like this and just need to learn how to use it to its full potential.

place that link into a txt file, name it baby.strm. Go into xbmc and load baby.strm does it play?

Well I tried making strm files with the rtsp one and xbmc didnt like that but i tried the http one and it brought up the stream so i added that like this:

<setting id="Channel_8_type" value="9" />
<setting id="Channel_8_1" value="5400" />
<setting id="Channel_8_2" value="http://USERNAME:[email protected]:26072/cgi/mjpg/mjpg.cgi" />
<setting id="Channel_8_3" value="Baby Monitor" />
<setting id="Channel_8_rulecount" value="1" />
<setting id="Channel_8_rule_1_id" value="1" />
<setting id="Channel_8_rule_1_opt_1" value="Baby Monitor" />

Annnnndddddd it still didnt work. Things like this drive me nuttttsss. Tried to respond right when you quoted me but the "baby" pushed a button on the av receiver and took me forever to find out what she pushed to make the sound quit working. (shouldn't have built my entertainment center with everything at the bottom)

I don't know... obviously you need to know the correct link to the camera.
My foscam works great with PTVL. Go to your makers troubleshooting forum i'm sure there is plenty of topics on the subject. You want something that's http: and includes your username:password.
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 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694