Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Feature: Track title splits #50

Closed
wants to merge 4 commits into from
Closed

Feature: Track title splits #50

wants to merge 4 commits into from

Conversation

dikamilo
Copy link

Hello, I added track title split feature. This is simple idea that I use in foobar2000 from long time and that I miss in Simple Last.fm Scrobbler.

This adds a list of text phrases that will be removed from track titles. For example:

Split list: [Premiere]
Track title: Armin Van Buuren feat. Ana Criado – I�'ll Listen [Premiere]
Track title after split: Armin Van Buuren feat. Ana Criado – I�'ll Listen

I know that there should be a correct track title but if someone uses a lot of cue files from live sets and radio shows, this will be great feature.

My commit adds:

  • new setting entry "Title Splits"
  • new activity with splits list + context menu (delete item) + activity menu (add new, clear all)
  • SplitsDatabase class that uses sqlite db
  • modify TrackBuilder to use SplitsDatabase filer function on track title

@tgwizard
Copy link
Collaborator

Ah, cool. I'll read over your code in the next day or so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request optional issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants