Skip to content

A utility for copying downloaded Lynda.com courses from one machine to another

Notifications You must be signed in to change notification settings

NiloCK/lynda-copy-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lynda-copy-course

A command line utility for copying downloaded Lynda.com courses from one machine to another.

Example Usage

Warning!

This software is a rough cut, and has been 'tested' only on the author's windows machine. It's probably a good idea to create a backup copy of your 'destination' folder before use.

Installation

Install via npm with

npm install -g lynda-copy-course

If npm installations are unfamiliar, Lynda.com's Learning NPM the Node Package Manager course may be a good place to start.

Usage

From the command line:

lynda-copy-course D:\path\to\source\Lynda\directory C:\path\to\destination\lynda\directory [-a]

Source and destination directories are required.

Input directories should be the folders which contain Lynda's sqlite database file, db.sqlite. On Windows, this folder is located at "~\AppData\Local\lynda.com\Lynda.com Desktop App" by default.

If the optional -a or --all flags are passed, all eligible courses (ones present in the source directory but not present in the destination directory) will be copied. Otherwise, users will be prompted to select courses for copying, as in the above screenshot.

Why?

My primary machine is an offline-first desktop with bandwidth restrictions. This utility lets me transfer Lynda.com courses downloaded with a laptop at my local library to my primary machine.

A note to Lynda.com developers

It would be handy if the Lynda.com Desktop app checked the local disk before downloading video files. That way, users could move course files manually, and the app would only have to download meta-data and thumbnails.

About

A utility for copying downloaded Lynda.com courses from one machine to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published