Edontin 3ac3efe92c
Fix playlist path resolution for symlinked paths. (#1016)
Change path resolution to remove parent directories without following
symbolic links.

When resolving relative paths such as `../../storage/emulated/0/`
the symlinks will be read and parent paths removed, in that order.
This results in paths from an `/sdcard` symlink producing unexpected
relative paths e.g.`/sdcard/../storage/emulated/0/test.mp3` resolves to
`/storage/emulated/storage/emulated/0/test.mp3` instead of
`/storage/emulated/0/test.mp3`.
2020-02-22 09:47:01 +01:00
..
2019-02-09 11:59:55 +01:00