mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 12:41:22 +01:00
With the new centralized print_obj function, we can greatly simplify the code for the list command. This necessitated a couple of additional tweaks: - For performance reasons, print_obj can now take a compiled template. (There's still an issue with using the default/configured template, but we can cross that bridge later). - When listing albums, $path now expands to the album's item dir. So the format string '$path' now exactly corresponds to passing the -p switch. As an added bonus, we can now also reduce copypasta in the random plugin (which behaves almost exactly the same as list). |
||
|---|---|---|
| .. | ||
| bpd | ||
| lastgenre | ||
| web | ||
| __init__.py | ||
| bench.py | ||
| chroma.py | ||
| convert.py | ||
| embedart.py | ||
| fetchart.py | ||
| fuzzy_search.py | ||
| ihate.py | ||
| importfeeds.py | ||
| info.py | ||
| inline.py | ||
| lyrics.py | ||
| mbcollection.py | ||
| mpdupdate.py | ||
| rdm.py | ||
| replaygain.py | ||
| rewrite.py | ||
| scrub.py | ||
| the.py | ||
| zero.py | ||