Commit 5354d14
Document separator deprecation in lastgenre plugin
Addresses PR beetbox#6169 review comment about separator configuration.
Changes:
- Updated "Multiple Genres" section in lastgenre docs to explain that
genres are now stored as a list and written as individual tags
- Added deprecation notice for the separator config option (deprecated
in version 2.6) with explanation that it has no effect
- Added changelog entry documenting the separator deprecation
The separator option is now deprecated as genres are stored natively
as lists in the genres field and written to files as separate genre
tags rather than being joined with a separator.
Note: Migration logic to handle existing separator-joined genre strings
will be implemented as part of the database migration changes.1 parent 74386ce commit 5354d14
2 files changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
196 | 204 | | |
197 | 205 | | |
198 | 206 | | |
| |||
0 commit comments