mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
rewrite split_artists parser to remove regex
+ write placehold functions to manage custom separators
This commit is contained in:
@@ -24,7 +24,8 @@ CREATE TABLE IF NOT EXISTS favorites (
|
||||
CREATE TABLE IF NOT EXISTS settings (
|
||||
id integer PRIMARY KEY,
|
||||
root_dirs text NOT NULL,
|
||||
exclude_dirs text
|
||||
exclude_dirs text,
|
||||
artist_separators text
|
||||
)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user