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

fix(db): amend add_content path_string and device #136

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tjcork
Copy link

@tjcork tjcork commented Jul 7, 2024

  1. path_string: When adding a track, on windows seems path_string needs to be in posix format
  2. device: The first device is not always the one desired, allow Device= to be passed in kwargs

tjcork added 5 commits July 7, 2024 21:25
1. path_string: When adding a track, on windows seems path_string needs to be in posix format
2. device: The first device is not always the one desired, allow Device=<device> to be passed in kwargs
…er wants to override the running rekordbox setting
@dylanljones
Copy link
Owner

Hey @tjcork, thank you for contributing!

If I remember correctly, the paths in the DB are platform specific! However, Rekordbox doesn't care, so we could just use POSIX paths as you suggested. The method you added for the track numbers is nice, too. Same for the device, thanks for fixing this:)

However, I have some strong thoughts about poetry. I do not want to switch build systems, and I personally don't like poetry. They have done some questionable stuff in the past (added flaky bugs on purpose), so I really think we should leave the current build system in place. What issues are you having in poetry environments?

I would happily merge your PR if you revert the changes to the build system!

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