• 1
  • 271
  • 272
  • 273(current)
  • 274
  • 275
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2018-07-24, 19:54)J.L.C. Wrote: MPD runs and works fine on the official builds, but due to the older kernel in those builds, DSD files aren't passed to the DAC.

I've uploaded a new version of service.multimedia.mpd to the addons folder - totally untested.
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.
(2018-07-25, 07:56)Milhouse Wrote:
(2018-07-24, 19:54)J.L.C. Wrote: MPD runs and works fine on the official builds, but due to the older kernel in those builds, DSD files aren't passed to the DAC.

I've uploaded a new version of service.multimedia.mpd to the addons folder - totally untested.     
Working perfectly! Thank you!!!!

What is the best way to submit a change for the kernel?

I'd like to add the following to .../sound/usb/quirks.c to enable a couple of USB DACs, not yet listed in the mainline linux kernel
Code:
/*
 * snd_usb_interface_dsd_format_quirks() is called from format.c to
 * augment the PCM format bit-field for DSD types. The UAC standards
 * don't have a designated bit field to denote DSD-capable interfaces,
 * hence all hardware that is known to support this format has to be
 * listed here.
 */
u64 snd_usb_interface_dsd_format_quirks(struct snd_usb_audio *chip,
                    struct audioformat *fp,
                    unsigned int sample_bytes)
{
    /* Playback Designs */
    if (le16_to_cpu(chip->dev->descriptor.idVendor) == 0x23ba) {
        switch (fp->altsetting) {
        case 1:
            fp->dsd_dop = true;
            return SNDRV_PCM_FMTBIT_DSD_U16_LE;
        case 2:
            fp->dsd_bitrev = true;
            return SNDRV_PCM_FMTBIT_DSD_U8;
        case 3:
            fp->dsd_bitrev = true;
            return SNDRV_PCM_FMTBIT_DSD_U16_LE;
        }
    }

    /* XMOS based USB DACs */
    switch (chip->usb_id) {
    case USB_ID(0x20b1, 0x3008): /* iFi Audio micro/nano iDSD */
    case USB_ID(0x20b1, 0x2008): /* Matrix Audio X-Sabre */
    case USB_ID(0x20b1, 0x300a): /* Matrix Audio Mini-i Pro */
    case USB_ID(0x22d9, 0x0416): /* OPPO HA-1 */
    case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */
        if (fp->altsetting == 2)
            return SNDRV_PCM_FMTBIT_DSD_U32_BE;
        break;

    case USB_ID(0x20b1, 0x000a): /* Gustard DAC-X20U */
    case USB_ID(0x152a, 0x8750): /* Topping DX7s */
    case USB_ID(0x16d0, 0x09dd): /* Encore mDSD */
    case USB_ID(0x20b1, 0x2009): /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */
    case USB_ID(0x20b1, 0x2023): /* JLsounds I2SoverUSB */
    case USB_ID(0x20b1, 0x3023): /* Aune X1S 32BIT/384 DSD DAC */
    case USB_ID(0x2616, 0x0106): /* PS Audio NuWave DAC */
        if (fp->altsetting == 3)
            return SNDRV_PCM_FMTBIT_DSD_U32_BE;
        break;
    default:
        break;
    }

    /* Denon/Marantz devices with USB DAC functionality */
    if (is_marantz_denon_dac(chip->usb_id)) {
        if (fp->altsetting == 2)
            return SNDRV_PCM_FMTBIT_DSD_U32_BE;
    }

    return 0;
}
(2018-07-25, 14:29)J.L.C. Wrote: What is the best way to submit a change for the kernel?

https://www.kernel.org/doc/html/v4.17/pr...tches.html
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.
Great! Some of the devices are already included upstream and I've submitted a patch for the others.
Photo 
Hi to all !
I am using a NUC7i3DNHE with build #0720 and HD Audio passthrough is not working.
Just for testing I installed WIN10 with latest Driver and officiel LE 8.2.5 - HD Audio passthrough is working fine ...
In addition, on both Versions 3D Video is not working (3D BluRay.ISO).

Is my NUC7i3DNHE just too new for HD Audio passthrough, e.g. missing Drivers ?

Will 3D Video supported in the (hopefully near) future ?

Thanks a lot for your reply anf best regards,

jack_d!
Hey all, anyone having luck getting retroplayer add-ons to work correctly lately?
New LibreELEC.tv Leia build #0725: Generic
(Supercedes previous build)

SHA256 Checksum: 508d2ded92fc9161f5c3bd762338a36127cfa136c3f7a5610516359063701eaf (Generic)

text:
# uname -a
Linux NUC 4.17.10 #1 SMP Thu Jul 26 03:19:27 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180726025425-#0725-g2a7ccda [Build #0725]

# Kodi version
(18.0-ALPHA3 Git:c61da79). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (2a7ccda, changelog) and tip of XBMC master (7b63f66, changelog) with the following modifications: Build Highlights:
  1. New 4.17.10 kernel
  2. ffmpeg-4.0.2-Leia-Alpha3
  3. Revert libfstrcmp for now
  4. VideoPlayer: fix aspect ratio of libass subs
  5. RetroPlayer: Merge savestate metadata into .sav file
  6. Fix RPC/NFS netbooting (@pyrodex)
Build Details:
  1. XBMC:
    • VideoPlayer: fix aspect ratio of libass subs (PR:14224, 1 commit, 3 files changed)
    • Keep the order of the add-on context menu items as defined in the addon.xml file (PR:14220, 1 commit, 2 files changed)
    • changed: use libfstrcmp (PR:14221, 1 commit, 23 files changed)
    • gbm/windowing: reset planes on startup (PR:14181, 1 commit, 4 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2837 (perma): linux (RPi): update to linux-4.14.58
    • Updated: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.10
    • Added: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2846 (perma): kodi: August 2018
    • Added: [env] PR:2847 (perma): busybox: temporary fix for nfs based boot
    • Reverted: [env] aa85950: kodi: drop libfstrcmp package for now
    • Added: [pkg] PR:14209 (perma): RetroPlayer: Merge savestate metadata into .sav file
    • Reverted: [pkg] PR:14221: changed: use libfstrcmp (reason: need to add libfstrcmp package)
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.
Add-on creator is saying there is an issue with the network library https://forum.kodi.tv/showthread.php?tid...pid2754323 he has certificate for adress but the build is trying to us IP?
(2018-07-26, 07:40)Shaboobala Wrote: Add-on creator is saying there is an issue with the network library https://forum.kodi.tv/showthread.php?tid...pid2754323 he has certificate for adress but the build is trying to us IP?

The add-on should avoid using the IP address. Identify when this problem started with these builds and then we can investigate, otherwise this looks like an add-on issue/bug, and I can't help with that.
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.
(2018-07-26, 03:14)medleyman30 Wrote: Hey all, anyone having luck getting retroplayer add-ons to work correctly lately?
Yep, but I've only tested a few platforms..
GBA works
GEN works
MAME works
Also NES/SNES works
(2018-07-26, 11:10)Steveb Wrote:
(2018-07-26, 03:14)medleyman30 Wrote: Hey all, anyone having luck getting retroplayer add-ons to work correctly lately?
Yep, but I've only tested a few platforms..
GBA works
GEN works
MAME works
Also NES/SNES works

Can confirm! Also successfully tested PS1(beetle-psx) - many thanks for "Retroplayer"!
NVIDIA Shield, H270M-Plus (i3-7100),NUC7i3BNH,WeTekHub,Pi2,Win10Server.
(2018-07-26, 11:21)debutanker Wrote:
(2018-07-26, 11:10)Steveb Wrote:
(2018-07-26, 03:14)medleyman30 Wrote: Hey all, anyone having luck getting retroplayer add-ons to work correctly lately?
Yep, but I've only tested a few platforms..
GBA works
GEN works
MAME works
Also NES/SNES works 

Can confirm! Also successfully tested PS1(beetle-psx) - many thanks for "Retroplayer"! 
Cool, Metal Gear Solid here I come Smile
@Milhouse NFS & #0725 tested successfully, thank you!
HTPC(s): All running LibreELEC
  • AMD 2200G APU on Gigabyte AB350N-Gaming WIFI-CF
  • RPI3 x2 | RPI2 x2
NAS: FreeNAS (Latest Stable) | NFS/CIFS
New LibreELEC.tv Leia build #0726: Generic
(Supercedes previous build)

SHA256 Checksum: 6c7ef382652f9bdfc1ae4b9ee7ca18eaa5b817ec8f96e10d9a6e7ce9e1abdc12 (Generic)

text:
# uname -a
Linux NUC 4.17.10 #1 SMP Thu Jul 26 21:12:43 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180726210321-#0726-gc7bdb15 [Build #0726]

# Kodi version
(18.0-ALPHA3 Git:c61da79). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c7bdb15, changelog) and tip of XBMC master (9ec10b9, changelog) with the following modifications: Build Highlights:
  1. Do not show busy dialog if progress dialog is active while calling a plugin
  2. inputstream.adaptive fixes
Build Details:
  1. LibreELEC.tv:
    • busybox: temporary fix for nfs based boot (PR:2847, 1 commit, 1 file changed)
  2. XBMC:
    • Do not show busy dialog if progress dialog is active while calling a plugin (PR:14225, 1 commit, 3 files changed)
    • [lang][skin.estuary] updated language files from Transifex (3d30c64)
    • [lang][skin.estouchy] updated language files from Transifex (ce65dc5)
  3. inputstream.adaptive:
    • [TS] ensure / check size of sps/ pps (f700c00)
    • [HLS] use parameter string from master PL only for sub PL, if base_url matches. (f1f16f3)
  4. pvr.argustv:
    • [lang] updated language files from Transifex (1459cea)
  5. pvr.dvbviewer:
    • [lang] updated language files from Transifex (c3ceb0b)
  6. pvr.hts:
    • [lang] updated language files from Transifex (445772d)
  7. pvr.mediaportal.tvserver:
    • [lang] updated language files from Transifex (89cac8b)
  8. pvr.njoy:
    • [lang] updated language files from Transifex (204d95b)
  9. pvr.stalker:
    • [lang] updated language files from Transifex (f84483c)
  10. pvr.vbox:
    • [lang] updated language files from Transifex (c115a14)
  11. pvr.wmc:
    • [lang] updated language files from Transifex (b5fe5a1)
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 #0727: Generic
(Supercedes previous build)

SHA256 Checksum: 610a4b6a57345e6609fecb7ada9e8f668ff61735d791e68d38b1fee5ac80533b (Generic)

text:
# uname -a
Linux NUC 4.17.10 #1 SMP Fri Jul 27 21:07:22 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180727210605-#0727-gc7bdb15 [Build #0727]

# Kodi version
(18.0-ALPHA3 Git:a9daa0f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c7bdb15, changelog) and tip of XBMC master (f8f5aa5, changelog) with the following modifications: Build Highlights:
  1. libfstrcmp: initial package
  2. [PVR] Guide window: Add 'sorty by' and 'sort order' for epg grid channels
  3. [PVR] Guide window: Only refresh grid data synchronously when actually necessary.
  4. [JSON]Sorting Music Items
  5. Drop: RetroPlayer: Merge savestate metadata into .sav file (needs rebase)
Build Details:
  1. XBMC:
    • Windowing: GBM - fix guiplane selection (PR:14219, 1 commit, 1 file changed)
    • [PVR] Guide window: Add 'sorty by' and 'sort order' for epg grid channels (PR:14231, 1 commit, 12 files changed)
    • [JSON]Sorting Music Items (PR:14227, 5 commits, 8 files changed)
    • SPDX license identifier (PR:14206, 12 commits, 3371 files changed)
    • [PVR] Guide window: Only refresh grid data synchronously when actually necessary. (PR:14233, 1 commit, 2 files changed)
  2. inputstream.adaptive:
    • [HLS] check for base_url when adding parameters in #EXT-X-STREAM-INF, too (48a9928)
    • Compile fix (4e95976)
    • AdaptveTree: relink aadpset in psshset if stream was merged to avoud access to erased adpsets (5061a1a)
  3. pvr.hts:
    • Add setting to ignore duplicate scheduled recordings (tvh4.3+) (PR:370, 2 commits, 9 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2846 (perma): kodi: August 2018
    • Added: [env] 3637026: flatbuffers: add initial package
    • Added: [env] PR:2848 (perma): mesa: update to mesa-18.1.5
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.
  • 1
  • 271
  • 272
  • 273(current)
  • 274
  • 275
  • 355

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