https://github.com/scompo/scompo-music-splitter
A collection of script to split and organize a record (from audacity project to flac to mp3)
https://github.com/scompo/scompo-music-splitter
Last synced: over 1 year ago
JSON representation
A collection of script to split and organize a record (from audacity project to flac to mp3)
- Host: GitHub
- URL: https://github.com/scompo/scompo-music-splitter
- Owner: scompo
- License: unlicense
- Created: 2013-12-19T19:56:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-19T20:25:59.000Z (over 12 years ago)
- Last Synced: 2025-01-21T00:18:56.449Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#scompo-music-splitter
A collection of script to split and organize a record
(from audacity project to flac to mp3).
I record stuff a lot and wanted to find a way to quickly organize and create
mp3 files with a good quality.
##Requirements:
- Audacity
- lame
- easytag
...
##Workflow.
- clone repository in the music folder.
- **cd** to **scompo-music-splitter**.
- **./project-manager/create-project.sh "project-name"**.
- **cd "project-name"**.
- open Audacity and create a new project in **"project-name"**.
- set the metadata tags.
- copy an image for the cd into **"project-name"**.
- create, give a name and edit every track in Audacity.
- save project.
- multiple export
- format: flac, choose directory **"project-name/cd/flac"**, check "numbers before track name/label" and export
- verify every track detail.
- **./edit-tags.sh**.
- edit the tags in easytag, put the image inside the folder if needed.
- save info and close easytag.
- **./convert-flac.sh**.
- set soundconverter preferences to "same folder as input file", format: MP3 (.mp3).
- convert.
- you're done and the files are correctly tagged (picture too) and in the **"project-name"/cd/mp3** folder.