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

Bug fixed in seeyou.writer.Writer #263

Closed
wants to merge 1 commit into from

Conversation

Brezinger
Copy link

multiple pics are only working when filenames are separated by semicolon instead of colon (Naviter cup file doc erroneous). Tested with LX9000 and Oudie

multiple pics are only working when filenames are separated by semicolon instead of colon (Naviter cup file doc erroneous). Tested with LX9000 and Oudie
@bubeck
Copy link
Collaborator

bubeck commented Dec 6, 2023

https://downloads.naviter.com/docs/SeeYou_CUP_file_format.pdf says:

14 pics

A string field containing the filename(s) of an JPG image stored in pics/ folder of a seperate pics.zip file.
See SeeYou CUPX file format specification. Multiple filenames must be separated by commas and string must
be embraced in double quotes.

Does this means, that Oudie and LX9000 are not following the spec? Or is the spec wrong? Any other devices, where we know how they handle it?

@Brezinger
Copy link
Author

Brezinger commented Dec 6, 2023 via email

@bubeck
Copy link
Collaborator

bubeck commented Dec 6, 2023

You are probably right, as XCSOar is also using ";":

https://github.com/XCSoar/XCSoar/blob/4234e2059a6a24959487f0b76a7675979db5a807/src/Waypoint/WaypointReaderSeeYou.cpp#L314

I will try to contact naviter to get an answer there. However, I assume, they approve you.
Could you please extend the PR so that the test succeed? Please make "make pytest" to execute the tests and change them to succeed.

@Brezinger
Copy link
Author

Brezinger commented Dec 6, 2023 via email

@bubeck
Copy link
Collaborator

bubeck commented Dec 20, 2023

Obsoleted by #266

@bubeck bubeck closed this Dec 20, 2023
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

Successfully merging this pull request may close these issues.

2 participants