Socket
Book a DemoInstallSign in
Socket

liblinker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liblinker

Organize or merge music libraries without moving the original files.

pipPyPI
Version
1.1.1
Maintainers
1

liblinker

This utility creates an organized album -> artist -> track directory structure from a given folder containing music files. If you…

  • Want to organize your massive torrent folder while keeping everything seeding
  • Want to merge multiple music folders into one location
  • Don’t have permission to move the original files
  • Want to keep iTunes files or other junky application files out of your original library (use liblinker -> point iTunes/whatever at the output directory)

This is for you.

Supported formats: MP3, FLAC, Wave, MP4 (M4A/AAC)

Requires Python 3.4+

Hard links are used when possible, otherwise symlinks are used.

Usage

::

liblinker IN_DIR OUT_DIR [--silent] [--mode=link]

--mode=
    link: Creates links to the source files in the target directory. This is the default behavior.
    copy: Copies source files to the target directory, keeping original files.
    move: Moves source files from the source directory to the target directory.

--silent: All output will be suppressed except for error messages.

Keywords

media music bittorrent streaming organization

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts