~mmcg069/+junk/tw-gst0.1

« back to all changes in this revision

Viewing changes to totallywired/db/collectors/filenames.py

  • Committer: Matthew McGowan
  • Date: 2012-11-11 08:58:02 UTC
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20121111085802-7xaeyfrjhw745pxc
tweak artist nav behavior...

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import xapian
3
3
import wave
4
4
import contextlib
 
5
import gettext
5
6
 
6
7
import gio
7
8
from gi.repository import GLib
17
18
    get_album_qterm,
18
19
    get_term_generator)
19
20
 
 
21
gettext.install('tw', '/usr/share/locale')
 
22
 
 
23
 
20
24
 
21
25
class FilenameCollector(object):
22
26