go-chromecast icon indicating copy to clipboard operation
go-chromecast copied to clipboard

Feature Request: Playlist in text format

Open aphsa opened this issue 2 years ago • 1 comments

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

aphsa avatar Mar 23 '23 21:03 aphsa

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.

vishen avatar Mar 26 '23 01:03 vishen

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 ?

holiman avatar Mar 14 '24 09:03 holiman

I implemented this, more or less, in #180. I can change it to be integrated with playlist instead ?

I think it's fine to leave as is, this should solve the issue I believe. But feel free to reopen if needed @aphsa .

vishen avatar Mar 14 '24 20:03 vishen