Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allo Digione Signature + Volumio + Kodi plugin = No sound #29

Open
adriano-art opened this issue Jun 12, 2019 · 9 comments
Open

Allo Digione Signature + Volumio + Kodi plugin = No sound #29

adriano-art opened this issue Jun 12, 2019 · 9 comments
Labels

Comments

@adriano-art
Copy link

Hi everyone!
I'm newbie about Volumio &Co. I've buyed Allo Digione Sig. player, and I've installed Kodi plugin.
I need some help, because I can't hear anything by kodi player, but music playing on volumio soft sounds great.
How can I fix this problem? Please help me..

Thank you!

PS: I set ALSA output on kodi and disabled sturtup sound on volumio too. What else have me to do?
:?

Thanks.

@Saiyato
Copy link
Owner

Saiyato commented Jun 13, 2019

Hi there,

Have you followed the steps in the readme? You can find it here: https://github.com/Saiyato/volumio-kodi-plugin

@adriano-art
Copy link
Author

Thank you for your reply!
I've read that "readme" and was helpful to install IPTV PVR client.. Thanx for your work!

Unfortunately, I can't play any sound from my Coaxial output of Allo Digione Signature player.

Option:

  • HDMI Hotplug: i need this to on?
  • Enable DAC Output for Kodi: ON
  • Configure Kali Sound delay: ON . (0,7)
  • Kodi GUI SOUND: ON
  • Have KODI Keep Sound device alive: ON

Is that all right? There's something wrong?
What can I do to ear by Allo Digione on Kodi?? Help!!!

:-))

@adriano-art
Copy link
Author

Teen, other options in kodi plugin, audio menu:

  • audio output: ALSA: DEFAULT (BCM2835)
  • OUTPUT config: optimized;
  • reclock quality: high
  • keep sound device alive: ALWAYS

Other options available As default.

Thank you for all!

Adriano

@adriano-art
Copy link
Author

Hello!
Any suggest?

Thank you,
Adriano

@Saiyato
Copy link
Owner

Saiyato commented Nov 5, 2019

Hi @adriano-art , you need to select your soundcard in Kodi, not ALSA if you want the sound to be played over the DigiOne, that should solve your problem.

@Aaike1955
Copy link

Same problem here. Allodigione soundcard does not show as an option in Kodi. Tried everything and settings in Volumio are okay. What to do ?

@Saiyato
Copy link
Owner

Saiyato commented Nov 17, 2019

Did you change your volumio password by any chance? I see there's some legacy code in the script, that might cause this behavior

@Aaike1955
Copy link

Thx for reply.
Yes you are right I had two accounts and deleted the oldest.
Signed in with latest account and verified that old one is deleted.
No result Allodigione Alsa SPDIF does not show as option in Kodi.
Any other suggestions ?

@Saiyato
Copy link
Owner

Saiyato commented Jan 14, 2021

Yes, this is because of the new bluetooth implementation, Kodi is not enumerating the correct sinks.
Quick and VERY dirty workaround is to uninstall pulseaudio and change the index of the default card to the correct value (possibly 2).

Check the index with aplay -L

card 2: sndrpihifiberry [snd_rpi_hifiberry_digi], device 0: HifiBerry Digi HiFi wm8804-spdif-0 [HifiBerry Digi HiFi wm8804-spdif-0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

In my case the hifiberry has index 2 (card 2). So I had to change /etc/asound.conf to:

#KODI
        defaults.ctl.card 2
        defaults.pcm.card 2
#ENDOFKODI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants