Socket
Socket
Sign inDemoInstall

liblinker

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    liblinker

Organize or merge music libraries without moving the original files.


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc