{"id":1424,"date":"2021-12-16T13:23:45","date_gmt":"2021-12-16T10:23:45","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/23\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/23\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop\/"},"modified":"2021-12-16T13:23:45","modified_gmt":"2021-12-16T10:23:45","slug":"how-to-listen-to-your-plex-music-collection-on-the-linux-desktop","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1424-how-to-listen-to-your-plex-music-collection-on-the-linux-desktop\/","title":{"rendered":"How to listen to your Plex music collection on the Linux desktop"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Plex Media Server is excellent for managing your movies and TV shows. However, did you also know you can use it to host your personal music files too? In this guide, we\u2019ll show you how to take advantage of Plex to listen to your own personal music collection from your server on the Linux desktop<\/p>\n<p>Note: This guide requires a Plex Media Server installation. If you do not already have one set up, please follow our guide on the subject and upload your music collection to plex before attempting this guide. You\u2019ll also need a Plex Pass.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405878 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop.png\" alt=\"\" width=\"1200\" height=\"1922\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-3.png 187w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-4.png 639w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-5.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-6.png 959w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing PlexAmp on Linux<\/h2>\n<p>PlexAmp needs to be installed on your Linux PC in order to use it to play your favorite Plex music from the Linux desktop. There are two ways you can get PlexAmp working on your Linux PC: Flatpak and AppImage.<\/p>\n<p>To start the installation, open up a terminal window. To open up a terminal window on the desktop, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard, or search for the terminal in the app menu and open it that way.<\/p>\n<p>When the terminal window is open and ready to use, follow the installation instructions down below to get the PlexAmp app working.<\/p>\n<h4>Flatpak installation instructions<\/h4>\n<p>Flatpak is the best way to install PlexAmp on Linux. It offers up regular updates, and you don\u2019t need to mess around with downloadable AppImage packages. To start the installation, you\u2019ll need to set up the Flatpak runtime.<\/p>\n<p>To set up the Flatpak runtime, install the \u201cflatpak\u201d package on your computer. If you can\u2019t figure out how to install the Flatpak runtime, please follow along with our in-depth guide on the subject.\u00a0<\/p>\n<p>When you\u2019ve set up the Flatpak runtime, use the\u00a0<strong>flatpak remote-add\u00a0<\/strong>command to add the Flathub app repository to your system. This repo will allow you to install the PlexAmp app.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Now that the software repository is added to your system, you can install the PlexAmp application on your system using the\u00a0<strong>flatpak install\u00a0<\/strong>command below.<\/p>\n<pre>\nflatpak install flathub com.plexamp.Plexamp\n<\/pre>\n<h4>AppImage installation instructions<\/h4>\n<p>If you don\u2019t have access to Flatpak on your Linux PC, the next best way to use PlexAmp on your desktop is by downloading the AppImage file directly to your computer and run it.<\/p>\n<p>AppImage files are great on Linux, though not everyone likes using them. Essentially, they\u2019re like Windows EXE files. Here\u2019s how to get the PlexAmp app working.<\/p>\n<p>First, open up a terminal window on the desktop. Once it is open, use the <strong>wget\u00a0<\/strong>command to download the latest PlexAmp AppImage to your computer.<\/p>\n<pre>\nwget https:\/\/plexamp.plex.tv\/plexamp.plex.tv\/desktop\/Plexamp-3.5.0.AppImage\n<\/pre>\n<p>After downloading it, create a new folder in your home folder with the name \u201cAppImages.\u201d This folder is where you\u2019ll keep PlexAmp on your system.<\/p>\n<pre>\nmkdir -p ~\/AppImages\n<\/pre>\n<p>Move your PlexAmp app into the new folder using the\u00a0<strong>mv\u00a0<\/strong>command.<\/p>\n<pre>\nmv Plexamp-3.5.0.AppImage ~\/AppImages\/\n<\/pre>\n<p>Next, enter the new folder using\u00a0<strong>CD<\/strong> and use the\u00a0<strong>chmod\u00a0<\/strong>command to update the permissions of the app.<\/p>\n<pre>\ncd ~\/AppImages\/\n<\/pre>\n<pre>\nsudo chmod +x Plexamp-3.5.0.AppImage\n<\/pre>\n<p>Finally, run the app with the command below. Or, open up the Linux file manager and double-click on the PlexAmp AppImage file.<\/p>\n<pre>\n.\/Plexamp-3.5.0.AppImage\n<\/pre>\n<h2>Listening to music with PlexAmp<\/h2>\n<p>To listen to music with PlexAmp, start by launching the application on your Linux desktop. You can launch the app by searching for \u201cPlexAmp\u201d in your app menu. Once the app is open, you\u2019ll see the login screen.<\/p>\n<p>Using the login screen, enter your Plex credentials. Or, if you\u2019re already logged in to Plex with your Linux web browser, click on the \u201clog in with browser\u2019 button instead.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405888 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-1.png\" alt=\"\" width=\"1200\" height=\"1892\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-7.png 190w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-8.png 649w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-9.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-10.png 974w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Upon logging in, you\u2019ll be asked to select a library. To select a library, simply take your mouse, click on your music collection (as displayed in PlexAmp) and select it. Then, click on the \u201cContinue\u201d button to move on to the next page.<\/p>\n<p>When you click on the continue button, you\u2019ll see your PlexAmp \u201cHome\u201d. This \u201cHome\u201d is a lot like what you\u2019d see in Spotify or other music applications people use today.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405860 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-2.png\" alt=\"\" width=\"1200\" height=\"1966\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-2.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-11.png 183w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-12.png 625w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-13.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-14.png 938w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>To listen to a song, you can look at your recent plays or your recently added section. Alternatively, click on the \u201csearch\u201d box, to locate what you wish to listen to. You can also click on the music icon next to the home icon to view your artists, songs, and albums in a collection.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405878 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop.png\" alt=\"\" width=\"1200\" height=\"1922\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-3.png 187w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-4.png 639w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-5.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-listen-to-your-plex-music-collection-on-the-linux-desktop-6.png 959w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h3>PlexAmp mobile app<\/h3>\n<p>In this guide, we go over how to use PlexAmp on the Linux desktop to listen to your Plex media collection. That being said, PlexAmp is also available on iOS and Android.\u00a0<\/p>\n<p>For more information on the PlexAmp application for mobile, visit their website.\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Plex Media Server is excellent for managing your movies and TV shows. However, did you also know you can use it to host your personal music files too? In this guide, we\u2019ll show you how to take advantage of Plex to listen to your own personal music collection from your server on the &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1425,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1424"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1424"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1424\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1425"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}