Skip to content
Snippets Groups Projects
Name Last commit Last update
LICENSE
README.md
sconvert

sconvert

A commandline script to convert your music collection to another format.

Installation

Gentoo/Funtoo

Add the Scriptkitties overlay as per the instructions on the README. Afterwards, simply

emerge --sync
emerge --ask sconvert

Any other OS/distribution

Clone this repository, and move the sconvert file to /usr/local/bin/, or any other directory that's included in your $PATH.

git clone https://c.darenet.org/tyil/sconvert.git
cd sconvert
cp sconvert /usr/local/bin/

Usage

Simply run sconvert after installing it.

Roadmap

  • Add flag to specify input directory
  • Add flag to specify output directory
  • Add flag to specify output format
  • Skip conversion of image files, just move them
  • Skip conversion step for files already in destination format
  • Ignore files for conversion and moving if they're not music and not an image

Copyright

© 2016 - Patrick Spek p.spek@tyil.work

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.