Thing is a downloader and browser for the adamsfile music archive.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea f51022ce7e Update 'README.md' 4 weeks ago
ThingThing Readme 4 weeks ago
.gitattributes Add project files. 1 month ago
.gitignore Add project files. 1 month ago
LICENSE.txt License 4 weeks ago
README.md Update 'README.md' 4 weeks ago
ThingThing.sln Add project files. 1 month ago

README.md

Thing Thingalpha

Thing Thing can browse and download your music backups (wink, wink) from adamsfile.com

GUI

Thing Thing can run on Linux also with Wine.

Features

  • GUI for fast browsing with minimal clutter.
  • Parallel downloads up to three items.
  • (WIP) Console only mode for advanced users.

Usage

Note: Currrently only --gui is supported.

Command Argument Description
--gui Runs the program in GUI mode, disables console mode.
The console will just be used for logging.
--search [text] The text that shall be searched.
Note: By default if the --web argument is not present the search will be performed on cached results only.
--author Boolean value (true/false), if set the --search option will just search for artists
--album Boolean value (true/false), if set the --search option will just search for albums
--web Boolean value (true/false), if set the --search command will forcefully search the resource on Adamsfile
--csv [path] The path to the CSV file containing the resources to search.
The CSV file must be formatted in the following manner:
Artist;Album with ";" as delimiter.
Note: Like --search if the --web argument is not present the search will be performed on cached results only.
--download-all Boolean value (true/false), if set the software will blindly download all matching search results without the user input.

Requires .net Framework and a valid adamsfile account.