calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.45k stars 235 forks source link

Feature: Batch registration of videos to playlist #909

Closed eggplants closed 3 years ago

eggplants commented 3 years ago

I would like to see the ability to add to the playlist in batches. Specifically, I'd like to be able to give the URL as a comma-separated string. e.g.) https://www.youtube.com/watch?v=-8OqFcLyA8o,https://www.youtube.com/watch?v=XBM40-Aj9ZA,...

calzoneman commented 3 years ago

You can already do this in that exact format...have you tried it?

On Fri, May 7, 2021, 05:15 haruna @.***> wrote:

I would like to see the ability to add to the playlist in batches. Specifically, I'd like to be able to give the URL as a comma-separated string. e.g.) https://www.youtube.com/watch?v=-8OqFcLyA8o,https://www.youtube.com/watch?v=XBM40-Aj9ZA,. ..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/calzoneman/sync/issues/909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC6FCCLHWDTKS3RS7GQUHLTMPKXZANCNFSM44JXE6NA .

eggplants commented 3 years ago

How?

calzoneman commented 3 years ago

The same way you described in the issue description. Here is an example adding the two videos you used as an example above:

screenshot-2021-05-11_17-57-38 screenshot-2021-05-11_17-58-03

eggplants commented 3 years ago

Thank you so much for your answering for my silly question...