I believe you're looking for pulseaudio's network streaming feature. You'll need to read up on how to use it, and I'm unsure if LE has what's needed for it if so.
Posts by AntonLacon
-
-
Quote
I'll take a look at that now and do so for my build
QuoteNothing that affects LE settings.
You need to clarify what was done to change the addon's default settings as these statements are in conflict.
-
Does the system being tested with have a /storage/.cache/services/samba.conf or a samba.disabled file? If one is present, its settings will be taken before the addon's default.
-
Systemd.mount file to take care of the overlay for you. Still need to create upper and workdir. Save as storage-steamlink-udev-rules.d.mount. Put it in /storage/.config/system.d/. Turn on with systemctl enable storage-steamlink-udev-rules.d.mount.
Code
Display More[Unit] Description=udev rules overlay DefaultDependencies=no Before=umount.target After=systemd-udevd.service [Mount] What=overlay Where=/storage/steamlink/udev/rules.d Type=overlay Options=lowerdir=/lib/udev/rules.d,upperdir=/storage/steamlink/udev/rules.d/,workdir=/storage/steamlink/overlay_work [Install] WantedBy=local-fs.target -
Look at distributions/LibreELEC/options (or the options file to the distro you're building) for a SKINS and SKIN_DEFAULT. You'll need to package your theme too.
advancedsettings.xml and sources.xml go in (depending on what you're doing) packages/mediacenter/kodi/config, projects/$PROJECT/kodi/ or projects/$PROJECT/devices/$DEVICE/kodi