Snakeoil Forums

Full Version: MP3 Plaback
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
unable to play mp3 on LMS. shows LAME is not installed. Plz help me to solve this.

server log attached
(11-Nov-2021, 08:30 PM)vinaymoturi Wrote: [ -> ]Hi,
unable to play mp3 on LMS. shows LAME is not installed. Plz help me to solve this.

server log attached

Totally forgotten about the MP3 codec Blush!

Can you SSH to your snakeoil computer, and run the following command? Then restart LMS and see if it works now?
Code:
sudo apt install -y libmp3lame0
(12-Nov-2021, 06:02 AM)agent_kith Wrote: [ -> ]
(11-Nov-2021, 08:30 PM)vinaymoturi Wrote: [ -> ]ok
Hi,
unable to play mp3 on LMS. shows LAME is not installed. Plz help me to solve this.

server log attached

Totally forgotten about the MP3 codec Blush!

Can you SSH to your snakeoil computer, and run the following command? Then restart LMS and see if it works now?
Code:
sudo apt install -y libmp3lame0
(12-Nov-2021, 06:02 AM)agent_kith Wrote: [ -> ]
(11-Nov-2021, 08:30 PM)vinaymoturi Wrote: [ -> ]getting this error attached
[Image: Screenshot-2021-11-12-191031.png]


Hi,
unable to play mp3 on LMS. shows LAME is not installed. Plz help me to solve this.

server log attached

Totally forgotten about the MP3 codec Blush!

Can you SSH to your snakeoil computer, and run the following command? Then restart LMS and see if it works now?
Code:
sudo apt install -y libmp3lame0
Something is not quite right with your setup.

Can you run this and show me the complete output? Do not forget to include the word 'sudo'.
 
Code:
sudo apt --fix-broken install
[Image: Screenshot-2021-11-13-082023.png]
Still having problems after the above?

Those libcrypt shouldn't affect playback.

Try and install lame the executable and see how it goes.
Code:
sudo apt install lame

Reboot the computer just in case. Can you try then and play a MP3 file locally (not streaming) and see if it works?
It's working thank you all
Hi all
The tricks above don't work for me, still no mp3 playback with LMS. By the way, no issue with MPD.
What did work for me was :
 
Code:
sudo apt install ubuntu-restricted-extras

I'm using snakeoil 1.2.1 over Ubuntu server 20.04

Hope this help
Thanks Labo
this made the mp3 files play for me also.