项目作者: praneetmehta

项目描述 :
FSMD (Beta) A music downloader that downloads any song and automatically fixes ID3tags and the album art as well. Cheers all Album Art OCDs :P
高级语言: Python
项目地址: git://github.com/praneetmehta/FSMD.git
创建时间: 2017-06-20T16:52:07Z
项目社区:https://github.com/praneetmehta/FSMD

开源协议:MIT License

下载


FSMD - Fucking Sexy Music Downloader

  • Add a folder named downloadedSongs in the root directory of scripts. Or if you wish to add any other folder, change downloadDirectory varialble in FSMD.py

  • For simply downloading a song, run

    python FSMD.py

  • For batch downloads, modify the csv file ‘batch.csv’ (do not remove the headers) and add all the songs you wish to download and the amount of info you have. After updating the csv, run

    python FSMD.py -b batch.csv

    The script will automatically do its job. Sit back and relax

  • Extra python modules and dependencies

    • mechanize
    • eyed3
    • pathlib
    • youtube_dl
    • requests
  • Install pip

    sudo apt-get install python-pip

  • Install the modules

    sudo -H pip install <module name>

Future Plans

  • GUI
  • Multithreading support for tasks like music download and album art download
  • Blitzr API support for better and robust metadata fetching
  • A Way to automatically identify title
  • More download modes and alternative actions