PINE64
Phone Won't Detect Music Files From SD Card - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Phone Won't Detect Music Files From SD Card (/showthread.php?tid=10788)

Pages: 1 2


Phone Won't Detect Music Files From SD Card - Joelandsonja - 07-22-2020

I've been having issues with my Pinephone detecting my music files from my Micro SD Card. I ended up buying a 256GB Micro SD card just so I can take all of my music with me on the phone, but for some reason the Music app says 'no music files detected'.


RE: Phone Won't Detect Music Files From SD Card - hiimtye - 07-24-2020

did you mount your sdcard? basically none of the distros mount sd cards by default without some extra steps


RE: Phone Won't Detect Music Files From SD Card - Joelandsonja - 07-24-2020

(07-24-2020, 05:12 PM)hiimtye Wrote: did you mount your sdcard? basically none of the distros mount sd cards by default without some extra steps

How do I mount the SD card?


RE: Phone Won't Detect Music Files From SD Card - hiimtye - 07-25-2020

that's a question with more than one answer. I mount SD Cards by loading udiskie. others add their SD card to /etc/fstab. before, I mounted an SD card by using a bash script but I got annoyed that I had to change it every time I reformatted or changed the SD card


RE: Phone Won't Detect Music Files From SD Card - Joelandsonja - 07-26-2020

(07-25-2020, 12:51 AM)hiimtye Wrote: that's a question with more than one answer. I mount SD Cards by loading udiskie. others add their SD card to /etc/fstab. before, I mounted an SD card by using a bash script but I got annoyed that I had to change it every time I reformatted or changed the SD card

I appreciate the response, but I have no idea what you just said. I'm not exactly an advanced Linux user, so any step by step information would be helpful. =)


RE: Phone Won't Detect Music Files From SD Card - wibble - 07-26-2020

(07-26-2020, 01:01 AM)Joelandsonja Wrote:
(07-25-2020, 12:51 AM)hiimtye Wrote: that's a question with more than one answer. I mount SD Cards by loading udiskie. others add their SD card to /etc/fstab. before, I mounted an SD card by using a bash script but I got annoyed that I had to change it every time I reformatted or changed the SD card

I appreciate the response, but I have no idea what you just said. I'm not exactly an advanced Linux user, so any step by step information would be helpful. =)
Which distro are you using? Some methods will work with one but not another.


RE: Phone Won't Detect Music Files From SD Card - Joelandsonja - 07-27-2020

I'm using the UBports edition Pinephone.


RE: Phone Won't Detect Music Files From SD Card - wibble - 07-28-2020

(07-27-2020, 10:02 PM)Joelandsonja Wrote: I'm using the UBports edition Pinephone.
That's the hardware version. The distro would be UBPorts (which it probably arrived with), Mobian, PmOS etc.


RE: Phone Won't Detect Music Files From SD Card - paintchip - 07-29-2020

(07-22-2020, 01:52 PM)Joelandsonja Wrote: I've been having issues with my Pinephone detecting my music files from my Micro SD Card. I ended up buying a 256GB Micro SD card just so I can take all of my music with me on the phone, but for some reason the Music app says 'no music files detected'.

You're not the only one. The music application also doesn't detect my music files (even after I mount he SD card). I even tried making a sym link from the SD card music files to my music folder in my home directory. No dice.

I am able to get the player to import songs by navigating to them in the file manager and opening them with music player, though. Once imported, they stay there. I just don't want to do this for each song in my library.


What the others are trying to dell you is that your SD card doesn't automatically mount in Ubuntu Touch. You have to manually mount it using various methods. For instance, I created a folder named sd in my home directory and then mounted the card there:

mkdir ~/sd
mount /dev/mmcblk0 ~/sd

You can then navigate to the files on the card from the terminal or in the file manager.


RE: Phone Won't Detect Music Files From SD Card - Joelandsonja - 08-03-2020

(07-29-2020, 11:14 AM)paintchip Wrote:
(07-22-2020, 01:52 PM)Joelandsonja Wrote: I've been having issues with my Pinephone detecting my music files from my Micro SD Card. I ended up buying a 256GB Micro SD card just so I can take all of my music with me on the phone, but for some reason the Music app says 'no music files detected'.

You're not the only one. The music application also doesn't detect my music files (even after I mount he SD card). I even tried making a sym link from the SD card music files to my music folder in my home directory. No dice.

I am able to get the player to import songs by navigating to them in the file manager and opening them with music player, though. Once imported, they stay there. I just don't want to do this for each song in my library.


What the others are trying to dell you is that your SD card doesn't automatically mount in Ubuntu Touch. You have to manually mount it using various methods. For instance, I created a folder named sd in my home directory and then mounted the card there:

mkdir ~/sd
mount /dev/mmcblk0 ~/sd

You can then navigate to the files on the card from the terminal or in the file manager.

Didn't work for me, but I might have made a typo somewhere along the line. 

I'm hoping UBports will do a significant update soon, because this thing has just been sitting in my drawer for a month.