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

das Programm erkennt nicht immer, wenn ein Track mit gleichem Namen und Titel eingelesen wird. #32

Open
hairmare opened this issue Apr 29, 2020 · 4 comments

Comments

@hairmare
Copy link
Member

No description provided.

@hairmare
Copy link
Member Author

hairmare commented Jun 3, 2020

I think we need some examples to help debug this.

@smlz
Copy link
Member

smlz commented Apr 30, 2021

The conditions for rejecting duplicates are relatively strict, and are only triggered, when uploading the exact same file twice:

  • Same original filename
  • Same artist
  • Same title

See: https://github.com/radiorabe/klangbecken/blob/master/klangbecken/playlist.py#L256-L259

We might relax this a bit. Suggestions?

@hairmare
Copy link
Member Author

hairmare commented May 2, 2021

I guess same artist and title could already be enough to trigger a rejection

@spameier
Copy link
Member

Once this issue happens again we will receive a track to test this with.

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

No branches or pull requests

3 participants