project-owner / Peppy

Peppy Player Repository
GNU General Public License v3.0
72 stars 14 forks source link

Playlist upload/download to include "cover art" #45

Open dadr opened 1 year ago

dadr commented 1 year ago

I like the upload and download capability for the radio playlists. I've also added some of my own stations on those lists, and I think that this capability will make it easier to update the software and restore the stations I have edited.

An enhancement would be to upload and download both the m3u as well as the jpg files for the covers. This would help in two ways: it would keep the covers that were added for edited stations, and it would create a container so that the m3u file would not be the same name for all the genres.

For example, using a zip or tar.gz file - with the archive name matching the genre, and contents including both the stations.m3u file and also the jpg cover art files. Potentially even the genre folder.svt file.

I realize that this would also create a set of decisions on what to do with uploads, so it's not completely simple.

project-owner commented 1 year ago

The main problem here is to run zip/unzip command on a browser side. I'm not sure how to do that.