Hi there, I've decided to dive headlong into python by writing a program I've been thinking about for years now; I'm trying to build a system that can import, manage and improve quality of my music collection, which holds over 400k songs.
the first snag i'm hitting is with a recurring filescanner; I wonder what a realistic upper limit is when it comes to the lists I'm using. Can I let it parse the entire filetree or should I build in a safety feature to offload to a database at intervals of say max 1k?
Oldest comments (0)