Saiyato / volumio-kodi-plugin

Installation and configuration of Kodi on Volumio 2 images
30 stars 6 forks source link

Hi Saiyato, #36

Open TubeArjan opened 3 years ago

TubeArjan commented 3 years ago

Hi Saiyato,

Just wondering whether there are plans to update the Kodi plugin in order to enable the support for the DAC again. We heave been talking about yhis a few month ago in the volumio community....It seems these texts are gone.

Can you tell me what your plans are...I am really hoping it will be working again soon.

Thanks and regards

Arjan

Saiyato commented 3 years ago

Hi Arjan,

I'm missing more threads, no worries, I haven't forgotten about this, but I'm also struggling to find the time to work on things. I'll check right now if I can reproduce the problem in LibreElec or if that image contains fixes for this.

TubeArjan commented 3 years ago

Hallo,

Can i speak Dutch???

Anyhow, thanks for your update.

As I have understood, the problem seems to be with the newer versions of Volumio and not with the implementation of the Kodi Plugin.

I just tried again with a previous version of Volumio, but unfortunately it gives the same result….and no sound. So something else is happening as well…

It was still working with version volumio-2.714-2020-03-02-pi

Then I changed to version volumio-2.834-2020-09-24-pi

Now I am back on the previous version….same result…so there is now way back anymore it seems…

Hope you can make progress

Best Regards, Arjan

T

Van: Groeneveld [mailto:notifications@github.com] Verzonden: Thursday, 14 January 2021 19:54 Aan: Saiyato/volumio-kodi-plugin CC: TubeArjan; State change Onderwerp: Re: [Saiyato/volumio-kodi-plugin] Hi Saiyato, (#36)

Hi Arjan,

I'm missing more threads, no worries, I haven't forgotten about this, but I'm also struggling to find the time to work on things. I'll check right now if I can reproduce the problem in LibreElec or if that image contains fixes for this.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Saiyato/volumio-kodi-plugin/issues/36#issuecomment-760400011 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2RDGDB7CPLWKEQHLC5TR3SZ44V7ANCNFSM4V6DIUOA . https://github.com/notifications/beacon/AE2RDGDF3LSEB3OIOKR3263SZ44V7A5CNFSM4V6DIUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVJMRCY.gif

Saiyato commented 3 years ago

Hoi Arjan,

Het mag ook in het Nederlands ;) Net even getest met LibreElec, die verwacht in ieder geval parameters in de bootconfig, dus ik test totdat ik het hierin werkend heb. Daarna kan ik vergelijken waarom het in Volumio niet (meer) werkt. Wat uiteraard vreemd is, want Volumio heeft nog een oude versie van Kodi op de officiële images.

TubeArjan commented 3 years ago

Hoi Saiyato,

Ik heb al een LibreElec implementatie geprobeerd met de nodige aanpassingen voor de Hifiberry…ik heb toch het idee dat het in LibreElec véééél slechter klinkt dan onder Volumio…..kan dat kloppen??

Ik begrijp dat je dat alleen maar doet om even gevoel te krijgen hoe Kodi onder Volumio weer werkend te krijgen is.

Dank voor je reactie

Groet, Arjan

Van: Groeneveld [mailto:notifications@github.com] Verzonden: Thursday, 14 January 2021 20:08 Aan: Saiyato/volumio-kodi-plugin CC: TubeArjan; State change Onderwerp: Re: [Saiyato/volumio-kodi-plugin] Hi Saiyato, (#36)

Hoi Arjan,

Het mag ook in het Nederlands ;) Net even getest met LibreElec, die verwacht in ieder geval parameters in de bootconfig, dus ik test totdat ik het hierin werkend heb. Daarna kan ik vergelijken waarom het in Volumio niet (meer) werkt. Wat uiteraard vreemd is, want Volumio heeft nog een oude versie van Kodi op de officiële images.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Saiyato/volumio-kodi-plugin/issues/36#issuecomment-760407308 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2RDGFCS7GDWWKCRR63GUDSZ46KXANCNFSM4V6DIUOA . https://github.com/notifications/beacon/AE2RDGEJASPZP3KY4BTOMALSZ46KXA5CNFSM4V6DIUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVJOKDA.gif

Saiyato commented 3 years ago

Probleem gevonden, de PulseAudio sink gooit roet in het eten. Ik heb het vermoeden dat de PA sink gebruikt wordt voor de Bluetooth implementatie.

Als workaround moeten er twee dingen gebeuren (er vanuitgaande dat je geen BT wilt gebruiken):

  1. sudo apt-get remove pulseaudio
  2. /etc/asound.conf moet er zo uitzien:
    #KODI
        defaults.ctl.card 2
        defaults.pcm.card 2
    #ENDOFKODI

De duurzame oplossing moet nog komen, dat zal meer onderzoek vereisen (met misschien een oplossing, maar misschien ook niet).

TubeArjan commented 3 years ago

Hoi Saiyato,

Dat ziet er hoopvol uit….

Hoe moet ik de 2de actie implementeren….even een script graag…in ben een beetje illiterate in Unix

Dank je wel.

Groet, Arjan

Van: Groeneveld [mailto:notifications@github.com] Verzonden: Thursday, 14 January 2021 22:06 Aan: Saiyato/volumio-kodi-plugin CC: TubeArjan; State change Onderwerp: Re: [Saiyato/volumio-kodi-plugin] Hi Saiyato, (#36)

Probleem gevonden, de PulseAudio sink gooit roet in het eten. Ik heb het vermoeden dat de PA sink gebruikt wordt voor de Bluetooth implementatie.

Als workaround moeten er twee dingen gebeuren (er vanuitgaande dat je geen BT wilt gebruiken):

  1. sudo apt-get remove pulseaudio
  2. /etc/asound.conf moet er zo uitzien:

KODI

    defaults.ctl.card 2
    defaults.pcm.card 2

ENDOFKODI

De duurzame oplossing moet nog komen, dat zal meer onderzoek vereisen (met misschien een oplossing, maar misschien ook niet).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Saiyato/volumio-kodi-plugin/issues/36#issuecomment-760475952 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2RDGHED7R5RXJRUYE77BDSZ5MFLANCNFSM4V6DIUOA . https://github.com/notifications/beacon/AE2RDGBXB2LQUGOQO3YB75DSZ5MFLA5CNFSM4V6DIUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVJ7CMA.gif

TubeArjan commented 3 years ago

Hi Saiyato,

Het is me denk ik gelukt om Pulseaudio te verwijderen

Ik weet niet hoe ik asound.conf moet veranderen…ik krijg wel toegang met bijv nano maar mag niet saven….

Chown werkt ook niet

Hoe moet ik dat doen?

Dank alvast

Groet, Arjan

Van: Groeneveld [mailto:notifications@github.com] Verzonden: Thursday, 14 January 2021 22:06 Aan: Saiyato/volumio-kodi-plugin CC: TubeArjan; State change Onderwerp: Re: [Saiyato/volumio-kodi-plugin] Hi Saiyato, (#36)

Probleem gevonden, de PulseAudio sink gooit roet in het eten. Ik heb het vermoeden dat de PA sink gebruikt wordt voor de Bluetooth implementatie.

Als workaround moeten er twee dingen gebeuren (er vanuitgaande dat je geen BT wilt gebruiken):

  1. sudo apt-get remove pulseaudio
  2. /etc/asound.conf moet er zo uitzien:

KODI

    defaults.ctl.card 2
    defaults.pcm.card 2

ENDOFKODI

De duurzame oplossing moet nog komen, dat zal meer onderzoek vereisen (met misschien een oplossing, maar misschien ook niet).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Saiyato/volumio-kodi-plugin/issues/36#issuecomment-760475952 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2RDGHED7R5RXJRUYE77BDSZ5MFLANCNFSM4V6DIUOA . https://github.com/notifications/beacon/AE2RDGBXB2LQUGOQO3YB75DSZ5MFLA5CNFSM4V6DIUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVJ7CMA.gif

TubeArjan commented 3 years ago

Hoi Saiyato….

Het is me met Sudo nano gelukt om /etc/asound.conf te wijzigen….

En HET WERKT…..zo gelukkig nu

Dank je wel nogmaals

Groet, Arjan

Van: Groeneveld [mailto:notifications@github.com] Verzonden: Thursday, 14 January 2021 22:06 Aan: Saiyato/volumio-kodi-plugin CC: TubeArjan; State change Onderwerp: Re: [Saiyato/volumio-kodi-plugin] Hi Saiyato, (#36)

Probleem gevonden, de PulseAudio sink gooit roet in het eten. Ik heb het vermoeden dat de PA sink gebruikt wordt voor de Bluetooth implementatie.

Als workaround moeten er twee dingen gebeuren (er vanuitgaande dat je geen BT wilt gebruiken):

  1. sudo apt-get remove pulseaudio
  2. /etc/asound.conf moet er zo uitzien:

KODI

    defaults.ctl.card 2
    defaults.pcm.card 2

ENDOFKODI

De duurzame oplossing moet nog komen, dat zal meer onderzoek vereisen (met misschien een oplossing, maar misschien ook niet).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Saiyato/volumio-kodi-plugin/issues/36#issuecomment-760475952 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2RDGHED7R5RXJRUYE77BDSZ5MFLANCNFSM4V6DIUOA . https://github.com/notifications/beacon/AE2RDGBXB2LQUGOQO3YB75DSZ5MFLA5CNFSM4V6DIUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFVJ7CMA.gif

Saiyato commented 3 years ago

Hoi Arjan,

Goed om te horen, ik zal proberen om van het weekend eens te testen met image 2.413; om te kijken of een oude image (waar het destijds wel op werkte) nog steeds functioneert. Dat bepaalt in welke hoek ik de oplossing moet zoeken.

piotrlis84 commented 3 years ago

Hi Saiyato, I also have the same problem and due to upgrade to new Hifiberry DAC2 HD I can't use older Volumio :/ If you need support in testing I would be happy to help :)