Arcus92 / PlayMusicExporter

This Android app exports your Play Music mp3 files directly to your sdcard.
MIT License
105 stars 21 forks source link

[Feature Request] Option to export to any path defined by string rather than documents UI #13

Closed LillyWho closed 6 years ago

LillyWho commented 6 years ago

So I've got a bit of an edge case here, I'm trying to push the mp3 files automatically into an nfs share on my raspi server (which cannot be mounted anywhere on the internal /sdcard), but I'm sure there are some other uses for being able to just give a plain filesystem path. Files would probably have to be written as root rather than unprivileged writes.

LillyWho commented 6 years ago

Pardon me, didn't see it was abandoned