answered
2014-01-11 16:52:35 +0200
I have this problem too but some Music still didn't index properly when I re-indexed using the tracker got around it with a bit of bash to generate play-lists hope this helps
find /run/user/100000/media/sdcard/Music/Owl\ City/ | awk -F ":" '{print "File"FNR-1"=file://"$1}' | tail -n+2 >> Owl\ City.pls
cat Owl\ City.pls | tail -n+4 | grep -o -P "\/[^\.\/]+\." | grep -o -P "[^\/]+" | awk -F ";" '{print "Title"FNR"=" $1}' >> Owl\ City.pls
It's a bit ruff you may want to grep for mp3/ogg before awk rather than use tail -n+2 after depending on the file structure withing the folder
Confirmed - removal/reinsertion fixes this, but I worry about wear and tear on TOH.
JonS ( 2013-12-31 18:18:10 +0200 )editFor me that has happened. For me worked booting the device. And then the music files appeared again. Well the same "symphtom" happens sometimes with the photos and videos too. Some bug perhaps?
ejp ( 2014-01-01 00:27:50 +0200 )editIt could be a tracker issue because I had the same symptom even though the tracks were still available on the SD card. Rebooting didn't work, but re-inserting the card did.
Tanghus ( 2014-01-01 00:52:59 +0200 )editCan anybody confirm that the SD card is actually mounted and the files are accessible via terminal/file browser, but tracker doesn't "see" them?
Ref. https://together.jolla.com/question/9427/bug-sd-card-support-is-flaky-content-disappears/
Tanghus ( 2014-01-03 18:27:59 +0200 )editI've had this issue several times. I have to remove and insert the SD again, after that the media files are found by apps.
hana ( 2014-01-04 02:32:54 +0200 )edit