Posts by awiouy

    I have found this: GitHub - MediaBrowser/plugin.video.emby: Emby add-on for Kodi

    Maybe someone here knows better

    Hi everyone,

    So, just installed Librespot on my Odroid C2 running the latest CoreElec, and it's not working.

    I mean, the addon is installed but I can't see it on Spotify's devices list.

    Am I missing something?

    Thanks!

    Hi,

    Librespot is known to be running on your setup.

    Librespot does not appear on Spotify's device list while Kodi is playing something else. Therefore, make sure that Kodi is not playing anything when you want to use Librespot.

    If that is not the issue, please provide a log (journalctl -u service.librespot)

    works great for me so far.

    only thing what bothers me is when i listen to music it doesnt show the correct song play time / total length on the "now playing" screen. the time basically is just running forever...which actually is a bit annoying if you have a karaoke like lyrics addon installed. not that of a big deal though i´m not a singer anyway.. :D

    also the "next song" isn´t displaying at all.

    any way to get this running in the future or is it just not possible code wise?

    Spotify provides timing information but there is no easy way to pass it to Kodi (eg with updateInfoTag).

    If I or someone else finds a way, I will gladly implement it.

    In the meantime, use librespot to play and refer to your Spotify app for correct timing/lyrics/next track.

    chewitt

    So the best way is to use AppleTV connected with kodi...right? what about miracast or casting from Android..Do I need also chromecast or is there any solution?

    Thanks

    LibreELEC does not support photo/video casting (it only supports audio casting).

    If you need photo/video casting, you can use Chromecast or AppleTV. Chromecast is cheaper than AppleTV, if all you need is photo/video casting.

    LibreELEC and Chromecast/AppleTV are independent of each other, ie you can use one without the other.

    Fitting Miracast (miraclecast) LibreELEC does not seem easy.

    sur quels appareils on peut installé LibreELEC, et comment l'installer.

    Tu trouveras une liste d’appareils ici sous la rubrique Direct Downloads.

    Le lien ci-dessus explique comment installer LibreELEC, en anglais. Une recherche Google te fournira des instructions en français.

    La langue utilisée et préférée sur ce forum est l’anglais.

    Hi awiouy, I love that photo with your cat!!! I love your Syncthing plugin too, but I have a problem.

    I can access to my NAS thru NFS from Kodi. No problem. I added they as resources from Kodi. So I was thinking that I could access from your plugin to same folders, but the web interface doesn't let me use paths like Kodi, life nfs:// .....

    Is there no way to let Sycnthing access NFS folders like Kodi does?

    Thank you

    The explanations from this wiki page apply to the system.d unit for NFS below.

    After many more tries, I became quite convinced that the problem is due to bugs in the Spotify Android app, and not in the Librespot addon.

    Specifically, I'm guessing it has to do with the use of AdAware (via a systemless /etc/hosts file) which causes problems. There is some talk in the various Spotify forums about this.

    Restoring /system/etc/hosts to its pristine state seems to solve most of the problem, and the remaining issues look pretty much the same for Librespot as they do for other (non Kodi) Spotify Connect clients.

    If I come up with anything demonstrably specific to the addon, I'll report here.

    Thanks for the help...

    Thank you for the feedback

    Keep us posted

    I can’t reproduce the issue with iOS Spotify app, and I have no Android device.

    Can anyone reproduce the issue?

    rklbrelc can you check if removing the cache of the Librespot addon fixes the issue (remove directory /storage/.kodi/userdata/addon_data/service.librespot/cache).

    When both my PI's boot (Pi 3 b+ and Pi 3 b running Leia 8.90.004), I get the rainbow screen and when I stream live tv, it sometimes gets choppy and the yellow lightning bolt flashed on top right corner of my screen.

    Both Pi's are using 5V 2.5A power supply.

    I have read that I could be getting that by running an incompatible OS on my PI's but I did install the PI2/3 version on both.

    Any ideas on what could be happening?

    Thanks

    The symptoms you describe indicate insufficient power supply. Are many peripherals connected to you Pis (external hdd, wifi dongle, tv tuner, etc)? If so, try disconnecting some.

    Have you tried to set "wait for network" in LibreELEC network settings?

    okay I changed to the official beta channel and now I am using 8.90.005 but I get the same error

    could you please build the addon for the official beta versions?

    thanks!

    Hi,

    It works here (8.90.005 on RPi3).

    Not sure what is wrong on your system.

    Have you tried to reinstall the addon from the repo?

    Hi Pieter,

    The addon is programmed to behave as you describe.

    In summary, a LibreELEC device only behaves as a Spotify Connect client while it is not playing a media.

    Last time I checked, a PS4 behaves the same: it will not play Spotify while a game is played.

    It makes sense when parents and teenagers share such devices ;)

    The addon could be updated to switch this behaviour on or off, but I neither have time or a need for it. Contributions are welcome.

    Hi,

    with Version 9.0.112 I get an error:

    deleting cache/reinstalling the addon didn't help

    thanks for help

    What system? What LE version?

    Can't get it to work :( moved dotnet to bin folder and changed permision to executable.

    Output from which dotnet

    Code
    # ldd $(which dotnet)        
    linux-vdso.so.1 (0x00007fffd83ed000)        
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f3f9c8c1000)        
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f3f9c8a0000)        
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3f9c71d000)        
    libm.so.6 => /usr/lib/libm.so.6 (0x00007f3f9c59e000)        
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f3f9c584000)        
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f3f9c3cf000)        
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f3f9c8c8000)

    copy everything from bin/dotnet-runtime-2.1.2 to bin

    cp -r /storage/.kodi/addons/tools.dotnet-runtime/bin/dotnet-runtime-2.1.2/* /storage/.kodi/addons/tools.dotnet-runtime/bin/