[linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7-2-gbc347ab
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linux utilities to deal with Sony Minidisc Walkman".
The branch, master has been updated
via bc347ab71e21e3dc91174c005a1027c8dd0b0579 (commit)
via b6786d63d40e3ed24ae48db76ab9210f3dc775b1 (commit)
from 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bc347ab71e21e3dc91174c005a1027c8dd0b0579
Author: Michael Karcher <karcher@physik.fu-berlin.de>
Date: Thu May 2 22:10:17 2013 +0200
(python) netmd: Fix expected exception type
On (old) devices that don't support the instruction to disable DRM,
that call raises an exception. Catch the type that really gets thrown
("unimplemented command") instead of "command rejected (but generally
valid)".
commit b6786d63d40e3ed24ae48db76ab9210f3dc775b1
Author: Michael Karcher <karcher@physik.fu-berlin.de>
Date: Thu May 2 21:12:51 2013 +0200
netmd track rename: Correctly send the length of the old title
The "WRITE INFO BLOCK" AV/C command used to replace the track title
requires the host to provide the number of bytes to replace. Sharp
cares about that value and rejects it if more bytes are to be replaced
than are currently present, so send the correct value here.
-----------------------------------------------------------------------
Summary of changes:
libnetmd/libnetmd.c | 8 +++++++-
netmd/downloadhack.py | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
Linux utilities to deal with Sony Minidisc Walkman