Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Hi, I have installed ubuntu-restricted-extras, ffmpeg, libavcodec, livavutil, libavformat, zenity but doesn't work.
😕
Spotify finds the songs, but don't play and close the app.
=======================================================
Solved after read this post: https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Can-t-play-local-files-with-current-...
So, I decided publish the solution.
1º) Install some packs: ubuntu-restricted-extras, ffmpeg, libavcodec, livavutil, libavformat, zenity.
sudo apt install ubuntu-restricted-extras ffmpeg libavcodec-extra libavcodec-extra57 libavutil55 libavformat57 zenity -y
New version to packs: libavformat57 libavcodec-extra57 libavcodec-extra libavutil55
2º) Download some archives: (I put all in the github repository)
--> Download the package: https://github.com/ramedeiros/spotify_libraries/archive/master.zip
Or direct from the terminal:
git clone https://github.com/ramedeiros/spotify_libraries.git
3º) Put all the files in to /usr/lib/x86_64-linux-gnu/ with root privileges.
cd spotify_libraries sudo cp lib* /usr/lib/x86_64-linux-gnu/
4º) Execute: ldconfig
sudo ldconfig
5º) If show any problem with link, make new links.
e.g.: "/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libavutil.so.52 it's not a symbolic link"
So, execute command:
sudo ln -frs /usr/lib/x86_64-linux-gnu/libavutil.so.52.6.100 /usr/lib/x86_64-linux-gnu/libavutil.so.52 sudo ln -frs /usr/lib/x86_64-linux-gnu/libavformat.so.54.36.100 /usr/lib/x86_64-linux-gnu/libavformat.so.54 sudo ln -frs /usr/lib/x86_64-linux-gnu/libavcodec.so.54.71.100 /usr/lib/x86_64-linux-gnu/libavcodec.so.54
And so on...
Solved! Go to Solution.
Thank you so much, this worked perfectly! Mint 18.1 here. 😄
It worked!
I'm on Linux Mint 18.1 Cinnamon. The libraries libavcodec, livavutil, libavformat were not provided by apt-get, so step 1 was not complete, but it worked by doing the rest anyway.
Thanks!
Thank you, ramedeiros! This resolved my issue.
Thank you so much ! İt worked.
⚠ I personnally consider this hacky solution very dangerous. It breaks the package manager model and may lead to system errors and inconsistencies. In particular, the behavior is undefined whenever codec packages get updated. Spotify should provide a clean solution for this instead!
The kernel won't upgrade. Not certain whether it is spotify related or not. Does anyone have similar issues?
Easier solution. It works on Ubuntu 16.10 and 17.04 as well. Make sure you copy the entire lines: https://github.com/olejon/spotcommander/wiki/LocalFiles
And COME ON Spotify, 16.04 is almost a year old!
Thank you so much! After so much time i can listen to my local files again 🙂
I just wanted to thank you for finding this and everyone else who contributed to this thread.
I was on the brink of extracting hair from my skull before I found this. Thankfully my scalp reamins warm and that's all thanks to this thread 🙂
Same problem exists in Ubuntu 17.04 (I'm using Kubuntu). Thankfully, olejon's answer worked like a charm! Thank you!
Worked perfectly!! Thanks for sharing!
Best regards
I have updated my post. It also works on Ubuntu 16.10 and 17.04.
Still work well !
thank you so much. that fixed my issue right up. i love the linux community cause it's so underrrated with so much support where as windows it's a headache that you never find out a solution.
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…