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

Add filter rules to remove "Live Session" suffixes #136

Open
alexesprit opened this issue Mar 9, 2021 · 3 comments
Open

Add filter rules to remove "Live Session" suffixes #136

alexesprit opened this issue Mar 9, 2021 · 3 comments
Labels
feature New feature or request

Comments

@alexesprit
Copy link
Member

Found this kind of Live suffix in my Discovery Weekly. :)

Examples of track titles with "Live Session" suffixes:

  • Generic "(Live Session)" (example)
  • Spotify-like "- Live Session" (example)
  • Spotify-like "- Live Studio Session" (example)
    This case could be extended to cover "Live Whatever Session" suffixes as well.
  • Spotify-like "- Whatever Live Session" (example)

Examples of album names with "Live Session" suffixes:

  • Generic "(Live Session)" (example)
  • Generic "(Whatever Live Session)" (example)
  • Generic "(Live Studio Session)" (example)
  • Spotify-like "- Live Session" (example)

Multiple suffixes:

Ref: https://open.spotify.com/search/%22live%20session%22/tracks

@alexesprit alexesprit added the feature New feature or request label Mar 9, 2021
@alexesprit
Copy link
Member Author

alexesprit commented Mar 9, 2021

Hmm, I noticed some of them are already processed ("- Live Session", for example).

@alexesprit
Copy link
Member Author

alexesprit commented Mar 9, 2021

@FOSSforlife we have a rule that removes Live(\s.+) suffixes. Should we extend it to like (\s.+)?\sLive(\s.+) to cover all cases I mentioned in the PR description? Or should we keep current rules as is and add a stronger version (e.g. (\s.+)?\sLive\sSession)? What do you think?

@inverse
Copy link
Member

inverse commented Mar 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

2 participants