Code Monkey home page Code Monkey logo

soundcloud's Introduction

My first finished Nim-Lang Project. Basically it allows you to enter a soundcloud url and then download the mp3 from the website.

Building

nim c -d:ssl -d:release soundcloud.nim

Settings.json

save_path - is used as a direct path to where you want your mp3 files to be saved.

errors_file - this is the file that you want to store your errors to, generic errors atm

overwrite_files - this makes it so you can skip over files you already have on your computer

song_list_path - this is the file in which you store your link files

All settings not set will be set automatically (hard coded, if not found)

Songs.txt

Currently there are two options when adding links to the songs file for downloading. First you have a basic single song file line like so:

http://soundcloud.com/user/song-page

This will attempt to create the song title for you based on their title and use the users account name as the author. This can be useful for accounts that have official artists names or you can do the following to ignore the author name:

skip | http://soundcloud.com/user/song-page

This skips the account author name from being appended to the song file.

Last, we can create our own song titles for urls. Useful for random music or podcasts with incorrect titles.

Song Title | http://soundcloud/user/song-page

(This is for learning purposes only)

soundcloud's People

Contributors

g4mr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

spitlo

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.