Skip to content

Tool for downloading tracks from the Philips MCI500H hi-fi system

Notifications You must be signed in to change notification settings

djmaze/mci-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCI-Downloader

Download mp3 tracks from your Philips MCI500H hi-fi system.

Usage

Download the latest release or build it yourself (see below).

/path/to/mci-downloader [--dry-run] [--port <PORT>] <IP or hostname>

E.g. for the common usage:

./mci-downloader 192.168.1.11
  • The tool downloads all tracks from the given MCI500H device to your current working directory.

  • It creates one folder per album with the following naming scheme:

      <artist> - <album>/<track number> <track name>
    
  • By default, port 8081 is used. You can specify a different port with the --port option.

  • You can simulate the download using the --dry-run option. Files will not be written in this case.

Build

Prerequisites:

  • Go 1.12

You can build the executable using:

go build

About

Tool for downloading tracks from the Philips MCI500H hi-fi system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages