Home
last modified time | relevance | path

Searched refs:with_album (Results 1 – 3 of 3) sorted by relevance

/dports/audio/beets/beets-1.4.9/beets/
H A Dlibrary.py690 def try_sync(self, write, move, with_album=True): argument
709 self.move(with_album=with_album)
765 def remove(self, delete=False, with_album=True): argument
773 if with_album:
789 with_album=True, store=True): argument
823 if with_album:
1099 item.move(operation, basedir=basedir, with_album=False,
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dmbsync.py36 item.move(with_album=False)
/dports/audio/beets/beets-1.4.9/beets/ui/
H A Dcommands.py1180 item.move(store=False, with_album=False)