teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
552 stars 122 forks source link

Play Local Downloaded file from file://User/.../.../.../flename.mp3 #98

Open ashok1234567 opened 6 years ago

ashok1234567 commented 6 years ago

How to play local storage file

karthickDarin commented 5 years ago

I am also having the same problem, please tell me a proper solution on how to play the downloaded file in your jukebox.

ashok1234567 commented 5 years ago

you can play local file with proper uri like User/dhd3737/......./filename.pm3 with as remote url passing its working for me now

karthickDarin commented 5 years ago

/Users/im038/Library/Developer/CoreSimulator/Devices/5E2B9097-576A-4636-B397-0283EC29D72C/data/Containers/Data/Application/F5CBBBB6-B4ED-4260-91D1-3422228338DF/Documents/01-PURUSHARTHA.mp3

The above is my file manager url but I could not play it the jukebox state changing to loading but not playing @ashok1234567