Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnknownHohmException: Unknown type: 517 (0x205) #30

Open
LianOrt opened this issue May 15, 2015 · 2 comments
Open

UnknownHohmException: Unknown type: 517 (0x205) #30

LianOrt opened this issue May 15, 2015 · 2 comments

Comments

@LianOrt
Copy link

LianOrt commented May 15, 2015

Hi,
tried your jar on an .itl-file from iTunes 12.1.1.4, 64Bit.
Can you please help ?
Thank you in advance.
Sincerely,
Lian

@LianOrt
Copy link
Author

LianOrt commented May 15, 2015

Stacktrace is:
org.kafsemo.titl.UnknownHohmException: Unknown type: 517 (0x205)
Hex: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x01 0x02 0x02 0x02 0x02 0x02 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
ASCII: ........................
at org.kafsemo.titl.ParseLibrary.drain(ParseLibrary.java:470)
at org.kafsemo.titl.ParseLibrary.parse(ParseLibrary.java:94)
at org.kafsemo.titl.ParseLibrary.parse(ParseLibrary.java:80)

Started from a small JUnit-Test like so:
Library lib = ParseLibrary.parse(Paths.get("./iTunes Library.itl").toFile());

    for (Track t : lib.getTracks()) {
        if(t.getLocation() != null) {
            log.info(t.getLocation() + "," + t.getRating());
        }
    }

@LianOrt
Copy link
Author

LianOrt commented May 15, 2015

Ah excuse me: it's happened on a Win7 64Bit Box

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant