-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathimport-export-data.html
81 lines (68 loc) · 4.58 KB
/
import-export-data.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
categories:
- download
type: tutorial
title: "Import / Export Subscriptions and NewPipe data"
---
<section>
<p class="text-info">This subscription page and tab show you the list of your subscribed channels. Tap on a channel to view the list of videos on the channel. We need to start here to import your subscriptions.</p>
<div class="row is-flex figure-wrapper">
<figure class="vertical">
<img src="/img/screenshots/shot_subscriptions_tab_highlight_import_export_light.png" class="img-responsive screenshot" />
<figcaption>
<ul class="inside">
<p>We show you how to </p>
<li><a href="#import-youtube">import YouTube subscriptions</a></li>
<li><a href="#import-soundcloud">import SoundCloud subscriptions</a></li>
<li><a href="#import-np-export">import from previous NewPipe export</a></li>
<li><a href="#export-subscriptions">export your subscriptions as a backup</a></li>
<li><a href="#export-database">export all NewPipe data as a backup</a></li>
<p>On the subscriptions page, tap on Import / Export to get started.</p>
</ul>
</figcaption>
</figure>
</div>
<hr class="separator">
<h3 id="import-youtube">Import YouTube subscriptions</h3>
<div class="row is-flex figure-wrapper">
<figure class="vertical">
<img src="/img/screenshots/shot_subscriptions_export_light.png" class="img-responsive screenshot" />
<figcaption>
<ol>
<li>Go to the <a href="https://takeout.google.com/takeout/custom/youtube">Google takeout manager</a>.</li>
<li>Log in if asked.</li>
<li>Click on "All YouTube data included", then on "Deselect all", then select only "subscriptions" and click "OK".</li>
<li>Click on "Next step" and then on "Create export".</li>
<li>Click on the "Download" button after it appears.</li>
<li>Go back to NewPipe, tap on "Import from > YouTube", hit "import file" at the bottom of the screen and select the <code>.zip</code> file.</li>
</ol>
</figcaption>
</figure>
</div>
<hr class="separator">
<h3 id="import-soundcloud">Import SoundCloud subscriptions</h3>
<div class="row is-flex figure-wrapper">
<figure class="vertical">
<img src="/img/screenshots/shot_subscriptions_import_soundcloud_overview_light.png" class="img-responsive screenshot" />
<figcaption>
<ul class="inside">
<li>Go to your <a href="https://soundcloud.com/you">SoundCloud profile overview page</a> and make sure to enable desktop mode. Otherwise you might get an error because the page does not exists in the mobile version of the SoundCloud website.</li>
<li>Log in when asked.</li>
<li>Copy the profile URL, you were directed to.</li>
<li>Go back to NewPipe and paste the URL to the input field. Tap import at the bottom of the page.</li>
</ul>
</figcaption>
</figure>
</div>
<hr class="separator">
<h3 id="import-np-export">Import NewPipe backup</h3>
<p>Tap on previous export, to select one of your previous exported files.</p>
<p class="text-warning"><b>Warning: This will override your current subscriptions.</b></p>
<hr class="separator">
<h3 id="export-subscriptions">Export and backup your subscriptions</h3>
<p>This allows you to create a JSON file, of your YouTube/SoundCloud subscriptions. These backups can be imported to restore your subscriptions.</p>
<hr class="separator">
<h3 id="export-database">Export and backup all NewPipe data</h3>
<p>In case you want to use NewPipe on several devices and keep your subscriptions synchronized, you can import this file on another device, too. It is also possible to export the complete local database which contains not only your subscriptions, but also your search and watch history (only if enabled by you), local playlists as well as all app settings. To do so, go to the settings, open the <code><img src="/img/icons/baseline-language-20px.svg" class="baseline-settings"> Backup and restore</code> category, and tap on <code>Export database</code>.</p>
<p>To import this backup, tap on <code>Import database</code>. <span class="text-warning"><b>Warning: this will override your current app database and cannot be undone.</b></span></p>
</section>