e
Go to file
Cooper Hammond d1657ba86d Changed a bunch of stuff. Almost ready for release.
- updated cli for config viewing and changes
- updated config method. an environment variable `IRS_CONFIG_LOCATION` will be set pointing to a yaml file with a config
- moved album metadata changing from a janky homebrew json modifier to the core json lib
- mapper.cr is the collection of classes for messing around with json metadata
- playlists are almost done, they still need the ability to (optionally) change the metadata of the songs downloaded in
the playlist, but they (optionally) will place all downloaded playlist songs in a single folder
- added a getter to the filename in song.cr
2020-05-12 22:28:03 -07:00
spec Updated to v1.0.0 2020-02-21 12:00:27 -07:00
src Changed a bunch of stuff. Almost ready for release. 2020-05-12 22:28:03 -07:00
.editorconfig Updated to v1.0.0 2020-02-21 12:00:27 -07:00
.gitignore spotify searcher can now find and compile playlists >100 songs 2020-05-09 16:13:50 -07:00
.travis.yml Updated to v1.0.0 2020-02-21 12:00:27 -07:00
LICENSE Updated to v1.0.0 2020-02-21 12:00:27 -07:00
README.md Updated to v1.0.0 2020-02-21 12:00:27 -07:00
shard.lock spotify searcher can now find and compile playlists >100 songs 2020-05-09 16:13:50 -07:00
shard.yml Updated to v1.0.0 2020-02-21 12:00:27 -07:00

irs

TODO: Write a description here

Usage

TODO: Write usage instructions here

Installation

TODO: Write installation instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/irs/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors