• 1
  • 158
  • 159
  • 160(current)
  • 161
  • 162
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-07-12, 22:00)zoo42 Wrote: and reinstalling the youtube plugin (with deletion of user data) works for me.

Since #0706 (PR12277) the version for settings changed from 1 to 2, and this causes issues when downgrading as your addon settings (now written with the latest version, ie. 2) will not be compatible with older builds that are expecting version 1, and so you find that addons can no longer read your old settings and either use defaults (if you're lucky) or fail in weird and marvellous new ways so that deleting all your settings is probably the only sane solution. As you can imagine, this is making regression testing even more fun than usual. Sad

Edit: Without a debug log I don't know what the original problem with YouTube is, but it's probably settings related and you should contact the addon maintainer.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-07-12, 22:28)Milhouse Wrote:
(2017-07-12, 22:00)zoo42 Wrote: same problem here. reverting to version 6-30 and reinstalling the youtube plugin (with deletion of user data) works for me.

A debug log (wiki) from a failing version would help. Is #0630 the last working version?

Going back to # 0630 does not solve the problem permanently. Also, Amazon is not supported. The. Problem with regard to Kodi 18 and YouTube login is discussed here. Would be super if someone looks at the log files.

https://forum.kodi.tv/showthread.php?tid...0&page=166


Greetings Cosmicbase
Good feedback from playing YouTube Playlist. Since # 0711, "Play From Here" works in YouTube Addon again correctly. All tracks are automatically played one after the other. Probably it is at the fix of mmal Player or rtmp input. Now runs Amazon and YouTube mmal player as it should be.

Thanks again at this point for your support. This is very important to me that I need for everything only mmal and not between mmal and omx player must switch.

Greetings Cosmicbase
(2017-07-12, 23:06)Cosmicbase Wrote: Probably it is at the fix of mmal Player or rtmp input.

Just a heads up, inputstream.rtmp will be dropped again in the next #0712 build as it no longer builds. Again.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0712: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.9 #1 Wed Jul 12 21:41:11 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 11 2017 12:33:03
Copyright (c) 2012 Broadcom
version aabbc2f1c981c560a6549fba5e3a0425145f8e02 (tainted) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170712213855-#0712-gc9585fb [Build #0712]

# Kodi version
(18.0-ALPHA1 Git:734cda1). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (c9585fbd, changelog) and tip of XBMC master (9b949153, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer fixes
  2. inputstream openstream cleanup (drop inputstream.rtmp again, doesn't build)
  3. libcec updates, several fixes
  4. inputstream.adaptive update
Build Details:
  1. LibreELEC.tv:
    • initramfs: enable DNS if network is up (PR:1764, 1 commit, 4 files changed)
    • LibreELEC-settings: update to LibreELEC-settings-a40fb4f (PR:1782, 1 commit, 1 file changed)
  2. XBMC:
    • VideoPlayer: cleanup / fix RenderManager (PR:12471, 1 commit, 2 files changed)
    • [addons] Fix compiler warning: xbmc/xbmc/addons/RepositoryUpdater.h: (PR:12468, 1 commit, 1 file changed)
    • [cleanup] Prefer 'override' usage (PR:12466, 3 commits, 3 files changed)
    • Support more yuv420p bitwidths for direct rendering on Linux (PR:12479, 2 commits, 7 files changed)
    • VideoPlayer: vaapi - fix c/p error (3fb3d0b8)
    • VideoPlayer: vdpau - fix c/p error (12035632)
    • InputstreamAddon::OpenStream / AddonVideoCodec::VideoBuffers cleanup (#12469) (7279ca5f)
  3. libcec:
    • Fix menu language string (PR:360, 1 commit, 1 file changed)
    • Add a Reinitialze action. Useful for after the device has been powered down (13af1b6d)
    • Merge branch 'pr299'. Closes #299 (f28c4e6e)
    • TDA995x: Fix logical address readback (ba979114)
    • TDA995x: Handle physical address change, optimize logical address setup (d2cc9447)
    • Merge branch 'pr303'. Closes #303 (3cd30dd7)
    • detect WIN64 in cmake automatically (2fa258a8)
    • Merge branch 'pr322'. Closes #322 (664cab56)
    • fix missing tinfo linking in cec-client (ab621bd1)
    • Merge branch 'pr341'. Closes #341 (774a544b)
    • Fix: set wrong variable (af50b294)
    • Merge branch 'pr352'. Closes #352. Closes #343. Closes #343 (00afa793)
    • Update README.developers.md (031ed00d)
    • Merge branch 'pr330'. Closes #330 (2c71510e)
    • added: Panasonic media control info to the readme. Thanks @9000h. Issue (f8eb6c43)
    • fixed: LG - don't activate the source when receiving vendor command 0xB (1a8dc6c9)
  4. inputstream.adaptive:
  5. newclock5:
    • New commits in this build:
      • VideoPlayer: set some process infos for the case get_format gets not called (f71c5e4c)
    • Commits no longer in build:
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: inputstream.rtmp: disable outdated addons that no longer build
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-07-11, 13:02)The Masters Wrote:
(2017-07-10, 12:29)gendo Wrote: create /storage/.config/autostart.sh with folllowing content

systemctl stop kodi


make file executable i.e. chmod +x filename

this will stop kodi at every reboot...

Thank you works perfekt.

An alternative is to run
Code:
systemctl mask kodi
which disables the kodi service (even across reboots), and
Code:
systemctl unmask kodi
to re-enable the kodi service.

However as the kodi service is no longer enabled, the kodi-autostart service (which is "wanted" by the now no longer enabled kodi service) will not run at all, so /storage/.config/autostart.sh will not be executed which could be inconvenient if you need a simple way to run commands at startup (you could add your own autostart service but then it becomes more complicated...)

Oh and /storage/.config/autostart.sh doesn't need to be executable as it's executed with "sh /storage/.config/autostart.sh", but it's probably force of habit that makes us add the permissions. Smile
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
711 works great for me (Netflix, Amazon, YouTube, skygo) - the only reason I still have is the before mentioned issue that inputstream.adaptive doesn't select the correct stream on amazon movies when the ratio is not exactly 720p! Is this going to be fixed or can I help somehow else?
When I add a UPnP MediaSource -> http://kodi.wiki/view/UPnP/Media_source Then I will only display the empty folders in Kodi, no videos in the folder.Network shares I have set -Windows 10 -

With the Smartphone and an Android Explorer app I have access to folders and movies - > all ok on the Smartphone
(2017-07-12, 23:13)Milhouse Wrote:
(2017-07-12, 23:06)Cosmicbase Wrote: Probably it is at the fix of mmal Player or rtmp input.

Just a heads up, inputstream.rtmp will be dropped again in the next #0712 build as it no longer builds. Again.

With # 0712, the Playlist in Youtube is still playing. So had nothing to do with inputstream.rtmp. : Grin: Would be super if the login function of Youtube be fixed.

A link to the discussion and the logs I mentioned above.

Greetings Cosmicbase
(2017-07-13, 07:11)linkinsoldier Wrote: 711 works great for me (Netflix, Amazon, YouTube, skygo) - the only reason I still have is the before mentioned issue that inputstream.adaptive doesn't select the correct stream on amazon movies when the ratio is not exactly 720p! Is this going to be fixed or can I help somehow else?

Can you describe issue in more detail? Give an example movie that has a problem and describe what the effect it. A debug log would also be useful.
(2017-07-13, 11:46)popcornmix Wrote:
(2017-07-13, 07:11)linkinsoldier Wrote: 711 works great for me (Netflix, Amazon, YouTube, skygo) - the only reason I still have is the before mentioned issue that inputstream.adaptive doesn't select the correct stream on amazon movies when the ratio is not exactly 720p! Is this going to be fixed or can I help somehow else?

Can you describe issue in more detail? Give an example movie that has a problem and describe what the effect it. A debug log would also be useful.

Here a quote from my old post:
(2017-07-08, 10:49)linkinsoldier Wrote: Stream select auto seems to work awesome when screen size is exactly 1280x720p (TV Series), but I seem to get issues when watching Movies with a different aspect ration. For Example:
Trying to stream "Pitch Perfect 2" from Amazon using Secure Decoding max 720p i get:
"Auto": 920x520
"Manuel":I get 1920x1040 (which is too much for the Rpi3) - but I can change it to 1280x688 and that works great

Is there maybe a bug with "getting the 720p" Stream? 1280 is the same, but it is only 688 instead of 720 and instead falls back to 920x520. Could this be improved by applying ranges instead of (guessing) == 720p? Or maybe by using == 1280 for the first part instead of == 720p for the later? Or choose the "highest" stream below "720p" instead of falling back to a default (guessing) stream?

Is this an Inputstream or an Amazon VOD Issue?
I can add a log tonight

edit: here is the reduced log: (i deleted token and any personal stuff - if necessary I will provide full log via pn)
https://pastebin.com/PNY4wtBB
Build # 0712 Watch TV is impossible. Screen flashing like crazy about 5hz
Has also crashed four times.

http://sprunge.us/FOVS
https://pastebin.com/kDvdPnRC

If I disable mmal player and activate omxplayer the screen is dark on TV and neither sound nor screen there
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
Is librespot in the 9.0 addon repo? Can't find it in Kodi and you have disabled dir listing unfortunately.

http://addons.libreelec.tv/9.0/RPi/arm/
(2017-07-13, 15:10)Aux_ Wrote: Build # 0712 Watch TV is impossible. Screen flashing like crazy about 5hz
Has also crashed four times.

http://sprunge.us/FOVS
https://pastebin.com/kDvdPnRC

If I disable mmal player and activate omxplayer the screen is dark on TV and neither sound nor screen there
Same for me, livetv is not watchable.
Kodi crashed at streaming -Log :

Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x005c6020 in StringUtils::StartsWithNoCase(char const*, char const*)

crash log : https://pastebin.com/i8bKGatC
  • 1
  • 158
  • 159
  • 160(current)
  • 161
  • 162
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24