2.1.9 • Published 7 years ago

lynda-copy-course v2.1.9

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

lynda-copy-course

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

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.

2.1.9

7 years ago

2.1.8

7 years ago

2.1.7

7 years ago

2.1.6

7 years ago

2.1.5

7 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago