mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-28 10:54:51 +00:00
Removed filter in mc
This commit is contained in:
@@ -7,7 +7,8 @@ class Command(NoArgsCommand):
|
||||
|
||||
def handle_noargs(self, **options):
|
||||
print "Tagging audio files"
|
||||
mixes = Mix.objects.filter(uid='6e2576bc-aba9-4717-9f9f-dede31fc2eaa')
|
||||
#mixes = Mix.objects.filter(uid='6e2576bc-aba9-4717-9f9f-dede31fc2eaa')
|
||||
mixes = Mix.objects.all()
|
||||
for mix in mixes:
|
||||
print "Tagging: %s" % mix.title
|
||||
mix.create_mp3_tags()
|
||||
|
||||
Reference in New Issue
Block a user