TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
30.29k stars 2.98k forks source link

Import playlist #9921

Open tempo660 opened 1 year ago

tempo660 commented 1 year ago

Checklist

What is/are your question(s)?

I have a TXT document filled with hundreds of YouTube video links. One video link on each line. I want to import every video into a single playlist on NewPipe. It is far too tedious to search each video manually and add them to a fresh playlist.

Is there a method to import a file containing YouTube video links into a playlist?

Additional information

(side question: are you working on implementing a feature that allows exporting playlists in a readable file also?)

SameenAhnaf commented 1 year ago

Is there a method to import a file containing YouTube video links into a playlist?

As this moment, no.

Regarding the side question, nobody is working on that. You may open a seperate issue as that is a seperate feature.

mannith-narayan commented 9 months ago

Mannith_Narayan_u7423116 Can I Start Working on this issue?

opusforlife2 commented 9 months ago

The app is on a feature freeze. Please wait for a go ahead from the team before starting work on anything.

answerquest commented 8 months ago

Hi, Google Takeout's playlists export is structured in this way (one CSV file per playlist):

Video ID,Playlist Video Creation Timestamp
Bxo2JkiqG_o,2022-09-24T06:07:59+00:00
H4tyzzP33Cw,2022-09-24T06:08:42+00:00
mLNy7qnpOBo,2022-09-24T06:09:03+00:00
P8frC_cLLD4,2022-09-24T06:09:34+00:00

Whoever makes the importer, please make it compatible with this CSV format