PlexExternalPlayer icon indicating copy to clipboard operation
PlexExternalPlayer copied to clipboard

Playlist support - generation and download of m3u playlist from a Plex playlist

Open enchained opened this issue 7 years ago • 1 comments

On each playlist page you could add a button "Download playlist" that generates an m3u playlist (basically a list of local video urls in the specified order), downloads it in the browser - then users could open this exported playlist in a player of their choice. Such feature could be awesome.

I think it could be done via https://stackoverflow.com/questions/2951149/save-file-using-greasemonkey

enchained avatar Jan 24 '18 01:01 enchained

I was able to implement the feature locally, although the code is very rough yet. Could do a pull request after I'll test it, maybe add some more formats.

enchained avatar Feb 14 '18 17:02 enchained