can anyone help me out with the convert plugin? whenever i try to run beet convert i get a python error that finally ends with "WindowsError: [Error 2] The system cannot find the file specified"
slush: "you can use pip to install the Python modules mutagen, munkres, unidecode, pyYAML, and musicbrainzngs" I mean a file that I can use to install all these modules like so: pip install -e requirements.txt
sorry, pip install -r requirements.txt
micmonen has quit
slush
doesn't setup.py does that for you?
skeuomorf
but then I would use `python setup.py` instead of using pip
fefy has quit
fefy joined the channel
fefy has quit
fefy joined the channel
"To install into a virtualenv, provide the `-E` option to
slush: nvm, I installed the requirements and will send a PR with the requirements file
slush
excellent :)
skeuomorf
Done.
slush: so, now to install these modules, you just `pip install -r dev-requirements.txt`
I edited the line just under the code snippet here https://github.com/sampsyo/beets/wiki/Hacking from "(To install into a virtualenv, provide the -E option to pip.)" to "(To install into a virtualenv, provide the -e option to pip.)"
I see sampsyo added a flake8 builder, nice :)
lazka has quit
joseph__ joined the channel
sampsyo
skeuomorf: all credit due to geigerzaehler :)
skeuomorf
Awesome :)
koell has quit
lazka joined the channel
fefy joined the channel
NOTICE: [beets] geigerzaehler pushed 1 new commit to replaygain-backends: https://github.com/sampsyo/beets/commit/e63cf256f4ae288f4a2e6f061c325862e6e2600b
NOTICE: beets/replaygain-backends e63cf25 Thomas Scholtes: Refine docstrings and fix style issues (flake8)
NOTICE: [beets] geigerzaehler pushed 1 new commit to replaygain-backends: https://github.com/sampsyo/beets/commit/a7f5406589d559d9475f761efab7d74c8efc3ecc
NOTICE: beets/replaygain-backends a7f5406 Thomas Scholtes: Remove debug print statements
jbd has left the channel
koell joined the channel
NOTICE: [beets] geigerzaehler pushed 1 new commit to replaygain-backends: https://github.com/sampsyo/beets/commit/56dabce46d3e5213fddc250aa844873b93c28560
NOTICE: beets/replaygain-backends 56dabce Thomas Scholtes: Move available backends to class level...
NOTICE: [beets] yevgenybezman pushed 1 new commit to replaygain-backends: https://github.com/sampsyo/beets/commit/c1a0295c84079824419d0b702293457c57fd6e11
NOTICE: beets/replaygain-backends c1a0295 Yevgeny Bezman: replaygain: Added a FatalReplayGainError class to signal the plugin that the backend failed completely
NOTICE: [beets] geigerzaehler force-pushed replaygain-backends from c1a0295 to d8c37d6: https://github.com/sampsyo/beets/commits/replaygain-backends
NOTICE: beets/replaygain-backends 86ee30d Yevgeny Bezman: replaygain: modified current implementation to fit a backend framework in anticipation of other implementations
NOTICE: beets/replaygain-backends 9581b91 Yevgeny Bezman: replaygain: Added gstreamer support, fixed some small bugs
NOTICE: [beets] yevgenybezman pushed 1 new commit to replaygain-backends: https://github.com/sampsyo/beets/commit/cf49d88156ed67220e71a2f04b501118941e623a
NOTICE: beets/replaygain-backends cf49d88 Yevgeny Bezman: replaygain: clarified the need to strange thread initialization|
fefy joined the channel
NOTICE: [beets] geigerzaehler pushed 3 new commits to master: https://github.com/sampsyo/beets/compare/ee2cf0df8e10...694150410b30
NOTICE: beets/master 766c8b1 Thomas Scholtes: Add path argument to item.write()...
NOTICE: beets/master 4970c1d Thomas Scholtes: Add tests for item.write() custom path
NOTICE: beets/master 6941504 geigerzaehler: Merge pull request #652 from geigerzaehler/item-write...