First of all, thanks for newpipe, one of my most used apps for vids and especially music. Would it be possible to have an export to text (.txt) file for all playlists?
Yeah i would love having this feature too :)
Is there already something like a backup? I have to switch my phone :confused:
You can backup your history, subscriptions, and playlists by going to Settings>Content>Export Database and save the file. Transfer it to somewhere it will be accessible on the new device.
Then download Newpipe and your file you saved onto the new device and go to settings>content>import database and select the file.
Your stuff will be there now.
@Echolon
No update on this? I would love to see this being implemented so we can give youtube-dl a txt file as input to download an entire (local) playlist from newpipe.
I found that the exported file is a SQL lite database format. You can use sqlite tools windows to extract the playlists
sqlite3 -header -csv newpipe.db "select * from streams;" > test.csv
Duplicate of #1788
Most helpful comment
No update on this? I would love to see this being implemented so we can give youtube-dl a txt file as input to download an entire (local) playlist from newpipe.