Monitors folders and copies new mp3s to another one.
Python is required in the version 3.7. or higher, it can be downloaded at https://www.python.org/downloads/.
During the Windows installation you should make sure that the PATH
/ environment variable is set and pip
is installed.
Under Linux it should be ensured that pip
is installed, if this is not done while the standard installation.
The installation is preferably done over the terminal or one click script. The GUI installer is really bloated for it use and only recommend for people who dont know how to handle the others.
Installation with pip.
pip install mp3monitoring[with_everything]
Uninstallation with pip.
pip uninstall mp3monitoring[with_everything]
https://github.com/IceflowRE/mp3monitoring
- Developer
- mutagen
- nose2
- Jason Pellerin
- https://github.com/nose-devs/nose2
- BSD-2-Clause
- Packaging
- Donald Stufft and individual contributors
- https://github.com/pypa/packaging
- BSD-3-Clause, Apache-2.0
- Prospector
- Setuptools
- Jason R Coombs / Setuptools Developers
- https://github.com/pypa/setuptools
- MIT
- tqdm
- twine
- urllib3
- wheel
Copyright (C) 2017-now Iceflower S
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 <https://www.gnu.org/licenses/>.