Page 1 of 1
Media Player Playlist from a Directory?
Posted: Mon May 24, 2021 5:04 pm
by eroz7
How do I set up a media player (either audio or video) with user ability to select from a directory?
Re: Media Player Playlist from a Directory?
Posted: Mon May 24, 2021 5:14 pm
by BaconFries
Re: Media Player Playlist from a Directory?
Posted: Mon May 24, 2021 11:22 pm
by eroz7
I need it to list the contents of an online directory of (for example) .mp3 files, and play the one selected. I had a flash player plug-in to do this which, of coarse, no longer works.
Re: Media Player Playlist from a Directory?
Posted: Tue May 25, 2021 2:45 am
by crispy68
I assume since the files are in an online directory that these files change often? If not, then you should be able to use one of the extensions BaconFries suggested; otherwise, none of these will work as they don't read files from a directory.
Re: Media Player Playlist from a Directory?
Posted: Tue May 25, 2021 4:53 am
by MGD4me
I need it to list the contents of an online directory
Are the MP3 files stored on your own server? If so, use the built-in PHP File Listing extension.
Re: Media Player Playlist from a Directory?
Posted: Thu May 27, 2021 10:10 am
by eroz7
How do I... (1) implement the php file listing extension and (2) how do I connect it to a media player?
Sorry to be so dense.
Re: Media Player Playlist from a Directory?
Posted: Thu May 27, 2021 10:14 am
by Pablo
Sorry, there is currently no standard solution to load audio with playlist from a folder on the server.