[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] December November October September August July June May April March February January [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
Basic configuration of GNOME Music
[Wed Apr 15 10:45:35 CDT 2020]
I recently decided to give GNOME Music a try. It's very simple, but sort of nice. The interface doesn't feel too complex and heavy, as it tends to happen with so many applications these days. Of course, the problem with that is that sometimes it is not obvious how to configure certain things. So, for example, if you need to configure the default music folder, run the following command: $ vim ~/.config/user-dirs.dirsYou can obviously use your favorite text editor, instead of vim. Also, if you ever make a change to the files in your music folder and need to refresh, run this other command: $ tracker index --file ~/MusicAs you can see, GNOME Music relies on a separate tool to refresh its info. That's consistent with the old UNIX philosophy, which I appreciate. Finally, if you prefer a music player that is even simpler, give the MPV media player a try. {link to this entry} |