Giter Site home page Giter Site logo

beetbox / beets Goto Github PK

View Code? Open in Web Editor NEW
12.6K 401.0 1.8K 25.5 MB

music library manager and MusicBrainz tagger

Home Page: http://beets.io/

License: MIT License

Python 95.91% Shell 0.34% JavaScript 3.50% CSS 0.12% HTML 0.13%
music musicbrainz python music-library cli hacktoberfest

beets's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beets's Issues

mbcollection: Catch MusicBrainz errors

grostim@Vesta:~# beet mbupdate
Traceback (most recent call last):
  File "/usr/local/bin/beet", line 9, in <module>
    load_entry_point('beets==1.1.0-beta.2', 'console_scripts', 'beet')()
  File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 771, in main
    _raw_main(args)
  File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 763, in _raw_main
    subcommand.func(lib, suboptions, subargs)
  File "/usr/local/lib/python2.7/dist-packages/beetsplug/mbcollection.py", line 41, in update_collection
    collections = musicbrainz._mb_request('collection', 'GET', True, True)
  File "/usr/local/lib/python2.7/dist-packages/musicbrainzngs/musicbrainz.py", line 300, in __call__
    return self.fun(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/musicbrainzngs/musicbrainz.py", line 463, in _mb_request
    f = _safe_open(opener, req, body)
  File "/usr/local/lib/python2.7/dist-packages/musicbrainzngs/musicbrainz.py", line 365, in _safe_open
    raise ResponseError(cause=exc)
musicbrainzngs.musicbrainz.ResponseError: caused by: HTTP Error 400: Bad Request

Any idea ?

Unicode path error in convert plugin

grostim@Vesta:~# beet convert format:flac
The Beatles - A Hard Day’s Night - A Hard Day’s Night
The Beatles - A Hard Day’s Night - I Should Have Known Better
The Beatles - A Hard Day’s Night - If I Fell
The Beatles - A Hard Day’s Night - I’m Happy Just to Dance With You
The Beatles - A Hard Day’s Night - And I Love Her
[...]
Simon & Garfunkel - Bridge Over Troubled Water - The Boxer
Simon & Garfunkel - Bridge Over Troubled Water - Baby Driver
Simon & Garfunkel - Bridge Over Troubled Water - The Only Living Boy In New York
Simon & Garfunkel - Bridge Over Troubled Water - Why Don't You Write Me
Simon & Garfunkel - Bridge Over Troubled Water - Bye Bye Love
Simon & Garfunkel - Bridge Over Troubled Water - Song For The Asking
Convert? (Y/n) Y
Traceback (most recent call last):
  File "/usr/local/bin/beet", line 9, in <module>
    load_entry_point('beets==1.1.0-beta.2', 'console_scripts', 'beet')()
  File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 771, in main
    _raw_main(args)
  File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 763, in _raw_main
    subcommand.func(lib, suboptions, subargs)
  File "/usr/local/lib/python2.7/dist-packages/beetsplug/convert.py", line 105, in convert_func
    pipe.run_parallel()
  File "/usr/local/lib/python2.7/dist-packages/beets/util/pipeline.py", line 288, in run
    self.coro.send(msg)
  File "/usr/local/lib/python2.7/dist-packages/beetsplug/convert.py", line 56, in convert_item
    if os.path.exists(dest):
  File "/usr/lib/python2.7/genericpath.py", line 18, in exists
    os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 44: ordinal not in range(128)

Any idea ?

Path format if for unset attributes returns "None"

Sorry I don't have time to provide more details or fix it myself at the moment.

I wanted to add the disctitle to the path if disctitle is set. I thought adding something like the following to the path would be enough: /Disc$disc%if{$disctitle,($disctitle)}/
But I ended up with "/Disc01(None)/" for releases without a disctitle. This happens for initial as well as re-imports.

Missing files

As per issue 4 here:

Verrus/beets-plugin-featInTitle#4

Should all updates to the library force a check on the path to ensure missing files are not having their tags or files updated, and therefore causing an exception?

Andrew.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.