Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madeindjs/music-scripts
https://github.com/madeindjs/music-scripts
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/music-scripts
- Owner: madeindjs
- License: mit
- Created: 2023-07-29T21:22:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-29T21:41:12.000Z (over 1 year ago)
- Last Synced: 2023-07-29T23:05:12.417Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music scripts
My bash scripts to handle my big local musics library.
## `music-library-export.sh`
Audio library syncing and conversion utility.
The intended use is syncing an audio library with many lossless files to a mobile device with limited storage.
Just move in you music library folder and run the script to copy you audio file eleswhere.
- the loseless files will be converted to your desired format
- the lossy files will be copied as is[see manpage](./music-library-export.md)
## `music-generate-m3u-from-genre.sh`
I used to manage my playlist with a really simple system: I add `#tag` inside the genre inside the music metadata.
This script will simply loop on every MP3 and FLAC files inside the current folder and generate `tag.m3u` curresponding playlist.