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

Paths differ on HFS+ format USB media #18

Open
brunchboy opened this issue Feb 22, 2019 · 1 comment
Open

Paths differ on HFS+ format USB media #18

brunchboy opened this issue Feb 22, 2019 · 1 comment

Comments

@brunchboy
Copy link

It turns out that some DJs format their media as HFS+ (MacOS Extended) filesystems rather than FAT. In that format, rekordbox names the PIONEER directory .PIONEER instead, with a leading period, which is I assume an attempt to hide it from casual users (on the Mac, like most Unix systems, files starting with periods are invisible by default).

This causes the download attempt of the export.pdb to fail. In Beat Link I now recognize this specific failure and immediately retry with a path of .PIONEER/… and things work.

flesniak pushed a commit that referenced this issue Oct 28, 2019
@brunchboy
Copy link
Author

Say, this is unrelated, but have you noticed the new XDJ-XZ? I have it mostly working with Beat Link thanks to some great packet captures, videos, and feedback from an early adopter! The biggest challenges are that the mixer and both CDJs in that all-in-one unit share the same IP address, so some of my code which assumed I could index players by address was horribly broken. And one other difference is that since NFS has no idea of device numbers, in order to support other players loading tracks from either of its USB slots, it has to pretend that one of them is an SD slot.

flesniak pushed a commit that referenced this issue Nov 26, 2019
flesniak pushed a commit that referenced this issue Dec 8, 2019
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