Absolutely. Ethernet only. Do you have the setting "Keep audio device alive" set to anything?
Posts by sufr3ak
-
-
I recently upgraded to LE on an RPi 4. I noticed that when I resume a video, it will be a couple seconds before audio starts playing.
This used to be an Intel Atom system and never had this issue.
It's HDMI to a Vizio TV. No sound system, just stereo audio.
-
I was running an old intel atom, (9.2.5). I wanted to upgrade to an RPi4, but keep the set up.
Did a backup, and a restore onto the RPi4. Ended up in safe mode. I understand they're different devices, but I thought all the settings would be portable.
Is this doable? Or do I manually have to redo all the skins, settings, libraries, etc.
-
I'm curious if there is any reason that LE wouldn't work on a NUC NUC8I5BEHS
Intel® NUC Kit NUC8i5BEHS Product Specifications
Only differences I see from the regular NUC8I5BEH are Intel® UHD Graphics 620 and i5-8260U
-
I posted under help, but it should have been a bug.
I don't know enough details, but when I am playing a video on 9.2.2 (RP3 or old Atom processor), if a library update is trigger, the system crashes.
-
Just confirmed on a RPi3 that a library update while a video is playing crashed Kodi
-
I updated to 9.2.2 a couple weeks ago to hopefully remove a diff bug.
It seems that when a video is playing or is paused, a library update will crash it. The update can be initiated by API (eg - Sonarr) or locally by a hot key.
I'm running LE on an Atom processor. (330 I think). Running on an Acer Revo 3610.
I haven't tested it on another system yet.
-
That's my plan. I just wanted to do a high level check first. My set up really relies on playlists on the menu, so a default skin wouldn't do that. I may have to switch to profiles
-
Before I go crazy with reformatting, skins, and redoing my setup, I just wanted to see if others have experienced issues.
Running LE 9.0 with the aeon nox silvo skin using playlists for menu entries.
It constantly freezes, crashes, random times. Changing options in the home screen or going a level in or out of a show.I'm hoping I don't need to replace it, otherwise I may need to go with a NUC. Not sure if a RaspPi 4 would cut it.
-
I agree to a degree. It could be an issue down the line
-
I'm running LibreElec 17.3 (Kodi 16.1) on 2 different hosts, as well as Kodi 16 on a fire stick. Everything WORKS fine. But while looking through the logs, I found some error messages.
Code22:36:57 1984108.375000 T:1500509088 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/media/kodifiles/playlists/video/Holiday.xsp' unix_err:'2' error : 'No such file or directory' 22:36:57 1984108.500000 T:1500509088 ERROR: GetDirectory - Error getting /storage/.kodi/userdata/playlists/video/Holiday.xsp/ 22:36:57 1984108.500000 T:1500509088 ERROR: GetDirectory - Error getting special://profile/playlists/video/Holiday.xsp/ 22:37:10 1984121.750000 T:1963139072 NOTICE: DVDPlayer: Opening: smb://10.10.10.20/media2/movies/Rips/Folder/file.ext 22:37:10 1984121.750000 T:1963139072 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
I'm running a mysql db on an ubuntu 16 server. I'm also sharing playlists.
advancedsettings.xml has
Code
Display More<pathsubstitution> <substitute> <from>special://profile/mediasources.xml</from> <to>smb://10.10.10.20/media/kodifiles/mediasources.xml</to> </substitute> <substitute> <from>special://profile/sources.xml</from> <to>smb://10.10.10.20/media/kodifiles/sources.xml</to> </substitute> <substitute> <from>special://profile/playlists/</from> <to>smb://10.10.10.20/media/kodifiles/playlists/</to> </substitute> <substitute> <from>special://profile/favourites.xml</from> <to>smb://10.10.10.20/media/kodifiles/favourites.xml</to> </substitute> </pathsubstitution>
Passwords.xmlCode<passwords> <path> <from pathversion="1">smb://10.10.10.20/media</from> <to pathversion="1">smb://username:[email protected]/media/</to> </path> <path> <from pathversion="1">smb://HOSTNAME/media</from> <to pathversion="1">smb://username:password@HOSTNAME/media/</to> </path> </passwords>
-
I think that's exactly what I'm looking for. Essentially, I can connect to LibreElec instance as if it is an access point,. I'll check it out tonight
-
Has anyone done, or knows the best way to go about creating an ad hoc network? I'm not too familiar with Busybox and I know it's pretty stripped down for LE.