Snakeoil Forums
[SOLVED] MP3 Plaback - Printable Version

+- Snakeoil Forums (https://forums.snakeoil-os.net)
+-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics)
+--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting)
+--- Thread: [SOLVED] MP3 Plaback (/Thread-SOLVED-MP3-Plaback)



MP3 Plaback - vinaymoturi - 11-Nov-2021

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

server log attached


RE: MP3 Plaback - agent_kith - 12-Nov-2021

(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



RE: MP3 Plaback - vinaymoturi - 12-Nov-2021

(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



RE: MP3 Plaback - vinaymoturi - 12-Nov-2021

(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



RE: MP3 Plaback - agent_kith - 13-Nov-2021

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



RE: MP3 Plaback - vinaymoturi - 13-Nov-2021

[Image: Screenshot-2021-11-13-082023.png]


RE: MP3 Plaback - agent_kith - 14-Nov-2021

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?


RE: MP3 Plaback - vinaymoturi - 14-Nov-2021

It's working thank you all


RE: MP3 Plaback - labo - 24-Nov-2021

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


RE: MP3 Plaback - patricia1066 - 07-Jan-2022

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