ti-dl

command module
v0.0.0-...-8ef25f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2020 License: GPL-3.0 Imports: 8 Imported by: 0

README

ti-dl

A download tool for a music streaming service.

Configuration

ti-dl can be either configured through a configuration file or through parameters.

The default path for the config file is

  • Linux: $HOME/.config/ti-dl/config.toml
  • Windows: $APPDATA$\ti-dl\config.toml

The config file format is

[User]
Username=Your Username
Password=Your Password

[Paths]
Destination=./${ALBUMARTIST}/${RELEASETYPE}/${RELEASEDATE} - ${RELEASETITLE}/${TRACKNUMBER} - ${TRACKTITLE}

The following values are possible for paths:

  • ${ALBUMARTIST}: The artist who released the album
  • ${RELEASETYPE}: If its an Album or a Single or whatever
  • ${RELEASEDATE}: The date when it was released
  • ${RELEASETITLE} The title of the release
  • ${TRACKNUMBER}: The tracknumber
  • ${TRACKTITLE}: The tracktitle

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL