Commit graph

6 commits

Author SHA1 Message Date
Eric Masseran
95f21b6e42 Remove log if no art to clear 2025-11-10 22:38:58 +01:00
Eric Masseran
8889c4ab47 Clear art on import 2025-11-10 22:38:37 +01:00
Eric Masseran
dd824e69b2 Clearart: Do not update files without an embedded image 2025-11-10 19:13:25 +01:00
Sebastian Mohr
4782e96599
Move vfs.py to beetsplug._utils package to avoid polluting core namespace (#6017)
This PR moves the `vfs.py` module, which is only used by plugins, to
avoid polluting the main beets namespace. Also exposes the `vfs` and
`art` module from beets with a deprecation warning.
2025-10-01 12:28:18 +02:00
Sebastian Mohr
a796d6d799 New import location for art.py 2025-09-20 14:01:38 +02:00
Sebastian Mohr
28aee0fde4 Moved arts.py file into beetsplug namespace as it is not used in core. 2025-09-20 14:01:38 +02:00