<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED] in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1563977#M277</link>
    <description>&lt;P&gt;⚠ 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!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 14:49:59 GMT</pubDate>
    <dc:creator>psaxl</dc:creator>
    <dc:date>2017-01-25T14:49:59Z</dc:date>
    <item>
      <title>[Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1343831#M253</link>
      <description>&lt;P&gt;Hi, I have installed &lt;STRONG&gt;ubuntu-restricted-extras, ffmpeg, libavcodec, livavutil, libavformat, zenity&lt;/STRONG&gt; but doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;I&gt;Your device and operating system: Intel® Core™ i3 CPU M 330 @ 2.13GHz × 4, 4GB, 64bit, Ubuntu 16.04 LTS&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;&lt;LI&gt;&lt;I&gt;Type of Spotify account you have (Free/ Premium): Free&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;&lt;LI&gt;&lt;I&gt;The app version of Spotify you’re using:&lt;STRONG&gt; 1.0.28.89.gf959d4ce&lt;/STRONG&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;&lt;LI&gt;&lt;I&gt;Brief description of the issue: Local files do not play on Ubuntu 16.04&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Spotify finds the songs, but don't play and close the app.&amp;nbsp;&lt;I&gt; &lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=======================================================&lt;/P&gt;&lt;P&gt;Solved after read this post: &lt;A href="https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Can-t-play-local-files-with-current-version-of-ffmpeg/m-p/106615/highlight/true#M7964" target="_blank"&gt;https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Can-t-play-local-files-with-current-version-of-ffmpeg/m-p/106615/highlight/true#M7964&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I decided publish the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1º) Install some packs: &lt;STRONG&gt;ubuntu-restricted-extras, ffmpeg, libavcodec, livavutil, libavformat, zenity&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo apt install ubuntu-restricted-extras ffmpeg libavcodec-extra libavcodec-extra57 libavutil55 libavformat57 zenity -y&lt;/PRE&gt;&lt;P&gt;New version to packs:&lt;STRONG&gt; libavformat57 libavcodec-extra57 libavcodec-extra libavutil55&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2º) Download some archives: (I put all in the github repository)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; Download the package: &lt;A href="https://github.com/ramedeiros/spotify_libraries/archive/master.zip" target="_self"&gt;https://github.com/ramedeiros/spotify_libraries/archive/master.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or direct from the terminal:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;git clone https://github.com/ramedeiros/spotify_libraries.git&lt;/PRE&gt;&lt;P&gt;3º) Put all the files in to&lt;STRONG&gt; /usr/lib/x86_64-linux-gnu/&lt;/STRONG&gt; with &lt;STRONG&gt;root&lt;/STRONG&gt; privileges.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cd spotify_libraries
sudo cp lib* /usr/lib/x86_64-linux-gnu/&lt;/PRE&gt;&lt;P&gt;4º) Execute:&lt;STRONG&gt; ldconfig&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo ldconfig&lt;/PRE&gt;&lt;P&gt;5º) If show any problem with link, make new links.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;e.g.: "/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libavutil.so.52 it's not a symbolic link"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So, execute command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;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&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And so on...&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 14:33:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1343831#M253</guid>
      <dc:creator>ramedeiros</dc:creator>
      <dc:date>2016-05-17T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344557#M254</link>
      <description>&lt;P&gt;Can you install&amp;nbsp;libavcodec53&amp;nbsp;from Ubuntu&amp;nbsp;precise (12.04LTS) &lt;A href="http://packages.ubuntu.com/precise/libavcodec53" target="_blank"&gt;http://packages.ubuntu.com/precise/libavcodec53&lt;/A&gt; to&amp;nbsp;Ubuntu 16.04 LTS?&amp;nbsp;That should replace the step&amp;nbsp;&lt;SPAN&gt;2º).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Spotify should be build using the latest stable and not the LTS. That should&amp;nbsp;at least fix this local file playback and libssl problem.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 10:08:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344557#M254</guid>
      <dc:creator>durin</dc:creator>
      <dc:date>2016-05-14T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344637#M255</link>
      <description>&lt;P&gt;THANK YOU\! u helped me fix the local files issue that i was searching for on and off ever since i have been spotify on linux&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 13:53:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344637#M255</guid>
      <dc:creator>shez951</dc:creator>
      <dc:date>2016-05-14T13:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344804#M256</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/245658"&gt;@durin&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Can you install&amp;nbsp;libavcodec53&amp;nbsp;from Ubuntu&amp;nbsp;precise (12.04LTS) &lt;A href="http://packages.ubuntu.com/precise/libavcodec53" target="_blank"&gt;http://packages.ubuntu.com/precise/libavcodec53&lt;/A&gt; to&amp;nbsp;Ubuntu 16.04 LTS?&amp;nbsp;That should replace the step&amp;nbsp;&lt;SPAN&gt;2º).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Spotify should be build using the latest stable and not the LTS. That should&amp;nbsp;at least fix this local file playback and libssl problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe yes, as one of the places I'd researched (&lt;A href="https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Can-t-play-local-files-with-current-version-of-ffmpeg/m-p/106615/highlight/true#M7964" target="_self"&gt;https://community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/Can-t-play-local-files-with-current-version-of-ffmpeg/m-p/106615/highlight/true#M7964&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;However, after a long time and many attemps, it worked for me. So, I decided upload the package to help the community. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But thanks for your tip, have you tested? I find very useful!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 19:58:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344804#M256</guid>
      <dc:creator>ramedeiros</dc:creator>
      <dc:date>2016-05-14T19:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344809#M257</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/5423720"&gt;@shez951&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;THANK YOU\! u helped me fix the local files issue that i was searching for on and off ever since i have been spotify on linux&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hehehehe me too had the same problem, after 17862783612783 attempts its worked!! You're first after me that tested, is a good notice!&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 20:08:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1344809#M257</guid>
      <dc:creator>ramedeiros</dc:creator>
      <dc:date>2016-05-14T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1345707#M258</link>
      <description>&lt;P&gt;You can install libavcodec54 and libavformat54 from 14.04 trusty in 16.04 xenial as well, but it also feels hacky.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;echo deb http://se.archive.ubuntu.com/ubuntu trusty main universe | sudo tee /etc/apt/sources.list.d/temp-trusty.list
echo deb http://security.ubuntu.com/ubuntu trusty-security main universe | sudo tee -a /etc/apt/sources.list.d/temp-trusty.list
sudo apt update
sudo apt install libavcodec54 libavformat54
sudo rm /etc/apt/sources.list.d/temp-trusty.list
sudo apt update
&lt;/PRE&gt;
&lt;P&gt;A better solution would be if the client just supported all different versions or&amp;nbsp;shipped an embedded library.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 08:55:48 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1345707#M258</guid>
      <dc:creator>jooon</dc:creator>
      <dc:date>2016-05-16T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1353908#M259</link>
      <description>God Thank you. This help a lot.&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Thu, 26 May 2016 16:23:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1353908#M259</guid>
      <dc:creator>Draqun</dc:creator>
      <dc:date>2016-05-26T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1358614#M260</link>
      <description>&lt;P&gt;You're a hero dude. Nice one. This worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 19:24:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1358614#M260</guid>
      <dc:creator>LinuxScouser</dc:creator>
      <dc:date>2016-06-01T19:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1387201#M261</link>
      <description>&lt;P&gt;Dude, I love you. I've been&amp;nbsp;struggling with this problem for so long, and now you fixed it. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 00:37:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1387201#M261</guid>
      <dc:creator>tatobecerra_92</dc:creator>
      <dc:date>2016-07-06T00:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1392783#M262</link>
      <description>&lt;P&gt;...and thank you for taking the time to post the solution and package the needed files.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:44:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1392783#M262</guid>
      <dc:creator>xtevemeash</dc:creator>
      <dc:date>2016-07-12T18:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1412542#M263</link>
      <description>&lt;P&gt;Thank you for posting the solution and the steps. This has been bugging me for a very long time!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:57:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1412542#M263</guid>
      <dc:creator>user-removed</dc:creator>
      <dc:date>2016-08-05T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1412767#M264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a $20AUD btc bounty out on this and your solution worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a BTC address you would like it paid to?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 23:13:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1412767#M264</guid>
      <dc:creator>musicallion</dc:creator>
      <dc:date>2016-08-05T23:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1453135#M265</link>
      <description>&lt;P&gt;You are a Hero!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2016 12:01:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1453135#M265</guid>
      <dc:creator>xirius</dc:creator>
      <dc:date>2016-09-25T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1483282#M266</link>
      <description>&lt;P&gt;Worked a charm on Mint 18. I haven't rebooted yet, but the amount of times I've broken the system I'm not worried.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 18:50:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1483282#M266</guid>
      <dc:creator>Blinconet</dc:creator>
      <dc:date>2016-10-28T18:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1491686#M267</link>
      <description>&lt;P&gt;Worked on 16.04 64bit spotify 1.0.38.171.g5e1cd7b2 !!&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 09:55:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1491686#M267</guid>
      <dc:creator>vanbwodonk</dc:creator>
      <dc:date>2016-11-08T09:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1507896#M268</link>
      <description>&lt;P&gt;Wow that actually worked. &amp;nbsp;THANK you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: working on&amp;nbsp;Spotify version 1.0.42.151.g19de0aa6&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 21:08:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1507896#M268</guid>
      <dc:creator>subdavis</dc:creator>
      <dc:date>2016-11-24T21:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1514162#M269</link>
      <description>&lt;P&gt;This worked for me, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 10:40:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1514162#M269</guid>
      <dc:creator>chrissyshrimpy</dc:creator>
      <dc:date>2016-12-01T10:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1517497#M270</link>
      <description>&lt;P&gt;Thanks for sharing it's worked perfectly!!!! but when i running this command&lt;/P&gt;&lt;PRE&gt;sudo apt install ubuntu-restricted-extras ffmpeg libavcodec-extra libavcodec-extra57 libavutil55 libavformat57 zenity -y&lt;/PRE&gt;&lt;P&gt;it's fetched some .exe file?? but never mind! Now i can listen my local music &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 16:00:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1517497#M270</guid>
      <dc:creator>tamvan0098</dc:creator>
      <dc:date>2016-12-05T16:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1517888#M271</link>
      <description>&lt;P&gt;Thank you, &amp;nbsp;this solved the problem for me &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 22:16:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1517888#M271</guid>
      <dc:creator>user-removed</dc:creator>
      <dc:date>2016-12-05T22:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: [Linux] Local files do not play on Ubuntu 16.04 [SOLVED]</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1532147#M272</link>
      <description>&lt;P&gt;Thank you so much, also works on Linux Mint 18.1&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 10:39:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Linux-Local-files-do-not-play-on-Ubuntu-16-04-SOLVED/m-p/1532147#M272</guid>
      <dc:creator>paslio</dc:creator>
      <dc:date>2016-12-20T10:39:51Z</dc:date>
    </item>
  </channel>
</rss>

