https://github.com/cronokirby/darby
A simple music shuffler / player
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Repository
A simple music shuffler / player
Basic Info
- Host: GitHub
- Owner: cronokirby
- License: mit
- Language: Haskell
- Default Branch: master
- Size: 45.9 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
darby
Simple music shuffler and player. darby simply
takes a directory, pulls out all the mp3 files in it,
shuffles them, and then plays them one by one.
This is a tool I made because it sits well with my workflow of just setting up a bunch of songs to play in the background while working on something else.
darby plays well with
populate,
another tool I made.
Changelog
Building
Darby relies on sdl2 and sdl2-mixer for playing audio,
as well as taglib for reading the duration of
audio files,
so the first step is to install those dependencies.
Ubuntu
sudo apt install libsdl2-dev libsdl2-mixer-dev libgtagc0-dev
This should be similar on other platforms. Feel free to contribute with build instructions for your platform :)
After that, stack can be used to build and install the
program:
stack install
Usage
``` Usage: darby DIRECTORY [--noshuffle] [--display] Shuffle and play the songs in FILE
Available options: --noshuffle Set this to not shuffle the songs --display Print out the list without playing it -h,--help Show this help text ```
Owner
- Name: Lúcás Meier
- Login: cronokirby
- Kind: user
- Location: Seattle
- Website: https://cronokirby.com
- Repositories: 177
- Profile: https://github.com/cronokirby
"apprentice cryptographer"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 16
- Total pull requests: 15
- Average time to close issues: 1 day
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.44
- Average comments per pull request: 0.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cronokirby (11)
Pull Request Authors
- cronokirby (10)