kabouzeid / Phonograph

A material designed music player for Android
GNU General Public License v3.0
2.73k stars 731 forks source link

I can play my songs in VLC, but not phonograph #932

Open daraul opened 2 years ago

daraul commented 2 years ago

I don't know if this is the same issue as #423 since my situation is a little odd. I use git-annex to sync my music to my phone using termux and ssh. Long story short, the actual files are symlinks. So I end up with something like "Song.mp3" --> "/annex/objects/SHA256E-s11327136--5656a040c124ae2e7733c1679e41d19efe4e97768325cd385e8179ca104b02f1.mp3".

What's odd is that I can play the song just fine in VLC. It even gives me album art, and metadata. Phonograph on the other hand shows me the file (without metadata, so just the file name basically), but won't play it.

I have a workaround involving git-annex-fsck, but the fact that VLC can play the file without that makes me think phonograph should be able to as well. Am I wrong?

I am on android 11, if that helps.