You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the documentation, I expected to be able to pass -i or --include-keys with a value of mb* to get all the fields that start with mb, which it isn't doing:
$ beet -vv export -i 'title,mb*' beatles
user configuration: /config/config.yaml
data directory: /config
plugin paths: /config/.local/lib/python3.9/site-packages/beetsplug
Sending event: pluginload
library database: /config/musiclibrary.blb
library directory: /music
Sending event: library_opened
Parsed query: AndQuery([AnyFieldQuery('beatles', ('artist', 'title', 'comments', 'album', 'albumartist', 'genre'), SubstringQuery)])
Parsed sort: NullSort()
[
{
"mb*": null,
"title": "Sgt. Pepper’s Lonely Hearts Club Band"
},
{
"mb*": null,
"title": "With a Little Help From My Friends"
},
{
"mb*": null,
"title": "Lucy in the Sky With Diamonds"
},
{
"mb*": null,
"title": "Getting Better"
},
{
"mb*": null,
"title": "Fixing a Hole"
},
{
"mb*": null,
"title": "She’s Leaving Home"
},
{
"mb*": null,
"title": "Being for the Benefit of Mr. Kite!"
},
{
"mb*": null,
"title": "Within You Without You"
},
{
"mb*": null,
"title": "When I’m Sixty-Four"
},
{
"mb*": null,
"title": "Lovely Rita"
},
{
"mb*": null,
"title": "Good Morning Good Morning"
},
{
"mb*": null,
"title": "Sgt. Pepper’s Lonely Hearts Club Band (reprise)"
},
{
"mb*": null,
"title": "A Day in the Life"
}
]
Sending event: cli_exit
OS: docker container running on Unraid, linux kernel 6.1.99
Python version: 3.11.6
beets version: 1.6.1
Turning off plugins made problem go away (yes/no): no - all plugins except export disabled
$ beet --version
beets version 1.6.1
Python version 3.11.6
plugins: export
Based on the documentation, I expected to be able to pass
-i
or--include-keys
with a value ofmb*
to get all the fields that start withmb
, which it isn't doing:export
disabledMy configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: