Skip to content
/ rsack Public
forked from Slyyxp/rsack

Ransack「rsack」is a lossless Korean music downloader

License

Notifications You must be signed in to change notification settings

Kukuair/rsack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub repo size GitHub PyPI - Downloads GitHub closed issues GitHub issues

Installation

pip install rsack

Alternatively..

git clone https://github.com/Slyyxp/rsack.git
cd rsack
python setup.py install

Features

Bugs

  • FLAC16, 320kbps
  • Timed lyrics
  • Artist batching
  • Extensive tagging
  • Concurrent downloads
  • Client utlizing undocumented mobile API.

Genie

  • FLAC24, FLAC16, 320kbps
  • Artist batching
  • Timed lyrics
  • Extensive tagging
  • Concurrent downloads
  • Client utlizing undocumented mobile API.

rsack_settings.ini

rsack_settings.ini can be located in your home folder.

Wiki

Command Usage
Example Configuration
Account Creation

Retrieving API Data

from rsack.clients import bugs

client = bugs.Client() # Initialize client object
client.auth(username='', password='') # Authorize user

artist = client.get_artist(id=80219706) # Make call for artist information using artist UID
album = client.get_album(id=4071297) # Make call for album information using album UID
track = client.get_track(id=6147328) # Make call for track information using track UID
from rsack.clients import genie

client = genie.Client() # Initialize client object
client.auth(username="", password="") # Authorize user

album = client.get_album(82525503) # Make call for album information using album UID
artist = client.get_artist(80006273) # Make call for artist information using artist UID
track = client.get_stream_meta(95970973) # Make call for stream information using track UID

FAQ

Why Are Downloads Slow?

Servers for both Bugs and Genie are located in Korea, if you are outside of Asia downloads will likely be somewhat slow.

Bugs

Can I Download Music Videos?

No you cannot, these files are not streamable.

Does Bugs Have Hi-Res?

Bugs does not offer any 24bit files at the time of writing this.

Genie

Which Streaming Pass Do I Need?

KT offer a 24bit package, beyond that i'm not sure.
https://product.kt.com/wDic/productDetail.do?ItemCode=1282

About

Ransack「rsack」is a lossless Korean music downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%