You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with this plugin on both remote and local audio files, So I propose to my user to download the file if he loves it, but for file downloaded locally it doesn't work, the play button appears on grey whereas the remote tracks are in black colors,
I take your same tracks arrray, I just added my local file,
this.myTracks = [{
src: 'https://archive.org/download/JM2013-10-05.flac16/V0/jm2013-10-05-t12-MP3-V0.mp3',
artist: 'John Mayer',
title: 'Why Georgia',
art: 'img/johnmayer.jpg',
preload: 'metadata' // tell the plugin to preload metadata such as duration for this track, set to 'none' to turn off
},
{
src: 'https://archive.org/download/JM2013-10-05.flac16/V0/jm2013-10-05-t30-MP3-V0.mp3',
artist: 'John Mayer',
title: 'Who Says',
art: 'img/johnmayer.jpg',
preload: 'metadata' // tell the plugin to preload metadata such as duration for this track, set to 'none' to turn off
},
{
src: this.file.externalRootDirectory+"AwesomePlaces/file.mp3",
artist: 'Karim Garali',
title: 'Allhomma yasser ya rabb',
art: 'img/johnmayer.jpg',
preload: 'metadata' // tell the plugin to preload metadata such as duration for this track, set to 'none' to turn off
}]
at the view, I've printed the src to verify my path and it's OK:
All what attach me to your plugin is the progress bar option, otherwise, I will be moved to another solution, So Thank you for this Job and I hope you answer me about my issue,
Can I play file locally stored with your plugin ?
The text was updated successfully, but these errors were encountered:
garalimedkarim
changed the title
it doesn't work with local files,
it doesn't work with local audio files,
Dec 20, 2018
Hello everybody,
I'm working with this plugin on both remote and local audio files, So I propose to my user to download the file if he loves it, but for file downloaded locally it doesn't work, the play button appears on grey whereas the remote tracks are in black colors,
I take your same tracks arrray, I just added my local file,
at the view, I've printed the src to verify my path and it's OK:
All what attach me to your plugin is the progress bar option, otherwise, I will be moved to another solution, So Thank you for this Job and I hope you answer me about my issue,
Can I play file locally stored with your plugin ?
The text was updated successfully, but these errors were encountered: