Giter VIP home page Giter VIP logo

amq-list-downloader's Introduction

AMQ List Training Tool

A tool which downloads all available MP3 files from Expand Library for the specified list(s), storing them with new metadata indicating what song it is and which entry it belongs to.

I've only tested this on Windows so far, but other users have reported it working on Linux. If you're on OS X and get it working, let me know as well. Or submit a PR if it needs tweaks.

Changes from the original version

  • Moved to Python 3
    • Avoids cross-platform Unicode shenanigans
  • Transcodes WebMs to MP3 if an MP3 is unavailable
  • Config file changed to use YAML
    • Configurable output naming format
  • No more sqlite database. The only duplicate check is if the file already exists in directory structure.
    • If you change your naming scheme, it will redownload files you already have.
  • Added ability to update MAL

Requirements

  • Python 3
    • Install required modules with pip install selenium pyyaml after installing Python
  • geckodriver.exe
    • Get it here for your platform
    • Put this in the ./vendor/ folder
  • Firefox
    • If you get an error that says:

      Expected browser binary location, but unable to find binary in default location,
      no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line`,

      you can specify your Firefox install location by adding an option to the config.yaml: firefox: "PATH TO FIREFOX"

  • ffmpeg
    • Install binaries for this however you want
    • If you didn't add ffmpeg to your PATH, put the path to your ffmpeg.exe in the config.yaml
      • e.g. ffmpeg: "C:/bin/ffmpeg.exe" if your copy of ffmpeg is stored there
      • If you want, you can place the copy of ffmpeg.exe in the ./vendor/ folder and set ffmpeg: "./vendor/ffmpeg.exe"
    • If you added it to your PATH, you can leave it as ffmpeg: "ffmpeg", or just remove that line entirely

amq-list-downloader's People

Contributors

ayyu avatar jiangtyd avatar zolhungaj avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.