netmdpython
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
netmdpython [2010/06/19 14:28] – glaubitz | netmdpython [2013/05/16 11:39] (current) – [Download] glaubitz | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== NetMDPython ====== | ====== NetMDPython ====== | ||
- | NetMD Python | + | NetMDPython |
===== Requirements ===== | ===== Requirements ===== | ||
Line 21: | Line 21: | ||
< | < | ||
- | sudo port install libusb git-core | + | sudo port install libusb git-core |
</ | </ | ||
Line 27: | Line 27: | ||
< | < | ||
- | sudo apt-get install python2.6 libusb-dev git-core subversion | + | sudo apt-get install python2.6 libusb-dev git-core subversion |
</ | </ | ||
==== Windows ==== | ==== Windows ==== | ||
- | //Windows is not yet supported in the latest release of libusb. Thus the Python code cannot be run on Windows. There are however efforts now, to port libusb1.0 to Windows | + | Download and install [[http://www.python.org/ |
- | ===== Download | + | Download |
- | Clone the main source repository: | + | Click // |
+ | //**NOTE: SonicStage will not be able to communicate with your NetMD device anymore. | ||
+ | If you want to use SonicStage again, you will have to uninstall WinUSB device driver first.**// | ||
+ | (To uninstall the driver, run Windows " | ||
+ | Then unplug and reconnect your device). | ||
+ | Download latest version of [[http:// | ||
+ | |||
+ | Download and extract [[http:// | ||
+ | windows/ | ||
+ | |||
+ | Open a command prompt (Click // | ||
< | < | ||
- | git clone git://z6.physik.fu-berlin.de/linux-minidisc | + | set PATH=< |
+ | </ | ||
+ | to add the path of sox directory temporarily. (<sox install dir> means the path to your sox installation directory, usually C: | ||
+ | |||
+ | If you want to use ffmpeg to convert uploaded files, you can download Windows binaries of [[http://ffmpeg.arrozcru.org/ | ||
+ | Extract it to a place of your choice and add the path of //bin// subdirectory to your PATH environment variable as described above. | ||
+ | < | ||
+ | set PATH=< | ||
</ | </ | ||
+ | |||
+ | To use the tools, change into netmd subdirectory of your linux-minidisc folder and run the scripts by their name (just type | ||
+ | " | ||
+ | |||
+ | |||
+ | ==== Getting the code ==== | ||
+ | |||
+ | To get the code, clone it with //git// as shown on the [[start# | ||
The Python libnetmd can be found in the //netmd// subdirectory: | The Python libnetmd can be found in the //netmd// subdirectory: | ||
Line 196: | Line 221: | ||
==== downloadhack.py - download tracks to NetMD (buggy) ==== | ==== downloadhack.py - download tracks to NetMD (buggy) ==== | ||
- | Use this script download tracks to your NetMD Walkman. **Note: This requires the NetMD root key from Sony which is not (yet) part of the official repository due to legal reasons.** | + | Use this script download tracks to your NetMD Walkman. |
- | ==== mdctl.py ==== | + | ==== mdctl.py |
- | This is in a more-then-primitive state. It is supposed to export all functions of libnetmd.py for easy command-line use. Currently, it's a brain-dead wrapper around a pdb shell. Use only if you know python. | + | This is in a more-than-primitive state. It is supposed to export all functions of libnetmd.py for easy command-line use. Currently, it's a brain-dead wrapper around a pdb shell. Use only if you know Python. |
==== lsusb.py - list USB devices connected to the PC ==== | ==== lsusb.py - list USB devices connected to the PC ==== | ||
Line 208: | Line 233: | ||
**Important notes regarding all tools:** | **Important notes regarding all tools:** | ||
- | |||
- | * The tools use a python binding for libusb 1.0. There is no libusb 1.0 for Windows yet, so no chance of using them on Windows. | ||
* Write access to usb device required (even for listing, as it requires sending usb commands). One way to obtain the rights on modern Linux distributions that use PolicyKit ist to add the portable_audio_player capability to the Net MD device using the provided fdi file (look in netmd/etc of the linux-minidisc tree). Another way is to run them with root permissions (not recommended) or make sure the device raw USB device (the file / | * Write access to usb device required (even for listing, as it requires sending usb commands). One way to obtain the rights on modern Linux distributions that use PolicyKit ist to add the portable_audio_player capability to the Net MD device using the provided fdi file (look in netmd/etc of the linux-minidisc tree). Another way is to run them with root permissions (not recommended) or make sure the device raw USB device (the file / |
netmdpython.1276957699.txt.gz · Last modified: 2010/06/19 14:28 by glaubitz