Git Product home page Git Product logo

Comments (4)

Freso avatar Freso commented on July 4, 2024 1
~/D/M/musicbrainz-isrcsubmit (master)> ./isrcsubmit.py -h
isrcsubmit 2.0.1 by JonnyJD for MusicBrainz

Usage: isrcsubmit.sh [options] [user] [device]
       isrcsubmit.sh -h

Options:
  --version             show program's version number and exit
  -h                    Short usage help
  --help                Complete help for the script
  -u USERNAME, --user=USERNAME
                        MusicBrainz username, if not given as argument.
  -d DEVICE, --device=DEVICE
                        CD device with a loaded audio cd, if not given as
                        argument. The default is /dev/cdrom.
  --release-id=RELEASE_ID
                        Optional MusicBrainz ID of the release. This will be
                        gathered if not given.
  -b PROGRAM, --backend=PROGRAM
                        Force using a specific backend to extract ISRCs from
                        the disc. Possible backends are: mediatools,
                        media_info, cdrdao, libdiscid, discisrc. They are
                        tried in this order otherwise.
  --browser=BROWSER     Program to open URLs. This will be automatically
                        detected for most setups, if not chosen manually.
  --force-submit        Always open TOC/disc ID in browser.
  --server=SERVER       Server to send ISRCs to. Default: musicbrainz.org
  --debug               Show debug messages. Currently shows some backend
                        messages.
  --keyring             Use keyring if available.
  --no-keyring          Disable keyring.

Works for me. Can you give some more details about your setup?

from musicbrainz-isrcsubmit.

jesus2099 avatar jesus2099 commented on July 4, 2024

Thanks @Freso, I will try again and see.

from musicbrainz-isrcsubmit.

cdlm avatar cdlm commented on July 4, 2024

In my case I did pip install isrcsubmit. Seems like that isn't enough to install the binary dependencies, and I don't think pip reported a problem during the install; isrcsubmit.py -h would fail with a stack trace indicating one of the .so could not be found. After installing the libs through pacman, it seems to work.

from musicbrainz-isrcsubmit.

jesus2099 avatar jesus2099 commented on July 4, 2024

@Freso @JonnyJD
I found the issue, I think it’s specific to my computer.
I either manually associated .py files with python.exe or its installation is flawed.
In the regedit I found this:

HKEY_USERS\<some_user_id>\Software\Classes\Applications\python.exe\shell\open\command = "C:\Python34\python.exe" "%1"

And I then changed it to: "C:\Python34\python.exe" "%1" %* and now everything is super great!

from musicbrainz-isrcsubmit.

Related Issues (20)

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.