newphreak changed the topic of #libreelec to: ~ LibreELEC Support Channel ~ current release: LibreELEC (Krypton) 8.2.5 MR ~ No discussion or support for piracy addons ~ https://libreelec.tv/2018/04/community-builds/ ~ https://freenode.irclog.whitequark.org/libreelec
Israphel_ has joined #libreelec
Israphel is now known as Guest31962
Israphel_ is now known as Israphel
ntd has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
<ntd> will libre with leie have "working" airplay support?
<ntd> leia
Guest31962 has quit [Ping timeout: 268 seconds]
held has quit []
<Ommand> I wouldn't count on it
ntd has quit [Quit: ntd]
cspack has quit [Remote host closed the connection]
cspack has joined #libreelec
andy-burns has quit [Ping timeout: 252 seconds]
metabsd has quit [Quit: Connection closed for inactivity]
mETz has quit [Ping timeout: 268 seconds]
mETz has joined #libreelec
ca_cabotage has joined #libreelec
Fenster has joined #libreelec
mack- has quit [Read error: Connection reset by peer]
mack- has joined #libreelec
RaphGro has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
speeedy has quit [Read error: Connection reset by peer]
speeedy has joined #libreelec
_whitelogger has joined #libreelec
self has joined #libreelec
TomTom has joined #libreelec
tsal_ has joined #libreelec
tsal has quit [Ping timeout: 250 seconds]
elektrinis has joined #libreelec
cspack has quit [Quit: WeeChat 2.3]
ca_cabotage has quit [Ping timeout: 244 seconds]
Gittun has joined #libreelec
andy-burns has joined #libreelec
hgeboner has quit [Read error: Connection reset by peer]
RaphGro has joined #libreelec
hijacker has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
hgeboner has joined #libreelec
RaphGro has joined #libreelec
cspack has joined #libreelec
held has joined #libreelec
BCMM has joined #libreelec
heldus has joined #libreelec
held has quit [Ping timeout: 268 seconds]
elektrinis has quit [Ping timeout: 250 seconds]
heldus has quit [Read error: Connection reset by peer]
held has joined #libreelec
self has quit [Ping timeout: 264 seconds]
CMOT-Weasel has joined #libreelec
<CMOT-Weasel> Hi folks. Possibly a simple problem, but I've failed so far - Running LibreElec 8.2.5 on a RPi3 - looking to send a GPIO pin high while playing (anything), low when not playing.
<CMOT-Weasel> Suspect I'll have to write something to make GPIO happen, that's fine, but hoping for an internal mechanism/trigger I can use to tell when Kodi starts/stops playing rather than having to resort to querying the HTTP server. Any thoughts?
<seo> via python addon. look at Monitor.onNotification
<seo> or Player.onPlayBackStarted / etc..
<seo> there is also json rpc api you can use via tcp socket.
chewitt has quit [Quit: Zzz..]
metabsd has joined #libreelec
Fenster has quit [Ping timeout: 240 seconds]
Fenster has joined #libreelec
heldus has joined #libreelec
heldus has quit [Read error: Connection reset by peer]
held has quit [Ping timeout: 246 seconds]
held has joined #libreelec
LargePrime has quit [Ping timeout: 272 seconds]
LargePrime has joined #libreelec
DaVu has joined #libreelec
_Jin_ has joined #libreelec
yangxuan has joined #libreelec
<GNU\colossus> will LE 9 "properly" support USB boot on the rpi2 and rpi3 platforms?
ca_cabotage has joined #libreelec
<CMOT-Weasel> seo: Cheers, I'll try and avoid the network solution but thanks for the Python pointers! :-)
seo has left #libreelec ["Leaving"]
Israphel has quit [Quit: quit]
Israphel has joined #libreelec
tuxiano has joined #libreelec
andy-burns has quit [Quit: gorn]
andy-burns has joined #libreelec
andy-burns has quit [Client Quit]
andy-burns has joined #libreelec
DaVu has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
LargePrime has quit [Read error: Connection timed out]
LargePrime has joined #libreelec
chewitt has joined #libreelec
fraggle_ has quit [Read error: Connection reset by peer]
chewitt has quit [Quit: Zzz..]
fraggle_ has joined #libreelec
hijacker has quit [Quit: Leaving]
_Jin_ has quit [Remote host closed the connection]
shiftplusone has quit [Remote host closed the connection]
yangxuan has quit [Quit: Leaving]
<butterfly> is it possible that someone has forgotten to edit the version in 8.90.009?
<butterfly> because when I update to 8.90.009 it says booting 8.90.008 on my wetekplay
held has quit [Ping timeout: 272 seconds]
chewitt has joined #libreelec
ca_cabotage has quit [Ping timeout: 240 seconds]
<vpeter> butterfly: Then you didn't update it correctly because image has correct version.
<butterfly> hm...
chewitt has quit [Quit: Zzz..]
held has joined #libreelec
<butterfly> okay I'll try again
ca_cabotage has joined #libreelec
Israphel has quit [Quit: quit]
Israphel has joined #libreelec
chewitt has joined #libreelec
Israphel has quit [Client Quit]
_Jin_ has joined #libreelec
Israphel has joined #libreelec
Israphel has quit [Client Quit]
Israphel has joined #libreelec
<chewitt> GNU\colossus: no differences in LE 9.0 regarding USB boot on RPi hardware
<chewitt> but that's because USB boot is hardware dependent, not software dependent
<chewitt> RPi2 does not (and will never) support USB boot
<chewitt> RPi3 requires it to be activated via SD card first, then can work
<chewitt> RPi3B+ supports it out-of-box
LargePrime has quit [Ping timeout: 252 seconds]
<GNU\colossus> chewitt, I know - but the LE release I originally installed made cmdline.txt reference the sd card blockdev, instead of resorting to UUID or LABEL
<chewitt> we switched to UUID some time ago
<GNU\colossus> ah, great :)
<chewitt> but we also don't "fix" old installs (it creates more support work than it solves) so you might need to do manual config adjustment
<GNU\colossus> yeah, I manually edited my cmdline.txt to make it work
<GNU\colossus> I was just wondering if you had a more generic approach in the works
<GNU\colossus> I understand why you don't want to touch bootloader config et al. after successful installation
<chewitt> "if it works, don't fix it" :)
LargePrime has joined #libreelec
<vpeter> Where is the fun of that :)
Error451 has quit [Remote host closed the connection]
_Jin_ has quit [Remote host closed the connection]
Error451 has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
andy-burns has quit [Remote host closed the connection]
andy-burns has joined #libreelec
TomTom has quit [Quit: Connection closed for inactivity]
heldus has joined #libreelec
held has quit [Ping timeout: 246 seconds]
heldus has quit [Ping timeout: 244 seconds]
held has joined #libreelec
held has quit [Ping timeout: 250 seconds]
gouchi has joined #libreelec
baggar11 has quit [Quit: leaving]
held has joined #libreelec
baggar11 has joined #libreelec
tuxiano has quit [Remote host closed the connection]
chewitt has quit [Quit: Zzz..]
Gittun has quit [Quit: ‹‹UPP››]
ca_cabotage has quit [Ping timeout: 240 seconds]
jucaroba has joined #libreelec
andy-burns has quit [Ping timeout: 250 seconds]
metabsd has quit [Quit: Connection closed for inactivity]
Fenster has quit [Ping timeout: 272 seconds]
gouchi has quit [Remote host closed the connection]
Fenster has joined #libreelec
mumixam has quit [Ping timeout: 252 seconds]
Israphel_ has joined #libreelec
Israphel is now known as Guest51111
Israphel_ is now known as Israphel
Guest51111 has quit [Ping timeout: 240 seconds]