-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API documentation Support 64 bit offsets Use InputStream for all reads
- Loading branch information
1 parent
6f37f57
commit 9df8b32
Showing
4 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally albumart. Kudos to tokyovigilante :)
Does it really work?
$ netcat localhost 6600
OK MPD 0.21.0
albumart "A/Acid Jesus - Acid Jesus/01. Mf 1.mp3" 1
ACK [50@0] {albumart} No file exists
But cover.jpg exists.
9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your diff suggests you're using an intermediate version of the patch, make sure you're using the latest master. Offset should be zero for the first byte. You shouldn't get a
ACK [50@0] {albumart} No file exists
and then binary data though, not sure what's going on. Can you show me the full output? And confirm that cover.jpg is in the same folder as your mp3? And yourmpdconf
if you don't mind.9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MPD from master. Debian testing x86_64. make clean.
MPD output
After my modification
MPD output
mpd.conf
9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should
NEWS
be updated for this?9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please.
9df8b32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raftopoulos @skidoo23 Should be fixed now sorry.