Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tool written in Python to download streamable tracks from mora qualitas (モーラクオリタス).

NotificationsYou must be signed in to change notification settings

Sorrow446/MQ-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQ-DL has been put on hold. Sorry for the trouble. The latest build is still working as of 12th Feb 21.

MQ-DL

日本語版はこちらです。
Tool written in Python to download streamable tracks from mora qualitas (モーラクオリタス).
People have been seen selling my tools. DO NOT buy them. My tools are free and always will be.Windows binariesYou might also be interested inMOOV-DL.

Supported Media

TypeURL example
Albumhttps://content.mora-qualitas.com/artist/ryukku-to-soine-gohan/album/neo-neo-ep
Artisthttps://content.mora-qualitas.com/artist/ryukku-to-soine-gohan
Favouriteshttps://content.mora-qualitas.com/favorites
Playlisthttps://content.mora-qualitas.com/playlist/pp.543884501
Trackhttps://content.mora-qualitas.com/artist/ryukku-to-soine-gohan/album/neo-neo-ep/track/t.533232673
User playlisthttps://content.mora-qualitas.com/playlist/mp.280976624

Usage Examples

Download a single track.
mq-dl.py/mq-dl_x86.exe -u https://content.mora-qualitas.com/artist/ryukku-to-soine-gohan/album/neo-neo-ep/track/t.533232673

Download from two lists and favourited tracks.
mq-dl.py/mq-dl_x86.exe -u E:/urls.txt G:/urls_2.txt https://content.mora-qualitas.com/favorites

Download a playlist and an artist's discography.
mq-dl.py/mq-dl_x86.exe -u https://content.mora-qualitas.com/playlist/pp.543884501 https://content.mora-qualitas.com/artist/ryukku-to-soine-gohan

You can mix all media types. Duplicate URLs and text files will be filtered.

 _____ _____     ____  __|     |     |___|    \|  || | | |  |  |___|  |  |  |__|_|_|_|__  _|   |____/|_____|         |__|usage: mq-dl.py [-h] -u URLS [URLS ...] [-q {1,2,3,4}] [-c {1,2,3,4,5}]                [-t TEMPLATE] [-k] [-o OUTPUT_DIR] [-l {1,2}]optional arguments:  -h, --help            show this help message and exit  -u URLS [URLS ...], --urls URLS [URLS ...]                        Multiple links seperated by spaces or a text file                        path.  -q {1,2,3,4}, --quality {1,2,3,4}                        1: AAC PLUS, 2: MP3, 3: AAC, 4: best/FLAC.  -c {1,2,3,4,5}, --cover-size {1,2,3,4,5}                        1: 70, 2: 170, 3: 300, 4: 500, 5: 600.  -t TEMPLATE, --template TEMPLATE                        Naming template for track filenames.  -k, --keep-cover      Keep cover in album folder. Does not apply to                        playlists or favourites.  -o OUTPUT_DIR, --output-dir OUTPUT_DIR                        Output directory. Double up backslashes or use single                        forward slashes for Windows. Default: \MQ-DL downloads  -l {1,2}, --meta-lang {1,2}                        Metadata language. 1 = English, 2 = Japanese.

Config

OptionInfo
emailYour email address.
passwordYour password.
output_dirWhere to download to. You must double up your backslashes or use single forward slashes instead.
qualityTrack quality to request from the API. 1: AAC PLUS, 2: MP3, 3: AAC, 4: best/FLAC.
cover_sizeCover size to fetch. 1: 70, 2: 170, 3: 300, 4: 500, 5: 600.
fname_templateFilename template for tracks. Available variables: artist, isrc, title, track, trackpadded, album, albumartist, copyright, label, tracktotal, upc, year
keep_coverKeep cover in album folder. Does not apply to playlists or favourites.
meta_languageLanguage of metadata to request from the API. 1 = English, 2 = Japanese.
media_types\artist\folder_templateFolder template for artist media type. Blank = no folder. Available variables: artist.
media_types\artist\albumsInclude main albums in artist media type.
media_types\artist\compilationsInclude compilation albums in artist media type.
media_types\artist\singles_and_epsInclude singles and EPs in artist media type.
media_types\favourites\folder_nameFolder name for favourites media type. Blank = no folder.
media_types\track\folder_templateFolder template for track media type. Blank = no folder. Available variables: album, albumartist, copyright, label, tracktotal, upc, year
media_types\album\folder_templateFolder name for album media type. Blank = no folder. Available variables: album, albumartist, copyright, label, tracktotal, upc, year
media_types\playlist\folder_templateFolder name for playlist media type. Blank = no folder. Available variables: id, name
media_types\user_playlist\folder_templateFolder name for user playlist media type. Blank = no folder. Available variables: id, name

Any of the same specified CLI arguments will override your config file.

About

Tool written in Python to download streamable tracks from mora qualitas (モーラクオリタス).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp