Feature Request: Playlist in text format
Could you add the option to provide a playlist file similar to mpv.
mpv -playlist=filelist.txt
The file list would contain a list of file(s) needed to be played in a sequence
This sounds like a good addition. I think this could be added to the playlist command. Currently if the playlist command gets an argument that isn't a directory it fails, but we should change this to check if it is a file, and if so then use that for the list of filenames to play.
I implemented this, more or less, in https://github.com/vishen/go-chromecast/pull/180. I can change it to be integrated with playlist instead ?
I implemented this, more or less, in #180. I can change it to be integrated with
playlistinstead ?
I think it's fine to leave as is, this should solve the issue I believe. But feel free to reopen if needed @aphsa .