Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi (/showthread.php?tid=140518)



RE: OpenELEC Testbuilds for RaspberryPi - fernandovg - 2012-10-24

edit your SMB passwords


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-24

(2012-10-24, 20:40)MilhouseVH Wrote:
(2012-10-24, 20:37)gimli Wrote: Post your advancedsettings.xml

Code:
<advancedsettings>
  <loglevel>0</loglevel>

  <splash>false</splash>
  <showexitbutton>false</showexitbutton>

<!-- Following at request of popcornmix -->
<fanartres>256</fanartres>
<imageres>128</imageres>
<!-- End popcornmix -->

  <gui>
    <algorithmdirtyregions>3</algorithmdirtyregions>
    <nofliptimeout>0</nofliptimeout>
    <visualizedirtyregions>off</visualizedirtyregions>
  </gui>

  <samba>
    <clienttimeout>30</clienttimeout>
  </samba>

  <videodatabase>
    <type>mysql</type>
    <host>freenas2-jail</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </videodatabase>

  <musicdatabase>
    <type>mysql</type>
    <host>freenas2-jail</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </musicdatabase>

  <pathsubstitution>
    <substitute>
      <from>special://masterprofile/sources.xml</from>
      <to>smb://xxx:xxx@freenas2/.xbmc/sources.xml</to>
      </substitute>

    <substitute>
      <from>special://masterprofile/addon_data/</from>
      <to>smb://xxx:xxx@freenas2/.xbmc/addon_data/</to>
    </substitute>
  </pathsubstitution>

</advancedsettings>

(2012-10-24, 20:37)gimli Wrote: and which dist you use ?

OpenELEC r12224

Show also the output of "sudo vcdbg reloc" when it happens with the new settings.


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 20:42)fernandovg Wrote: edit your SMB passwords

Yep already edited, thanks. Damn - trying to do too many things at once... ;-)
(2012-10-24, 20:42)gimli Wrote: Show also the output of "sudo vcdbg reloc" when it happens with the new settings.

Any more requests before I post it?


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-24

(2012-10-24, 20:42)fernandovg Wrote: edit your SMB passwords

LOL


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 20:42)gimli Wrote: Show also the output of "sudo vcdbg reloc" when it happens with the new settings.

Settings fanart=256, imageres=128 on 256MB Pi with 128MB GPU RAM: pastebin #1 and pastebin #2 - hopefully at least one of the captures is revealing


RE: OpenELEC Testbuilds for RaspberryPi - sdsnyr94 - 2012-10-24

**EDIT**

Moving my comment to a new thread... it was not related to the test builds and do not want to thread-jack.... sorry




RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2012-10-24

(2012-10-24, 21:05)MilhouseVH Wrote: Settings fanart=256, imageres=128 on 256MB Pi with 128MB GPU RAM: pastebin #1 and pastebin #2 - hopefully at least one of the captures is revealing

18 2.9M buffers, which are probably the incorrectly clamped 1008x720x32bpp.

But, they are not getting limited to 256 or 128, so xbmc is not doing what we hoped.


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 21:25)popcornmix Wrote: 18 2.9M buffers, which are probably the incorrectly clamped 1008x720x32bpp.

But, they are not getting limited to 256 or 128, so xbmc is not doing what we hoped.

XBMC is certainly creating tiny images in the Thumbnails folder.


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-24

(2012-10-24, 21:31)MilhouseVH Wrote:
(2012-10-24, 21:25)popcornmix Wrote: 18 2.9M buffers, which are probably the incorrectly clamped 1008x720x32bpp.

But, they are not getting limited to 256 or 128, so xbmc is not doing what we hoped.

XBMC is certainly creating tiny images in the Thumbnails folder.

And you did "rm -rf ~/.xbmc/userdata/Database ~/.xbmc/userdata/Thumbnails" and you use local thumbs ?

To get a realy clear picture. Use the new settings, do the "rm", turn on debug loging and rescrap. Then show us the full debug log.



RE: OpenELEC Testbuilds for RaspberryPi - regnets - 2012-10-24

Does the OMXPlayer display MPEG2 streams in the incorrect aspect ration?

I'm watching a 16:9 video and it is shown as 4:3.

I'm using version 12553.

Here is the debug log and a screenshot
http://www.sharebees.com/sh27iuzcqq61.html
http://imageshack.us/a/img834/535/img2180z.jpg

In XBMC for ATV2 the video is shown as 16:9. I use the same view mode on both devices "normal".

Thank you

regnets


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 21:40)gimli Wrote: And you did "rm -rf ~/.xbmc/userdata/Database ~/.xbmc/userdata/Thumbnails" and you use local thumbs ?

I did "rm -rf ~/.xbmc/userdata/Database/Textures13.db ~/.xbmc/userdata/Thumbnails", and I'm using a MySQL database for Music and Video.

(2012-10-24, 21:40)gimli Wrote: To get a realy clear picture. Use the new settings, do the "rm", turn on debug loging and rescrap. Then show us the full debug log.

When you say "rescrap" - do you mean "re-cache", as in browse through Movies allowing XBMC to resize/cache images? If so, see the following - rm'd, rebooted, Movies browsed...

pastebin


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-24

(2012-10-24, 21:50)MilhouseVH Wrote:
(2012-10-24, 21:40)gimli Wrote: And you did "rm -rf ~/.xbmc/userdata/Database ~/.xbmc/userdata/Thumbnails" and you use local thumbs ?

I did "rm -rf ~/.xbmc/userdata/Database/Textures13.db ~/.xbmc/userdata/Thumbnails", and I'm using a MySQL database for Music and Video.

(2012-10-24, 21:40)gimli Wrote: To get a realy clear picture. Use the new settings, do the "rm", turn on debug loging and rescrap. Then show us the full debug log.

When you say "rescrap" - do you mean what "re-cache", as in browse through Movies allowing XBMC to resize/cache images? If so, see the following - rm'd, rebooted, Movies browsed...

pastebin

Turn useddsfanart off


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 22:02)gimli Wrote: Turn useddsfanart off

No difference.


RE: OpenELEC Testbuilds for RaspberryPi - gimli - 2012-10-24

(2012-10-24, 21:50)MilhouseVH Wrote:
(2012-10-24, 21:40)gimli Wrote: And you did "rm -rf ~/.xbmc/userdata/Database ~/.xbmc/userdata/Thumbnails" and you use local thumbs ?

I did "rm -rf ~/.xbmc/userdata/Database/Textures13.db ~/.xbmc/userdata/Thumbnails", and I'm using a MySQL database for Music and Video.

(2012-10-24, 21:40)gimli Wrote: To get a realy clear picture. Use the new settings, do the "rm", turn on debug loging and rescrap. Then show us the full debug log.

When you say "rescrap" - do you mean "re-cache", as in browse through Movies allowing XBMC to resize/cache images? If so, see the following - rm'd, rebooted, Movies browsed...

pastebin

No, i ment delete you local database and thumbnails and re-scrap them. Somewhere old sized images are used. So redo it from scratch.


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2012-10-24

(2012-10-24, 22:43)gimli Wrote: No, i ment delete you local database and thumbnails and re-scrap them. Somewhere old sized images are used. So redo it from scratch.

Are images stored in the MySQL database nowadays?