ocarina/tests/collection.py
Bryan Schumaker adcb73dac9 Have a working doubly-linked tree based library.
I have a bit more to do before I support everything the old library did.
Mostly getattr work.
2010-10-06 23:31:36 -04:00

13 lines
244 B
Python

# Bryan Schumaker (8/8/2010)
from libsaria import collection
#src = "~/Music"
#src = "~/Music/Foo Fighters"
#src = "~/Music/Foo Fighters/Foo Fighters"
src = "/media/Music"
collection.new_source(src, bg=False)
#print collection.source.index