Browse Source

Deprecate menu option to import from youtube to peertube

It doesn't appear to work reliably
Bob Mottram 7 years ago
parent
commit
adeadb3003
3 changed files with 4 additions and 24 deletions
  1. 0
    5
      doc/EN/app_peertube.org
  2. 2
    4
      src/freedombone-app-peertube
  3. 2
    15
      website/EN/app_peertube.html

+ 0
- 5
doc/EN/app_peertube.org View File

32
 
32
 
33
 If you wish it's possible to turn off further signups via the *Administrator control panel* under *App settings* for *peertube*.
33
 If you wish it's possible to turn off further signups via the *Administrator control panel* under *App settings* for *peertube*.
34
 
34
 
35
-* Importing videos from YouTube/Vimeo/Dailymotion
36
-It's possible to import videos from the main proprietary video hosting sites. /Only do this if they're videos which you made, or if the license is Creative Commons/. Hosting arbitrary videos under nonfree licenses is likely to get you into trouble, and we know how that works out from the P2P wars of the 2000s (i.e. badly).
37
-
38
-Go to the *Administrator control panel*, select *App settings* then *peertube* then *Import videos from YouTube/Vimeo/Dailymotion*. Enter your PeerTube login details and then you may specify either the individual video URL or the channel URL if you want to import a whole channel.
39
-
40
 * Importing videos from your desktop
35
 * Importing videos from your desktop
41
 The most convenient way to add new videos to PeerTube is if you have the *syncthing* app installed. Set up [[./app_syncthing.html][syncthing]] with a folder called ~/Sync in your home directory. Create a subdirectory called *~/Sync/peertube_upload*. Within that directory make a text file called *login.txt*. This will contain your PeerTube login details.
36
 The most convenient way to add new videos to PeerTube is if you have the *syncthing* app installed. Set up [[./app_syncthing.html][syncthing]] with a folder called ~/Sync in your home directory. Create a subdirectory called *~/Sync/peertube_upload*. Within that directory make a text file called *login.txt*. This will contain your PeerTube login details.
42
 
37
 

+ 2
- 4
src/freedombone-app-peertube View File

389
 function configure_interactive_peertube {
389
 function configure_interactive_peertube {
390
     W=(1 $"Set administrator email address"
390
     W=(1 $"Set administrator email address"
391
        2 $"Disable or enable signups"
391
        2 $"Disable or enable signups"
392
-       3 $"Import videos from YouTube/Vimeo/Dailymotion"
393
-       4 $"Import video from file")
392
+       3 $"Import video from file")
394
 
393
 
395
     while true
394
     while true
396
     do
395
     do
404
         case $selection in
403
         case $selection in
405
             1) peertube_set_admin_email;;
404
             1) peertube_set_admin_email;;
406
             2) peertube_disable_signups;;
405
             2) peertube_disable_signups;;
407
-            3) peertube_import_videos;;
408
-            4) peertube_import_from_file;;
406
+            3) peertube_import_from_file;;
409
         esac
407
         esac
410
     done
408
     done
411
 }
409
 }

+ 2
- 15
website/EN/app_peertube.html View File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2018-06-21 Thu 10:27 -->
7
+<!-- 2018-06-21 Thu 12:45 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
202
 </div>
202
 </div>
203
 
203
 
204
 <div id="outline-container-sec-3" class="outline-2">
204
 <div id="outline-container-sec-3" class="outline-2">
205
-<h2 id="sec-3">Importing videos from YouTube/Vimeo/Dailymotion</h2>
205
+<h2 id="sec-3">Importing videos from your desktop</h2>
206
 <div class="outline-text-2" id="text-3">
206
 <div class="outline-text-2" id="text-3">
207
 <p>
207
 <p>
208
-It's possible to import videos from the main proprietary video hosting sites. <i>Only do this if they're videos which you made, or if the license is Creative Commons</i>. Hosting arbitrary videos under nonfree licenses is likely to get you into trouble, and we know how that works out from the P2P wars of the 2000s (i.e. badly).
209
-</p>
210
-
211
-<p>
212
-Go to the <b>Administrator control panel</b>, select <b>App settings</b> then <b>peertube</b> then <b>Import videos from YouTube/Vimeo/Dailymotion</b>. Enter your PeerTube login details and then you may specify either the individual video URL or the channel URL if you want to import a whole channel.
213
-</p>
214
-</div>
215
-</div>
216
-
217
-<div id="outline-container-sec-4" class="outline-2">
218
-<h2 id="sec-4">Importing videos from your desktop</h2>
219
-<div class="outline-text-2" id="text-4">
220
-<p>
221
 The most convenient way to add new videos to PeerTube is if you have the <b>syncthing</b> app installed. Set up <a href="./app_syncthing.html">syncthing</a> with a folder called ~/Sync in your home directory. Create a subdirectory called <b>~/Sync/peertube_upload</b>. Within that directory make a text file called <b>login.txt</b>. This will contain your PeerTube login details.
208
 The most convenient way to add new videos to PeerTube is if you have the <b>syncthing</b> app installed. Set up <a href="./app_syncthing.html">syncthing</a> with a folder called ~/Sync in your home directory. Create a subdirectory called <b>~/Sync/peertube_upload</b>. Within that directory make a text file called <b>login.txt</b>. This will contain your PeerTube login details.
222
 </p>
209
 </p>
223
 
210